Module Name: src
Committed By: christos
Date: Fri Aug 11 18:25:28 UTC 2023
Modified Files:
src/external/gpl3/gdb/lib/libbfd: Makefile
Log Message:
fix ia64
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/external/gpl3/gdb/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/gdb/lib/libbfd/Makefile
diff -u src/external/gpl3/gdb/lib/libbfd/Makefile:1.16 src/external/gpl3/gdb/lib/libbfd/Makefile:1.17
--- src/external/gpl3/gdb/lib/libbfd/Makefile:1.16 Fri Aug 11 13:46:01 2023
+++ src/external/gpl3/gdb/lib/libbfd/Makefile Fri Aug 11 14:25:27 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2023/08/11 17:46:01 christos Exp $
+# $NetBSD: Makefile,v 1.17 2023/08/11 18:25:27 christos Exp $
.include <bsd.own.mk>
.include "../Makefile.inc"
@@ -59,11 +59,11 @@ elf32-aarch64.c: elfnn-aarch64.c
${_MKTARGET_CREATE}
${TOOL_SED} -e s/NN/32/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 < $> > $@