From e346b32961db8812c3e89e5da70785a4fb119da1 Mon Sep 17 00:00:00 2001 From: imp Date: Sun, 4 Apr 1999 20:29:43 +0000 Subject: Remove mkstemp.c from build. This is now in libc. Tested by: make buildworld --- gnu/usr.bin/cc/cc_drv/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gnu/usr.bin/cc/cc_drv/Makefile b/gnu/usr.bin/cc/cc_drv/Makefile index 1388c87..ed14c0b 100644 --- a/gnu/usr.bin/cc/cc_drv/Makefile +++ b/gnu/usr.bin/cc/cc_drv/Makefile @@ -1,13 +1,11 @@ # -# $Id: Makefile,v 1.2 1999/03/05 04:55:03 obrien Exp $ +# $Id: Makefile,v 1.1 1999/04/04 16:36:34 obrien Exp $ # .include "../Makefile.inc" .PATH: ../cc_tools ${GCCDIR} SRCS= multilib.h choose-temp.c obstack.c prefix.c pexecute.c version.c -# XXX change choose-temp.c to use stock mkstemp() -SRCS+= mkstemp.c CFLAGS+= -DPREFIX=\"/usr\" CFLAGS+= -DIN_GCC -- cgit v1.1