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