summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/ChangeLog5
-rw-r--r--c/src/support/Makefile.am2
-rw-r--r--c/src/wrapup/Makefile.am2
3 files changed, 7 insertions, 2 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index 7e62453db5..d34f3364f5 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,5 +1,10 @@
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * support/Makefile.am: Remove all-local: $(ARCH).
+ * wrapup/Makefile.am: Remove all-local: $(ARCH).
+
+2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
diff --git a/c/src/support/Makefile.am b/c/src/support/Makefile.am
index b7fa07117c..5d7f4f0c0a 100644
--- a/c/src/support/Makefile.am
+++ b/c/src/support/Makefile.am
@@ -15,6 +15,6 @@ LIB = $(ARCH)/libsupport.a
$(LIB): $(OBJS)
$(make-library)
-all-local: $(ARCH) $(LIB)
+all-local: $(LIB)
include $(top_srcdir)/automake/local.am
diff --git a/c/src/wrapup/Makefile.am b/c/src/wrapup/Makefile.am
index ae0373d060..bd83bc25fb 100644
--- a/c/src/wrapup/Makefile.am
+++ b/c/src/wrapup/Makefile.am
@@ -36,7 +36,7 @@ SRCS += $(wildcard $(PROJECT_RELEASE)/lib/rtems-ctor$(LIB_VARIANT).$(OBJEXT))
TMPINSTALL_FILES += $(LIB)
-all-local: $(ARCH) $(LIB) $(TMPINSTALL_FILES)
+all-local: $(LIB) $(TMPINSTALL_FILES)
$(LIB): $(SRCS)
rm -f $@