diff options
author | marcel <marcel@FreeBSD.org> | 2004-06-19 19:44:19 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2004-06-19 19:44:19 +0000 |
commit | 5e86c60ca5369eba1858824c85e6ed6a724d9d3c (patch) | |
tree | 32a1f4cbfdb1aae6f996ea9ae65a32e097961366 /gnu/usr.bin/binutils/libbfd/Makefile | |
parent | d4a9461bf17b4bab2fe8fd788596a2ccc81e906f (diff) | |
download | FreeBSD-src-5e86c60ca5369eba1858824c85e6ed6a724d9d3c.zip FreeBSD-src-5e86c60ca5369eba1858824c85e6ed6a724d9d3c.tar.gz |
Update to binutils 2.15:
o BFD_VERSION_DATE now reflects the release date of 2.15,
o BFD_VERSION now has the correct version number.
Previous values reflected 2.14.92 from a week prior to release.
While here, fix a whitespace (tab) nit.
Diffstat (limited to 'gnu/usr.bin/binutils/libbfd/Makefile')
-rw-r--r-- | gnu/usr.bin/binutils/libbfd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/binutils/libbfd/Makefile b/gnu/usr.bin/binutils/libbfd/Makefile index b198cc0..04f3beb 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} |