aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.am
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-07-21 23:31:53 +0000
committerNick Clifton <nickc@redhat.com>2000-07-21 23:31:53 +0000
commit20bccb34854e0468796b72f96f3c9b1fb1978680 (patch)
treee8f53aca3cf544eb9914158bf84b20f837fa8d1c /ld/Makefile.am
parentf41603356dd6c6ff780c5f92c1a298d54229d055 (diff)
downloadfsf-binutils-gdb-20bccb34854e0468796b72f96f3c9b1fb1978680.zip
fsf-binutils-gdb-20bccb34854e0468796b72f96f3c9b1fb1978680.tar.gz
fsf-binutils-gdb-20bccb34854e0468796b72f96f3c9b1fb1978680.tar.bz2
Applied Michael's Sokolov's patch to implement --embedded-relocs for m68k coff.
Diffstat (limited to 'ld/Makefile.am')
-rw-r--r--ld/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am
index 9ce016a..40ad6be 100644
--- a/ld/Makefile.am
+++ b/ld/Makefile.am
@@ -601,7 +601,7 @@ em68kaux.c: $(srcdir)/emulparams/m68kaux.sh \
$(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/m68kaux.sc ${GEN_DEPENDS}
${GENSCRIPTS} m68kaux "$(tdir_m68kaux)"
em68kcoff.c: $(srcdir)/emulparams/m68kcoff.sh \
- $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/m68kcoff.sc ${GEN_DEPENDS}
+ $(srcdir)/emultempl/m68kcoff.em $(srcdir)/scripttempl/m68kcoff.sc ${GEN_DEPENDS}
${GENSCRIPTS} m68kcoff "$(tdir_m68kcoff)"
em68kelf.c: $(srcdir)/emulparams/m68kelf.sh \
$(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}