Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/usr.bin/binutils/common The version from defs.mk is in G...
details: https://anonhg.NetBSD.org/src/rev/9a6fe7705d47
branches: trunk
changeset: 747608:9a6fe7705d47
user: skrll <skrll%NetBSD.org@localhost>
date: Thu Sep 24 06:31:08 2009 +0000
description:
The version from defs.mk is in G_VERSION.
diffstat:
gnu/usr.bin/binutils/common/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 01b4fc9cdbd3 -r 9a6fe7705d47 gnu/usr.bin/binutils/common/Makefile
--- a/gnu/usr.bin/binutils/common/Makefile Thu Sep 24 06:14:22 2009 +0000
+++ b/gnu/usr.bin/binutils/common/Makefile Thu Sep 24 06:31:08 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2003/11/27 15:02:21 mrg Exp $
+# $NetBSD: Makefile,v 1.17 2009/09/24 06:31:08 skrll Exp $
.include <bsd.own.mk>
@@ -17,7 +17,7 @@
config.texi: ${.CURDIR}/arch/${MACHINE_ARCH}/defs.mk
${_MKTARGET_CREATE}
rm -f config.texi
- echo "@set VERSION ${VERSION}" > config.texi
+ echo "@set VERSION ${G_VERSION}" > config.texi
CLEANFILES+= config.texi
Home |
Main Index |
Thread Index |
Old Index