Module Name: src
Committed By: mrg
Date: Mon Mar 10 07:28:33 UTC 2014
Modified Files:
src/external/gpl3/binutils/lib/libbfd: Makefile
Log Message:
make elf{32,64}-ia64.c depend upon the right parent.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/external/gpl3/binutils/lib/libbfd/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/binutils/lib/libbfd/Makefile
diff -u src/external/gpl3/binutils/lib/libbfd/Makefile:1.11 src/external/gpl3/binutils/lib/libbfd/Makefile:1.12
--- src/external/gpl3/binutils/lib/libbfd/Makefile:1.11 Sun Sep 29 14:20:35 2013
+++ src/external/gpl3/binutils/lib/libbfd/Makefile Mon Mar 10 07:28:33 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2013/09/29 14:20:35 christos Exp $
+# $NetBSD: Makefile,v 1.12 2014/03/10 07:28:33 mrg Exp $
NOLINKLIB= # defined
NOLINT= # defined
@@ -78,11 +78,11 @@ elf64-target.h: elfxx-target.h
${_MKTARGET_CREATE}
${TOOL_SED} -e s/NN/64/g < $> > $@
-elf32-ia64.c: elfxx-ia64.c
+elf32-ia64.c: elfnn-ia64.c
${_MKTARGET_CREATE}
${TOOL_SED} -e s/NN/32/g < $> > $@
-elf64-ia64.c: elfxx-ia64.c
+elf64-ia64.c: elfnn-ia64.c
${_MKTARGET_CREATE}
${TOOL_SED} -e s/NN/64/g < $> > $@