summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2004-06-19 19:44:19 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2004-06-19 19:44:19 +0000
commit690258427d949b2c5503dd6834cd92b3db3c813e (patch)
tree32a1f4cbfdb1aae6f996ea9ae65a32e097961366 /gnu/usr.bin/binutils
parente6535bde1e440c87b360b700f43278769fd29f4c (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/binutils')
-rw-r--r--gnu/usr.bin/binutils/libbfd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/binutils/libbfd/Makefile b/gnu/usr.bin/binutils/libbfd/Makefile
index b198cc05cb43..04f3bebceb50 100644
--- a/gnu/usr.bin/binutils/libbfd/Makefile
+++ b/gnu/usr.bin/binutils/libbfd/Makefile
@@ -49,13 +49,13 @@ CFLAGS+= -DSELECT_VECS="${SELVEC}"
# XXX:DEO should grab BFD_VERSION_DATE from ${VERSION}...
bfdver.h: Makefile
- echo '#define BFD_VERSION 214920000' > ${.TARGET}
- echo '#define BFD_VERSION_DATE 20040510' >> ${.TARGET}
+ echo '#define BFD_VERSION 215000000' > ${.TARGET}
+ echo '#define BFD_VERSION_DATE 20040517' >> ${.TARGET}
echo '#define BFD_VERSION_STRING ${VERSION}' >> ${.TARGET}
targmatch.h: targmatch.sed config.bfd
sed -f ${.ALLSRC:M*.sed} ${.ALLSRC:M*.bfd} > ${.TARGET}
-
+
config.h: config.h.fbsd
.if ${TARGET_ARCH} == "i386"
sed -e 's,!!TRAD_HEADER!!,"hosts/i386bsd.h",g' ${.ALLSRC} > ${.TARGET}