aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.in
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1992-02-17 20:08:20 +0000
committerPer Bothner <per@bothner.com>1992-02-17 20:08:20 +0000
commit1584d0697df73819981fac5cb57f8b0061c13ca0 (patch)
tree60bc4bef13010d766b11831d792878d0a9d4b6a0 /ld/Makefile.in
parent9832e16cc38b91bbe0ea4f7e03ab5584e3f866a6 (diff)
downloadgdb-1584d0697df73819981fac5cb57f8b0061c13ca0.zip
gdb-1584d0697df73819981fac5cb57f8b0061c13ca0.tar.gz
gdb-1584d0697df73819981fac5cb57f8b0061c13ca0.tar.bz2
New hp300bsd port.
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r--ld/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in
index 411b981..55e7be3 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -98,7 +98,7 @@ BFDLIB=$(unsubdir)/../bfd$(subdir)/libbfd.a
LIBIBERTY=$(unsubdir)/../libiberty$(subdir)/libiberty.a
ALL_EMULATIONS=ld__lnk960.o ld__sun3.o ld__i386aout.o \
- ld__m88kbcs.o ld__a29k.o ld__news.o ld__h8300hms.o ld__ebmon29k.o \
+ ld__m88kbcs.o ld__a29k.o ld__news.o ld__hp300bsd.o ld__h8300hms.o ld__ebmon29k.o \
ld__sun4.o ld__gld960.o ld__vanilla.o
EMULATION_OFILES=${ALL_EMULATIONS}
@@ -182,6 +182,9 @@ ld__sun3.c: $(srcdir)/sun3.sh \
ld__news.c: $(srcdir)/news.sh \
$(srcdir)/generic.em $(srcdir)/aout.sc-sh ${GEN_DEPENDS}
${GENSCRIPTS} news.sh
+ld__hp300bsd.c: $(srcdir)/hp300bsd.sh \
+ $(srcdir)/generic.em $(srcdir)/aout.sc-sh ${GEN_DEPENDS}
+ ${GENSCRIPTS} hp300bsd.sh
ld__i386aout.c: $(srcdir)/i386aout.sh \
$(srcdir)/generic.em $(srcdir)/aout.sc-sh ${GEN_DEPENDS}
${GENSCRIPTS} i386aout.sh