summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-02 04:40:06 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-02 04:40:06 +0000
commitf2fc5cfe3dec3f61fd84e9c18dc6e1045154e874 (patch)
treeff99fe568fed2038ba41e361c43040de2b3892b0 /c
parent2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-f2fc5cfe3dec3f61fd84e9c18dc6e1045154e874.tar.bz2
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* support/Makefile.am: Remove all-local: $(ARCH). * wrapup/Makefile.am: Remove all-local: $(ARCH).
Diffstat (limited to 'c')
-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 $@