diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2008-09-28 19:17:54 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2008-09-28 19:17:54 +0000 |
| commit | 5f85c2cdd92db4f0d24f8863f00ff332f82c64a7 (patch) | |
| tree | 87bddabe069eca3d99cc8059a3652fc18d247508 /gnu/lib/csu | |
| parent | 6f04e7b9aad68664b4ad47ed5aa4f5c146ab9f66 (diff) | |
Notes
Diffstat (limited to 'gnu/lib/csu')
| -rw-r--r-- | gnu/lib/csu/Makefile | 2 |
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" |
