it is not xx but nn that we want. also add missing dependencies.
This commit is contained in:
parent
b28c7e7ccb
commit
0eedf677ec
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile,v 1.8 2018/07/11 13:44:04 christos Exp $
|
# $NetBSD: Makefile,v 1.9 2018/07/11 14:51:34 christos Exp $
|
||||||
|
|
||||||
.include <bsd.own.mk>
|
.include <bsd.own.mk>
|
||||||
.include "../Makefile.inc"
|
.include "../Makefile.inc"
|
||||||
|
@ -19,9 +19,11 @@ GSRCS= ${G_libbfd_la_OBJECTS:libbfd.lo=lib_bfd.lo} \
|
||||||
SRCS= ${GSRCS:.lo=.c}
|
SRCS= ${GSRCS:.lo=.c}
|
||||||
|
|
||||||
DPSRCS+= elf32-target.h elf64-target.h targmatch.h \
|
DPSRCS+= elf32-target.h elf64-target.h targmatch.h \
|
||||||
elf32-ia64.c elf64-ia64.c peigen.c pex64igen.c
|
elf32-ia64.c elf64-ia64.c elf64-aarch64.c \
|
||||||
|
peigen.c pex64igen.c
|
||||||
CLEANFILES+= elf32-target.h elf64-target.h targmatch.h \
|
CLEANFILES+= elf32-target.h elf64-target.h targmatch.h \
|
||||||
elf32-ia64.c elf64-ia64.c peigen.c pex64igen.c
|
elf32-ia64.c elf64-ia64.c elf64-aarch64.c \
|
||||||
|
peigen.c pex64igen.c
|
||||||
|
|
||||||
.PATH: ${DIST}/bfd
|
.PATH: ${DIST}/bfd
|
||||||
|
|
||||||
|
@ -52,7 +54,7 @@ elf64-ia64.c: elfxx-ia64.c
|
||||||
${_MKTARGET_CREATE}
|
${_MKTARGET_CREATE}
|
||||||
${TOOL_SED} -e s/NN/64/g < $> > $@
|
${TOOL_SED} -e s/NN/64/g < $> > $@
|
||||||
|
|
||||||
elf64-aarch64.c: elfxx-aarch64.c
|
elf64-aarch64.c: elfnn-aarch64.c
|
||||||
${_MKTARGET_CREATE}
|
${_MKTARGET_CREATE}
|
||||||
${TOOL_SED} -e s/NN/64/g < $> > $@
|
${TOOL_SED} -e s/NN/64/g < $> > $@
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue