From f2b766ceb4144b0a499d3da0b328a08c223c3b11 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sat, 20 Nov 1999 00:32:05 +0000 Subject: [PATCH] mkstemps() has been brought into 3-STABLE, so this isn't needed here anymore as building -CURRENT sources on 3-STABLE was the reason for the previous revision adding this. Note that since the GCC Project moved mkstemp.c from GCC's world to libiberty, we no longer support building -CURRENT sources on non-FreeBSD boxes unless that box has a very simular libc mix as FreeBSD. --- gnu/usr.bin/cc/cc_drv/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/gnu/usr.bin/cc/cc_drv/Makefile b/gnu/usr.bin/cc/cc_drv/Makefile index 328944bd7d5..c486443dedb 100644 --- a/gnu/usr.bin/cc/cc_drv/Makefile +++ b/gnu/usr.bin/cc/cc_drv/Makefile @@ -5,9 +5,6 @@ .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