aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-11-17 07:39:51 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-11-17 07:39:51 +0000
commit312af410fe16e5e71121919e2d0a6c9abac5168a (patch)
tree788de075c3d0e029b59fbd583de2e9cf155ba850 /gnu
parent54d477a4f1e7a4a2679e0715c478855f30b0a41a (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/cc_drv/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/usr.bin/cc/cc_drv/Makefile b/gnu/usr.bin/cc/cc_drv/Makefile
index c486443dedb6d..328944bd7d51d 100644
--- a/gnu/usr.bin/cc/cc_drv/Makefile
+++ b/gnu/usr.bin/cc/cc_drv/Makefile
@@ -5,6 +5,9 @@
.PATH: ../cc_tools ${GCCDIR}
SRCS= multilib.h choose-temp.c obstack.c prefix.c pexecute.c version.c
+.if ${OSVERSION} < 400004
+SRCS+= mkstemp.c
+.endif
CFLAGS+= -DPREFIX=\"/usr\"
CFLAGS+= -DIN_GCC