aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.am
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2000-07-01 19:26:41 +0000
committerH.J. Lu <hjl.tools@gmail.com>2000-07-01 19:26:41 +0000
commit677980338198b6fd94c7a653a5d9dcd1a34fe1ec (patch)
treeafb1acf05f9fbde3fed57f40d56b978b306303a3 /ld/Makefile.am
parent944e5c61c8aa67f917e3c3bb8c4ce1cc53941f4b (diff)
downloadgdb-677980338198b6fd94c7a653a5d9dcd1a34fe1ec.zip
gdb-677980338198b6fd94c7a653a5d9dcd1a34fe1ec.tar.gz
gdb-677980338198b6fd94c7a653a5d9dcd1a34fe1ec.tar.bz2
2000-07-01 H.J. Lu <hjl@gnu.org>
* Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for automake to use YLWRAP. * Makefile.in: Rebuild.
Diffstat (limited to 'ld/Makefile.am')
-rw-r--r--ld/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am
index cbb1503..6b2a8c4 100644
--- a/ld/Makefile.am
+++ b/ld/Makefile.am
@@ -734,6 +734,9 @@ ez8002.c: $(srcdir)/emulparams/z8002.sh \
$(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/z8000.sc ${GEN_DEPENDS}
${GENSCRIPTS} z8002 "$(tdir_z8002)"
+# We need this for automake to use YLWRAP.
+EXTRA_ld_new_SOURCES = deffilep.y
+
ld_new_SOURCES = ldgram.y ldlex.l lexsup.c ldlang.c mri.c ldctor.c ldmain.c \
ldwrite.c ldexp.c ldemul.c ldver.c ldmisc.c ldfile.c ldcref.c
ld_new_DEPENDENCIES = $(EMULATION_OFILES) $(EMUL_EXTRA_OFILES) $(BFDLIB) $(LIBIBERTY) $(INTLDEPS)