summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/h8300/h8sim/start
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-02 05:39:54 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-02 05:39:54 +0000
commit7416017d514303d98261a760997da886eff27eca (patch)
treef1b66ef6d8ac7249028379ac0deb97e8c1fb1213 /c/src/lib/libbsp/h8300/h8sim/start
parent2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-7416017d514303d98261a760997da886eff27eca.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). * 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/h8300/h8sim/start')
-rw-r--r--c/src/lib/libbsp/h8300/h8sim/start/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/h8300/h8sim/start/Makefile.am b/c/src/lib/libbsp/h8300/h8sim/start/Makefile.am
index 17f821fb26..9641f42059 100644
--- a/c/src/lib/libbsp/h8300/h8sim/start/Makefile.am
+++ b/c/src/lib/libbsp/h8300/h8sim/start/Makefile.am
@@ -23,7 +23,7 @@ $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).$(OBJEXT): $(ARCH)/start.$(OBJEXT)
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).$(OBJEXT)
-all-local: $(ARCH) $(OBJS) $(ARCH)/start.$(OBJEXT) $(TMPINSTALL_FILES)
+all-local: $(OBJS) $(ARCH)/start.$(OBJEXT) $(TMPINSTALL_FILES)
.PRECIOUS: $(ARCH)/start.$(OBJEXT)