*** empty log message ***
[deliverable/binutils-gdb.git] / ld / Makefile.in
index 7b0b87f3a6283a19d215bbca6d2ca6bf49d80707..babca2621b88c1dcd04df183f09923700b65474d 100644 (file)
@@ -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
 
This page took 0.023394 seconds and 4 git commands to generate.