diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2010-10-19 20:17:17 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2010-10-19 20:17:17 +0000 |
| commit | bd9ba01abac5c685714b73b66946aaef1ff903cf (patch) | |
| tree | 6d45b26ac9515c1fd861723262a9b4ef580f2cb9 /gnu | |
| parent | c9a933bd0be9487a21baab67fbf86ff81e2ae7ba (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/binutils/Makefile.inc0 | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/binutils/libbfd/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/Makefile.inc0 b/gnu/usr.bin/binutils/Makefile.inc0 index 5999a2e77661..29e46aef0d2f 100644 --- a/gnu/usr.bin/binutils/Makefile.inc0 +++ b/gnu/usr.bin/binutils/Makefile.inc0 @@ -4,7 +4,7 @@ # use the normal "Makefile.inc" mechanism, because we need some of these # definitions before the sub-Makefile is processed. -VERSION= "2.15 [FreeBSD] 2004-05-23" +VERSION= "2.15 [FreeBSD] 2005-06-08" TARGET_ARCH?= ${MACHINE_ARCH} .if ${TARGET_ARCH} == "amd64" diff --git a/gnu/usr.bin/binutils/libbfd/Makefile b/gnu/usr.bin/binutils/libbfd/Makefile index 8ace1e24cd26..d211d91137f1 100644 --- a/gnu/usr.bin/binutils/libbfd/Makefile +++ b/gnu/usr.bin/binutils/libbfd/Makefile @@ -52,7 +52,7 @@ CFLAGS+= -DDEFAULT_VECTOR=${DEFAULT_VECTOR} # XXX:DEO should grab BFD_VERSION_DATE from ${VERSION}... bfdver.h: Makefile echo '#define BFD_VERSION 215000000' > ${.TARGET} - echo '#define BFD_VERSION_DATE 20040517' >> ${.TARGET} + echo '#define BFD_VERSION_DATE 20050317' >> ${.TARGET} echo '#define BFD_VERSION_STRING ${VERSION}' >> ${.TARGET} targmatch.h: targmatch.sed config.bfd |
