summaryrefslogtreecommitdiff
path: root/ld/Makefile.am
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2000-07-01 19:26:41 +0000
committerH.J. Lu <hjl@lucon.org>2000-07-01 19:26:41 +0000
commitde4f870299db4bfb5ede463f303eabd94143e15d (patch)
treea365ad98ae014005e241ed48ad2a44f798b51fd5 /ld/Makefile.am
parent844940256f5525a6c1c7ef158e17f13018065e58 (diff)
downloadbinutils-redhat-de4f870299db4bfb5ede463f303eabd94143e15d.tar.gz
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 cbb1503552..6b2a8c45eb 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)