summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh/simsh4/console/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-02 05:43:16 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-02 05:43:16 +0000
commit4716b75f14626d0e5a8841b8f6b5a7e6752fd945 (patch)
treeeacb8c585f5b9995274fbd3cdaac8fc34d7cd5cc /c/src/lib/libbsp/sh/simsh4/console/Makefile.am
parent2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-4716b75f14626d0e5a8841b8f6b5a7e6752fd945.tar.bz2
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* console/Makefile.am: Remove all-local: $(ARCH). * start/Makefile.am: Remove all-local: $(ARCH). * startup/Makefile.am: Remove all-local: $(ARCH). * wrapup/Makefile.am: Remove all-local: $(ARCH).
Diffstat (limited to 'c/src/lib/libbsp/sh/simsh4/console/Makefile.am')
-rw-r--r--c/src/lib/libbsp/sh/simsh4/console/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/sh/simsh4/console/Makefile.am b/c/src/lib/libbsp/sh/simsh4/console/Makefile.am
index 29932ada73..793b697304 100644
--- a/c/src/lib/libbsp/sh/simsh4/console/Makefile.am
+++ b/c/src/lib/libbsp/sh/simsh4/console/Makefile.am
@@ -23,7 +23,7 @@ $(PGM): $(OBJS)
# the .rel file built here will be put into libbsp.a by
# ../wrapup/Makefile
-all-local: $(ARCH) $(OBJS) $(PGM)
+all-local: $(OBJS) $(PGM)
.PRECIOUS: $(PGM)