Remove eaixppc64 from Makefile.am

This commit is contained in:
Tom Rix 2001-12-05 21:46:39 +00:00
parent ae45a35b44
commit f2eab0af2b
2 changed files with 5 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2001-12-05 Tom Rix <trix@redhat.com>
* Makefile.am: Remove eaixppc64.
* Makefile.in: Regenerate.
2001-12-04 Tom Rix <trix@redhat.com>
* emultempl/aix.em (choose_target): Change default target to

View File

@ -270,7 +270,6 @@ ALL_64_EMULATIONS = \
emmo.o \
eelf64ppc.o \
eelf64lppc.o \
eaixppc64.o \
ehppa64linux.o
ALL_EMUL_EXTRA_OFILES = \
@ -334,9 +333,6 @@ GEN_DEPENDS = $(srcdir)/genscripts.sh stringify.sed
ea29k.c: $(srcdir)/emulparams/a29k.sh \
$(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/a29k.sc ${GEN_DEPENDS}
${GENSCRIPTS} a29k "$(tdir_a29k)"
eaixppc64.c: $(srcdir)/emulparams/aixppc64.sh \
$(srcdir)/emultempl/aix.em $(srcdir)/scripttempl/aix.sc ${GEN_DEPENDS}
${GENSCRIPTS} aixppc64 "$(tdir_aixppc64)"
eaixppc.c: $(srcdir)/emulparams/aixppc.sh \
$(srcdir)/emultempl/aix.em $(srcdir)/scripttempl/aix.sc ${GEN_DEPENDS}
${GENSCRIPTS} aixppc "$(tdir_aixppc)"