X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=ld%2FMakefile.in;h=babca2621b88c1dcd04df183f09923700b65474d;hb=d1b6db76f052bf11333568276cf426484e812302;hp=7b0b87f3a6283a19d215bbca6d2ca6bf49d80707;hpb=970c3dbce892feccbd6334ebc431a82b84934efd;p=deliverable%2Fbinutils-gdb.git diff --git a/ld/Makefile.in b/ld/Makefile.in index 7b0b87f3a6..babca2621b 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -402,6 +402,7 @@ ALL_EMULATIONS = \ eelf32lppcsim.o \ eelf32mcore.o \ eelf32mipswindiss.o \ + eelf32ms1.o \ eelf32openrisc.o \ eelf32ppc.o \ eelf32ppc_fbsd.o \ @@ -2336,6 +2337,9 @@ eelf32frvfd.c: $(srcdir)/emulparams/elf32frvfd.sh \ $(srcdir)/emulparams/elf32frv.sh \ $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} ${GENSCRIPTS} elf32frvfd "$(tdir_frv)" +eelf32ms1.c: $(srcdir)/emulparams/elf32ms1.sh \ + $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} + ${GENSCRIPTS} elf32ms1 "$(tdir_ms1)" # The generated emulation files mostly have the same dependencies. $(EMULATION_OFILES): ../bfd/bfd.h sysdep.h config.h $(INCDIR)/bfdlink.h \ @@ -2475,6 +2479,12 @@ install-data-local: # cygnus option. install-data-local: install-info diststuff: info $(EXTRA_DIST) +all: info ld.1 + +# Both info (ld.info) and ld.1 depend on configdoc.texi and ldver.texi. +# But info isn't a direct target. Make info-recursive to depend on +# ld.1 to support parallel build. +info-recursive: ld.1 distclean-local: rm -rf ldscripts