summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-02 05:43:31 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-02 05:43:31 +0000
commitcbfc593614b72ff5fd02473dbb3cc5887dc667e0 (patch)
tree0cdb3afc8964f3a20916950fbe8cc3f4df085933 /c/src/lib/libbsp/no_cpu/no_bsp/shmsupp
parent2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-cbfc593614b72ff5fd02473dbb3cc5887dc667e0.tar.bz2
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Remove all-local: $(ARCH). * console/Makefile.am: Remove all-local: $(ARCH). * shmsupp/Makefile.am: Remove all-local: $(ARCH). * startup/Makefile.am: Remove all-local: $(ARCH). * timer/Makefile.am: Remove all-local: $(ARCH). * wrapup/Makefile.am: Remove all-local: $(ARCH).
Diffstat (limited to 'c/src/lib/libbsp/no_cpu/no_bsp/shmsupp')
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/Makefile.am b/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/Makefile.am
index f63f6544f0..ed2b974d4d 100644
--- a/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/Makefile.am
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/Makefile.am
@@ -22,7 +22,7 @@ $(PGM): $(OBJS)
$(make-rel)
if HAS_MP
-all-local: $(ARCH) $(PGM)
+all-local: $(PGM)
endif
# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile