summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/Makefile.inc0
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-01-27 22:47:22 +0000
committerobrien <obrien@FreeBSD.org>2002-01-27 22:47:22 +0000
commitc3958d9a9e6e0828fe35196bd3d449ac82f7d4a9 (patch)
tree894038b25d9a7d7a3a4a95af6a8c5a83bb774eab /gnu/usr.bin/binutils/Makefile.inc0
parentb91a8c787a2f9df28118b752294958db9572fc07 (diff)
downloadFreeBSD-src-c3958d9a9e6e0828fe35196bd3d449ac82f7d4a9.zip
FreeBSD-src-c3958d9a9e6e0828fe35196bd3d449ac82f7d4a9.tar.gz
Change the way the version strings are handled.
Diffstat (limited to 'gnu/usr.bin/binutils/Makefile.inc0')
-rw-r--r--gnu/usr.bin/binutils/Makefile.inc05
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/Makefile.inc0 b/gnu/usr.bin/binutils/Makefile.inc0
index c732d29..fd94d06 100644
--- a/gnu/usr.bin/binutils/Makefile.inc0
+++ b/gnu/usr.bin/binutils/Makefile.inc0
@@ -4,10 +4,11 @@
# use the normal "Makefile.inc" mechanism, because we need some of these
# definitions before the sub-Makefile is processed.
-VERSION= "2.12.0 pre-release snap 20020127 [FreeBSD]"
+VERSION= "2.12.0 pre-release snap [FreeBSD] 20020127"
+VERSION_DATE= 20020127
TARGET_ARCH?= ${MACHINE_ARCH}
-BINUTIL_ARCH= ${TARGET_ARCH}
+BINUTIL_ARCH= ${TARGET_ARCH}
# RELTOP is the relative path to this point in the source or object
# tree, from any subdirectory of same. It gets extra "../" prefixes
OpenPOWER on IntegriCloud