Remove mkstemp.c from build. This is now in libc.

Tested by: make buildworld
This commit is contained in:
Warner Losh 1999-04-04 20:29:43 +00:00
parent 06b6a8ab98
commit ce34abc1f0

View File

@ -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