(ALL_EMULATIONS): Include $(OTHER_EMULATIONS) in case some target has stuff
authorKen Raeburn <raeburn@cygnus>
Thu, 8 Jul 1993 20:24:02 +0000 (20:24 +0000)
committerKen Raeburn <raeburn@cygnus>
Thu, 8 Jul 1993 20:24:02 +0000 (20:24 +0000)
to add.

ld/Makefile.in

index 81932e2e0b67d1fda8747c4771e6b6a1e3a8f1f2..041fb364c13f610513c886c20f4e04c72c440c7b 100644 (file)
@@ -104,6 +104,8 @@ HOSTING_EMU=-m $(EMUL)
 
 C++ = g++ -fgnu-linker
 
+all:
+
 ### Host, target, and site specific Makefile fragments come in here.
 ####
 
@@ -137,7 +139,8 @@ ALL_EMULATIONS=em_lnk960.o em_sun3.o em_i386aout.o em_go32.o \
        em_m68kcoff.o em_st2000.o em_sa29200.o \
        em_vanilla.o em_i386coff.o em_z8ksim.o em_mipslit.o em_i386bsd.o \
        em_mipsbig.o em_mipsbsd.o em_mipsidt.o em_vax.o em_h8500.o \
-       em_hppaosf.o em_mipsidtl.o em_sh.o
+       em_hppaosf.o em_mipsidtl.o em_sh.o \
+       $(OTHER_EMULATIONS)
 
 EMULATION_OFILES=${ALL_EMULATIONS}