diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-07-04 18:50:13 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-07-04 18:50:13 +0000 |
commit | 1ab4cd57ed4c60f8e1671cc7ef3675ae806fb473 (patch) | |
tree | 969946c553a8be6b24857c2551025dd3c171ff76 /ld/Makefile.in | |
parent | 809f005e04c3356e565aec9b9641f8c1770dab58 (diff) | |
download | gdb-1ab4cd57ed4c60f8e1671cc7ef3675ae806fb473.zip gdb-1ab4cd57ed4c60f8e1671cc7ef3675ae806fb473.tar.gz gdb-1ab4cd57ed4c60f8e1671cc7ef3675ae806fb473.tar.bz2 |
* emulparams/pc532macha.sh: Rename from pc532machaout.sh to avoid
System V file name limitations.
* configure.tgt (nc32k-pc532-mach*, ns32k-pc532-ux*): Use
pc532macha rather than pc532machaout.
* Makefile.in (ALL_EMULATIONS): Change epc532machaout.o to
epc532macha.o.
(epc532macha.c): Rename target from epc532machaout.c.
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r-- | ld/Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in index 2fb05d4..a56bcaf 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -262,7 +262,7 @@ ALL_EMULATIONS = \ emipslit.o \ enews.o \ ens32knbsd.o \ - epc532machaout.o \ + epc532macha.o \ eppcmacos.o \ eppcnw.o \ eppcpe.o \ @@ -549,9 +549,9 @@ enews.c: $(srcdir)/emulparams/news.sh \ ens32knbsd.c: $(srcdir)/emulparams/ns32knbsd.sh \ $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} ${GENSCRIPTS} ns32knbsd "$(tdir_ns32knbsd)" -epc532machaout.c: $(srcdir)/emulparams/pc532machaout.sh \ +epc532macha.c: $(srcdir)/emulparams/pc532macha.sh \ $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} - ${GENSCRIPTS} pc532machaout "$(tdir_pc532machaout)" + ${GENSCRIPTS} pc532macha "$(tdir_pc532macha)" eppcmacos.c: $(srcdir)/emulparams/ppcmacos.sh \ $(srcdir)/emultempl/aix.em $(srcdir)/scripttempl/aix.sc ${GEN_DEPENDS} ${GENSCRIPTS} ppcmacos "$(tdir_ppcmacos)" @@ -873,7 +873,7 @@ diststuff: $(LDDISTSTUFF) info mostlyclean: -rm -f $(STAGESTUFF) ld.?? ld.??? ldlex.[qp] config.log -rm -f ld ld1 ld2 ld3 *.o y.output cdtest cdtest.out cdtest.tmp - -rm -f cdtest-ur cdtest-ur.out cdtest-ur.tmp + -rm -f cdtest-ur cdtest-ur.out cdtest-ur.tmp crtbegin.o crtend.o -rm -f ldemul-list.h -rm -fr tmpdir clean: mostlyclean |