summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh/simsh4/startup/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/startup/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/startup/Makefile.am')
-rw-r--r--c/src/lib/libbsp/sh/simsh4/startup/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/sh/simsh4/startup/Makefile.am b/c/src/lib/libbsp/sh/simsh4/startup/Makefile.am
index ddd783667c..84a7503d66 100644
--- a/c/src/lib/libbsp/sh/simsh4/startup/Makefile.am
+++ b/c/src/lib/libbsp/sh/simsh4/startup/Makefile.am
@@ -38,7 +38,7 @@ TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds \
$(PROJECT_RELEASE)/lib/linkcmds-le \
$(PROJECT_RELEASE)/lib/linkcmds-le.coff
-all-local: $(ARCH) $(TMPINSTALL_FILES) $(OBJS) $(PGM)
+all-local: $(TMPINSTALL_FILES) $(OBJS) $(PGM)
.PRECIOUS: $(PGM)