summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/lib/libbsp/mips/p4000/ChangeLog8
-rw-r--r--c/src/lib/libbsp/mips/p4000/console/Makefile.am2
-rw-r--r--c/src/lib/libbsp/mips/p4000/liblnk/Makefile.am2
-rw-r--r--c/src/lib/libbsp/mips/p4000/start/Makefile.am2
-rw-r--r--c/src/lib/libbsp/mips/p4000/startup/Makefile.am2
-rw-r--r--c/src/lib/libbsp/mips/p4000/wrapup/Makefile.am2
-rw-r--r--c/src/lib/libbsp/mips64orion/p4000/ChangeLog8
-rw-r--r--c/src/lib/libbsp/mips64orion/p4000/console/Makefile.am2
-rw-r--r--c/src/lib/libbsp/mips64orion/p4000/liblnk/Makefile.am2
-rw-r--r--c/src/lib/libbsp/mips64orion/p4000/start/Makefile.am2
-rw-r--r--c/src/lib/libbsp/mips64orion/p4000/startup/Makefile.am2
-rw-r--r--c/src/lib/libbsp/mips64orion/p4000/wrapup/Makefile.am2
12 files changed, 26 insertions, 10 deletions
diff --git a/c/src/lib/libbsp/mips/p4000/ChangeLog b/c/src/lib/libbsp/mips/p4000/ChangeLog
index 441e3ca909..28f72d4f23 100644
--- a/c/src/lib/libbsp/mips/p4000/ChangeLog
+++ b/c/src/lib/libbsp/mips/p4000/ChangeLog
@@ -1,3 +1,11 @@
+2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * console/Makefile.am: Remove all-local: $(ARCH).
+ * liblnk/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/mips/p4000/console/Makefile.am b/c/src/lib/libbsp/mips/p4000/console/Makefile.am
index c32303558a..979f5672ec 100644
--- a/c/src/lib/libbsp/mips/p4000/console/Makefile.am
+++ b/c/src/lib/libbsp/mips/p4000/console/Makefile.am
@@ -25,7 +25,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/mips/p4000/liblnk/Makefile.am b/c/src/lib/libbsp/mips/p4000/liblnk/Makefile.am
index 376fa5fdc0..5e49743e57 100644
--- a/c/src/lib/libbsp/mips/p4000/liblnk/Makefile.am
+++ b/c/src/lib/libbsp/mips/p4000/liblnk/Makefile.am
@@ -22,7 +22,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/mips/p4000/start/Makefile.am b/c/src/lib/libbsp/mips/p4000/start/Makefile.am
index 17f821fb26..9641f42059 100644
--- a/c/src/lib/libbsp/mips/p4000/start/Makefile.am
+++ b/c/src/lib/libbsp/mips/p4000/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)
diff --git a/c/src/lib/libbsp/mips/p4000/startup/Makefile.am b/c/src/lib/libbsp/mips/p4000/startup/Makefile.am
index 0ce1b5b9fc..2c645ed751 100644
--- a/c/src/lib/libbsp/mips/p4000/startup/Makefile.am
+++ b/c/src/lib/libbsp/mips/p4000/startup/Makefile.am
@@ -38,7 +38,7 @@ $(PROJECT_RELEASE)/lib/linkcmds: linkcmds
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/ghlinkcmds \
$(PROJECT_RELEASE)/lib/linkcmds
-all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES)
+all-local: $(OBJS) $(PGM) $(TMPINSTALL_FILES)
.PRECIOUS: $(PGM)
diff --git a/c/src/lib/libbsp/mips/p4000/wrapup/Makefile.am b/c/src/lib/libbsp/mips/p4000/wrapup/Makefile.am
index d5be908312..8428af225d 100644
--- a/c/src/lib/libbsp/mips/p4000/wrapup/Makefile.am
+++ b/c/src/lib/libbsp/mips/p4000/wrapup/Makefile.am
@@ -26,6 +26,6 @@ LIB = $(ARCH)/libbsp.a
$(LIB): $(OBJS)
$(make-library)
-all-local: $(ARCH) $(LIB)
+all-local: $(LIB)
include $(top_srcdir)/../../../../automake/local.am
diff --git a/c/src/lib/libbsp/mips64orion/p4000/ChangeLog b/c/src/lib/libbsp/mips64orion/p4000/ChangeLog
index 74030979ef..e974ae0d48 100644
--- a/c/src/lib/libbsp/mips64orion/p4000/ChangeLog
+++ b/c/src/lib/libbsp/mips64orion/p4000/ChangeLog
@@ -1,3 +1,11 @@
+2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * console/Makefile.am: Remove all-local: $(ARCH).
+ * liblnk/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/mips64orion/p4000/console/Makefile.am b/c/src/lib/libbsp/mips64orion/p4000/console/Makefile.am
index c32303558a..979f5672ec 100644
--- a/c/src/lib/libbsp/mips64orion/p4000/console/Makefile.am
+++ b/c/src/lib/libbsp/mips64orion/p4000/console/Makefile.am
@@ -25,7 +25,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/mips64orion/p4000/liblnk/Makefile.am b/c/src/lib/libbsp/mips64orion/p4000/liblnk/Makefile.am
index 376fa5fdc0..5e49743e57 100644
--- a/c/src/lib/libbsp/mips64orion/p4000/liblnk/Makefile.am
+++ b/c/src/lib/libbsp/mips64orion/p4000/liblnk/Makefile.am
@@ -22,7 +22,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/mips64orion/p4000/start/Makefile.am b/c/src/lib/libbsp/mips64orion/p4000/start/Makefile.am
index 17f821fb26..9641f42059 100644
--- a/c/src/lib/libbsp/mips64orion/p4000/start/Makefile.am
+++ b/c/src/lib/libbsp/mips64orion/p4000/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)
diff --git a/c/src/lib/libbsp/mips64orion/p4000/startup/Makefile.am b/c/src/lib/libbsp/mips64orion/p4000/startup/Makefile.am
index 0ce1b5b9fc..2c645ed751 100644
--- a/c/src/lib/libbsp/mips64orion/p4000/startup/Makefile.am
+++ b/c/src/lib/libbsp/mips64orion/p4000/startup/Makefile.am
@@ -38,7 +38,7 @@ $(PROJECT_RELEASE)/lib/linkcmds: linkcmds
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/ghlinkcmds \
$(PROJECT_RELEASE)/lib/linkcmds
-all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES)
+all-local: $(OBJS) $(PGM) $(TMPINSTALL_FILES)
.PRECIOUS: $(PGM)
diff --git a/c/src/lib/libbsp/mips64orion/p4000/wrapup/Makefile.am b/c/src/lib/libbsp/mips64orion/p4000/wrapup/Makefile.am
index 42f33cca18..824161fa85 100644
--- a/c/src/lib/libbsp/mips64orion/p4000/wrapup/Makefile.am
+++ b/c/src/lib/libbsp/mips64orion/p4000/wrapup/Makefile.am
@@ -20,6 +20,6 @@ include $(top_srcdir)/../../../../automake/lib.am
$(LIB): $(OBJS)
$(make-library)
-all-local: $(ARCH) $(LIB)
+all-local: $(LIB)
include $(top_srcdir)/../../../../automake/local.am