aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.in
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2023-08-07 14:37:41 +0930
committerAlan Modra <amodra@gmail.com>2023-08-09 08:48:09 +0930
commitfeddea4b466ce4f2bb2301fd2d4bef56e8d09ccc (patch)
treeb38cad84b73fc83e76604f902f5d580be1c92cfe /ld/Makefile.in
parentf82ee0c8dc4ee32556e23e6cd83ef083618f704f (diff)
downloadfsf-binutils-gdb-feddea4b466ce4f2bb2301fd2d4bef56e8d09ccc.zip
fsf-binutils-gdb-feddea4b466ce4f2bb2301fd2d4bef56e8d09ccc.tar.gz
fsf-binutils-gdb-feddea4b466ce4f2bb2301fd2d4bef56e8d09ccc.tar.bz2
Add ld makefile dependencies
* Makefile.am (EXTRA_ld_new_SOURCES): Add pep-dll-aarch64.c and pep-dll-x86_64.c. * Makefile.in: Regenerate.
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r--ld/Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in
index d1a5602..cfa4772 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -1014,8 +1014,8 @@ GEN_DEPENDS = $(srcdir)/genscripts.sh stringify.sed
# Dependency tracking for the generated emulation files.
EXTRA_ld_new_SOURCES = deffilep.y ldlex.l ldelf.c ldelfgen.c pdb.c \
- pep-dll.c pe-dll.c $(ALL_EMULATION_SOURCES) \
- $(ALL_64_EMULATION_SOURCES)
+ pep-dll.c pe-dll.c pep-dll-aarch64.c pep-dll-x86_64.c \
+ $(ALL_EMULATION_SOURCES) $(ALL_64_EMULATION_SOURCES)
ld_new_SOURCES = ldgram.y ldlex-wrapper.c lexsup.c ldlang.c mri.c ldctor.c ldmain.c \
ldwrite.c ldexp.c ldemul.c ldver.c ldmisc.c ldfile.c ldcref.c plugin.c \
ldbuildid.c
@@ -1588,6 +1588,8 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mri.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdb.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pe-dll.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pep-dll-aarch64.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pep-dll-x86_64.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pep-dll.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin.Po@am__quote@