summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2008-09-28 19:17:54 +0000
committermarcel <marcel@FreeBSD.org>2008-09-28 19:17:54 +0000
commitbf71ce19ad794662e7ef71006efb411f11978e95 (patch)
tree87bddabe069eca3d99cc8059a3652fc18d247508 /gnu
parenta1ec700ce86e235c28f1c3187005ffd0a4fc0771 (diff)
downloadFreeBSD-src-bf71ce19ad794662e7ef71006efb411f11978e95.zip
FreeBSD-src-bf71ce19ad794662e7ef71006efb411f11978e95.tar.gz
Revert previous commit. The prototype has been moved to unistd.h
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/csu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/csu/Makefile b/gnu/lib/csu/Makefile
index db5690a..6a27969 100644
--- a/gnu/lib/csu/Makefile
+++ b/gnu/lib/csu/Makefile
@@ -25,7 +25,7 @@ WITHOUT_SSP=
BEGINSRC= crtbegin.asm
ENDSRC= crtend.asm
CFLAGS+= -x assembler-with-cpp # Ugly hack
-CFLAGS+= -D_OSRELDATE_H -include osreldate.h
+CFLAGS+= -include osreldate.h
.undef SRCS # hack for 'make depend'
.endif
.if ${MACHINE_ARCH} == "powerpc"
OpenPOWER on IntegriCloud