diff options
author | imp <imp@FreeBSD.org> | 1999-04-04 20:29:43 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 1999-04-04 20:29:43 +0000 |
commit | e346b32961db8812c3e89e5da70785a4fb119da1 (patch) | |
tree | 458fc3cb16f97bbc0e0c4d3b42351e478f655e3d /gnu/usr.bin/cc/cc_drv | |
parent | 58c4e53b49467c7d4352c83412642f2eb125dece (diff) | |
download | FreeBSD-src-e346b32961db8812c3e89e5da70785a4fb119da1.zip FreeBSD-src-e346b32961db8812c3e89e5da70785a4fb119da1.tar.gz |
Remove mkstemp.c from build. This is now in libc.
Tested by: make buildworld
Diffstat (limited to 'gnu/usr.bin/cc/cc_drv')
-rw-r--r-- | gnu/usr.bin/cc/cc_drv/Makefile | 4 |
1 files changed, 1 insertions, 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 |