summaryrefslogtreecommitdiff
path: root/gnu/lib
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2008-09-26 15:00:18 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2008-09-26 15:00:18 +0000
commit3e5dafac903700c63dd4139db4c025b97133befa (patch)
treeac0769b10948d55e149d28092ca3d0b0c288b376 /gnu/lib
parent7818e0a54534c9ad379ecdeddc9ffbc844044941 (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 6a279690ccf9..db5690af4e8d 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+= -include osreldate.h
+CFLAGS+= -D_OSRELDATE_H -include osreldate.h
.undef SRCS # hack for 'make depend'
.endif
.if ${MACHINE_ARCH} == "powerpc"