summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-02 05:43:07 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-02 05:43:07 +0000
commit7234bfcd18864521825b0ce1fdb23ea3669c02b7 (patch)
tree85cb9ac98045246665ade8a4699f420e1f8b5df1 /c/src/lib/libbsp/sh
parent2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-7234bfcd18864521825b0ce1fdb23ea3669c02b7.tar.bz2
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* console/Makefile.am: Remove all-local: $(ARCH). * hw_init/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')
-rw-r--r--c/src/lib/libbsp/sh/gensh4/ChangeLog8
-rw-r--r--c/src/lib/libbsp/sh/gensh4/console/Makefile.am2
-rw-r--r--c/src/lib/libbsp/sh/gensh4/hw_init/Makefile.am2
-rw-r--r--c/src/lib/libbsp/sh/gensh4/start/Makefile.am2
-rw-r--r--c/src/lib/libbsp/sh/gensh4/startup/Makefile.am2
-rw-r--r--c/src/lib/libbsp/sh/gensh4/wrapup/Makefile.am2
6 files changed, 13 insertions, 5 deletions
diff --git a/c/src/lib/libbsp/sh/gensh4/ChangeLog b/c/src/lib/libbsp/sh/gensh4/ChangeLog
index 62a06a0558..df2edd8657 100644
--- a/c/src/lib/libbsp/sh/gensh4/ChangeLog
+++ b/c/src/lib/libbsp/sh/gensh4/ChangeLog
@@ -1,3 +1,11 @@
+2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * console/Makefile.am: Remove all-local: $(ARCH).
+ * hw_init/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).
+
2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in include/Makefile.am.
diff --git a/c/src/lib/libbsp/sh/gensh4/console/Makefile.am b/c/src/lib/libbsp/sh/gensh4/console/Makefile.am
index 29932ada73..793b697304 100644
--- a/c/src/lib/libbsp/sh/gensh4/console/Makefile.am
+++ b/c/src/lib/libbsp/sh/gensh4/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)
diff --git a/c/src/lib/libbsp/sh/gensh4/hw_init/Makefile.am b/c/src/lib/libbsp/sh/gensh4/hw_init/Makefile.am
index 809a1e9ca9..43a7984f21 100644
--- a/c/src/lib/libbsp/sh/gensh4/hw_init/Makefile.am
+++ b/c/src/lib/libbsp/sh/gensh4/hw_init/Makefile.am
@@ -25,7 +25,7 @@ AM_CFLAGS += -fomit-frame-pointer
$(PGM): $(OBJS)
$(make-rel)
-all-local: $(ARCH) $(OBJS) $(PGM)
+all-local: $(OBJS) $(PGM)
.PRECIOUS: $(PGM)
diff --git a/c/src/lib/libbsp/sh/gensh4/start/Makefile.am b/c/src/lib/libbsp/sh/gensh4/start/Makefile.am
index 517f8080f8..048f639560 100644
--- a/c/src/lib/libbsp/sh/gensh4/start/Makefile.am
+++ b/c/src/lib/libbsp/sh/gensh4/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) $(TMPINSTALL_FILES)
+all-local: $(OBJS) $(TMPINSTALL_FILES)
EXTRA_DIST = start.S
diff --git a/c/src/lib/libbsp/sh/gensh4/startup/Makefile.am b/c/src/lib/libbsp/sh/gensh4/startup/Makefile.am
index 7cf79f36ba..b3db960915 100644
--- a/c/src/lib/libbsp/sh/gensh4/startup/Makefile.am
+++ b/c/src/lib/libbsp/sh/gensh4/startup/Makefile.am
@@ -38,7 +38,7 @@ $(PGM): $(OBJS)
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds $(PROJECT_RELEASE)/lib/linkcmds.rom \
$(PROJECT_RELEASE)/lib/linkcmds.rom2ram
-all-local: $(ARCH) $(TMPINSTALL_FILES) $(OBJS) $(PGM)
+all-local: $(TMPINSTALL_FILES) $(OBJS) $(PGM)
.PRECIOUS: $(PGM)
diff --git a/c/src/lib/libbsp/sh/gensh4/wrapup/Makefile.am b/c/src/lib/libbsp/sh/gensh4/wrapup/Makefile.am
index 5801d9c3a1..4dbafec954 100644
--- a/c/src/lib/libbsp/sh/gensh4/wrapup/Makefile.am
+++ b/c/src/lib/libbsp/sh/gensh4/wrapup/Makefile.am
@@ -25,6 +25,6 @@ include $(top_srcdir)/../../../../automake/lib.am
$(LIB): $(OBJS)
$(make-library)
-all-local: $(ARCH) $(LIB)
+all-local: $(LIB)
include $(top_srcdir)/../../../../automake/local.am