diff --git a/ld/ChangeLog b/ld/ChangeLog
index 9696ca90d35..a3e238b9e3e 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -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 
diff --git a/ld/Makefile.am b/ld/Makefile.am
index 3d1ed7f78d9..f567a419b63 100644
--- a/ld/Makefile.am
+++ b/ld/Makefile.am
@@ -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)"