aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.in
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-06-02 23:55:50 +0000
committerIan Lance Taylor <ian@airs.com>1994-06-02 23:55:50 +0000
commitf7e66391df3945f2fc69122c223102a7cc0ff55a (patch)
treeaac09039210a50534c01ca959ed65ebe00536ead /ld/Makefile.in
parent2f4b5b5302cf51fb206f45dd75928781159c1a44 (diff)
downloadgdb-f7e66391df3945f2fc69122c223102a7cc0ff55a.zip
gdb-f7e66391df3945f2fc69122c223102a7cc0ff55a.tar.gz
gdb-f7e66391df3945f2fc69122c223102a7cc0ff55a.tar.bz2
Use SunOS shared libraries on a Sun 3.
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r--ld/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in
index a80cb4b..e56300c 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -255,7 +255,7 @@ esun4.c: $(srcdir)/emulparams/sun4.sh \
$(srcdir)/emultempl/sunos.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
${GENSCRIPTS} sun4
esun3.c: $(srcdir)/emulparams/sun3.sh \
- $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
+ $(srcdir)/emultempl/sunos.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
${GENSCRIPTS} sun3
evsta.c: $(srcdir)/emulparams/vsta.sh \
$(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}