summaryrefslogtreecommitdiff
path: root/gnu/lib
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2008-09-28 19:17:54 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2008-09-28 19:17:54 +0000
commit5f85c2cdd92db4f0d24f8863f00ff332f82c64a7 (patch)
tree87bddabe069eca3d99cc8059a3652fc18d247508 /gnu/lib
parent6f04e7b9aad68664b4ad47ed5aa4f5c146ab9f66 (diff)
Notes
Diffstat (limited to 'gnu/lib')
-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 db5690af4e8d..6a279690ccf9 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"