diff options
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r-- | ld/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in index c8ba478..8875db2 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -2032,7 +2032,7 @@ etic3xcoff.c: $(srcdir)/emulparams/tic3xcoff.sh \ ${GENSCRIPTS} tic3xcoff "$(tdir_tic4xcoff)" etic3xcoff_onchip.c: $(srcdir)/emulparams/tic3xcoff_onchip.sh \ $(srcdir)/emultempl/ticoff.em $(srcdir)/scripttempl/tic4xcoff.sc ${GEN_DEPENDS} - ${GENSCRIPTS} tic3xcoff "$(tdir_tic4xcoff)" + ${GENSCRIPTS} tic3xcoff_onchip "$(tdir_tic4xcoff)" etic4xcoff.c: $(srcdir)/emulparams/tic4xcoff.sh \ $(srcdir)/emultempl/ticoff.em $(srcdir)/scripttempl/tic4xcoff.sc ${GEN_DEPENDS} ${GENSCRIPTS} tic4xcoff "$(tdir_tic4xcoff)" |