Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/binutils/usr.bin/ld Fix typo and hopefully the...
details: https://anonhg.NetBSD.org/src/rev/c7c570dd265f
branches: trunk
changeset: 749355:c7c570dd265f
user: skrll <skrll%NetBSD.org@localhost>
date: Fri Nov 27 14:39:39 2009 +0000
description:
Fix typo and hopefully the dependency problem that manifests itself with
compile problems around lang_insert_orphan.
diffstat:
external/gpl3/binutils/usr.bin/ld/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 62ee2eb05158 -r c7c570dd265f external/gpl3/binutils/usr.bin/ld/Makefile
--- a/external/gpl3/binutils/usr.bin/ld/Makefile Fri Nov 27 13:50:29 2009 +0000
+++ b/external/gpl3/binutils/usr.bin/ld/Makefile Fri Nov 27 14:39:39 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2009/11/10 14:47:52 skrll Exp $
+# $NetBSD: Makefile,v 1.6 2009/11/27 14:39:39 skrll Exp $
.include <bsd.own.mk>
@@ -59,9 +59,9 @@
${_MKTARGET_CREATE}
(srcdir=${DIST}/ld EMULATION_NAME=$f . ${>:M*.sh} && \
if [ x"$$TEMPLATE_NAME" != x ]; then \
- temp_emul=$$TEMPLATE_NAME.em; \
+ temp_name=$$TEMPLATE_NAME.em; \
else \
- temp_emul=; \
+ temp_name=; \
fi; \
if [ x"$$SCRIPT_NAME" != x ]; then \
script=$$SCRIPT_NAME.sc; \
Home |
Main Index |
Thread Index |
Old Index