summaryrefslogtreecommitdiffstats
path: root/c/src/wrapup/Makefile.am
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/src/wrapup/Makefile.am
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/src/wrapup/Makefile.am')
-rw-r--r--c/src/wrapup/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 $@