Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/binutils/lib/libbfd make elf{32, 64}-ia64.c dep...



details:   https://anonhg.NetBSD.org/src/rev/c5c1cd8ba19a
branches:  trunk
changeset: 327534:c5c1cd8ba19a
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Mar 10 07:28:33 2014 +0000

description:
make elf{32,64}-ia64.c depend upon the right parent.

diffstat:

 external/gpl3/binutils/lib/libbfd/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r afb845f07582 -r c5c1cd8ba19a external/gpl3/binutils/lib/libbfd/Makefile
--- a/external/gpl3/binutils/lib/libbfd/Makefile        Mon Mar 10 06:38:22 2014 +0000
+++ b/external/gpl3/binutils/lib/libbfd/Makefile        Mon Mar 10 07:28:33 2014 +0000
@@ -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 @@
        ${_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 < $> > $@
 



Home | Main Index | Thread Index | Old Index