diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-07-08 20:24:02 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-07-08 20:24:02 +0000 |
commit | 58bf66f96ef8b4d5ebc78f638805ff0f30a68100 (patch) | |
tree | 904fa8c6b564bdcdf43777beabbfba9b0484ee2e /ld/Makefile.in | |
parent | 558f4183fb2fc1a9b9d0f506360df36a58600db5 (diff) | |
download | gdb-58bf66f96ef8b4d5ebc78f638805ff0f30a68100.zip gdb-58bf66f96ef8b4d5ebc78f638805ff0f30a68100.tar.gz gdb-58bf66f96ef8b4d5ebc78f638805ff0f30a68100.tar.bz2 |
(ALL_EMULATIONS): Include $(OTHER_EMULATIONS) in case some target has stuff
to add.
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r-- | ld/Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in index 81932e2..041fb36 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -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} |