summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/librdbg/ChangeLog6
-rw-r--r--c/src/librdbg/src/i386/any/Makefile.am2
-rw-r--r--c/src/librdbg/src/m68k/any/Makefile.am2
-rw-r--r--c/src/librdbg/src/powerpc/new_exception_processing/Makefile.am2
4 files changed, 9 insertions, 3 deletions
diff --git a/c/src/librdbg/ChangeLog b/c/src/librdbg/ChangeLog
index e4a3c9818c..a8beb07bca 100644
--- a/c/src/librdbg/ChangeLog
+++ b/c/src/librdbg/ChangeLog
@@ -1,3 +1,9 @@
+2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * src/i386/any/Makefile.am: Remove all-local: $(ARCH).
+ * src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
+ * src/powerpc/new_exception_processing/Makefile.am: Remove all-local: $(ARCH).
+
2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Reformat. Apply dirstamps to preinstallation.
diff --git a/c/src/librdbg/src/i386/any/Makefile.am b/c/src/librdbg/src/i386/any/Makefile.am
index 2c75512f8c..3d1b0b2180 100644
--- a/c/src/librdbg/src/i386/any/Makefile.am
+++ b/c/src/librdbg/src/i386/any/Makefile.am
@@ -80,7 +80,7 @@ include_rdbg_HEADERS = $(srcdir)/remdeb.h
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a
-all-local: ${ARCH} $(PREINSTALL_FILES) $(TMPINSTALL_FILES)
+all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES)
EXTRA_DIST = remdeb_f.x $(GEN_C_FILES)
diff --git a/c/src/librdbg/src/m68k/any/Makefile.am b/c/src/librdbg/src/m68k/any/Makefile.am
index 2c75512f8c..3d1b0b2180 100644
--- a/c/src/librdbg/src/m68k/any/Makefile.am
+++ b/c/src/librdbg/src/m68k/any/Makefile.am
@@ -80,7 +80,7 @@ include_rdbg_HEADERS = $(srcdir)/remdeb.h
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a
-all-local: ${ARCH} $(PREINSTALL_FILES) $(TMPINSTALL_FILES)
+all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES)
EXTRA_DIST = remdeb_f.x $(GEN_C_FILES)
diff --git a/c/src/librdbg/src/powerpc/new_exception_processing/Makefile.am b/c/src/librdbg/src/powerpc/new_exception_processing/Makefile.am
index 8c20fd159b..087ed6a805 100644
--- a/c/src/librdbg/src/powerpc/new_exception_processing/Makefile.am
+++ b/c/src/librdbg/src/powerpc/new_exception_processing/Makefile.am
@@ -80,7 +80,7 @@ include_rdbg_HEADERS = $(srcdir)/remdeb.h
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a
-all-local: ${ARCH} $(PREINSTALL_FILES) $(TMPINSTALL_FILES)
+all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES)
EXTRA_DIST = remdeb_f.x $(GEN_C_FILES)