summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/vegaplus
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-02 05:39:37 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-02 05:39:37 +0000
commit38666dd8503f675ddc63cbdb2c2716bd5537bc76 (patch)
tree77f3a86eaf4ac08825b16ca7f5f36aa68bbadb85 /c/src/lib/libbsp/arm/vegaplus
parent2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-38666dd8503f675ddc63cbdb2c2716bd5537bc76.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). * irq/Makefile.am: Remove all-local: $(ARCH). * startup/Makefile.am: Remove all-local: $(ARCH). * timer/Makefile.am: Remove all-local: $(ARCH). * wrapup/Makefile.am: Remove all-local: $(ARCH).
Diffstat (limited to 'c/src/lib/libbsp/arm/vegaplus')
-rw-r--r--c/src/lib/libbsp/arm/vegaplus/ChangeLog9
-rw-r--r--c/src/lib/libbsp/arm/vegaplus/clock/Makefile.am2
-rw-r--r--c/src/lib/libbsp/arm/vegaplus/console/Makefile.am2
-rw-r--r--c/src/lib/libbsp/arm/vegaplus/irq/Makefile.am2
-rw-r--r--c/src/lib/libbsp/arm/vegaplus/startup/Makefile.am2
-rw-r--r--c/src/lib/libbsp/arm/vegaplus/timer/Makefile.am2
-rw-r--r--c/src/lib/libbsp/arm/vegaplus/wrapup/Makefile.am2
7 files changed, 15 insertions, 6 deletions
diff --git a/c/src/lib/libbsp/arm/vegaplus/ChangeLog b/c/src/lib/libbsp/arm/vegaplus/ChangeLog
index 81a9a7715e..f71d0218d7 100644
--- a/c/src/lib/libbsp/arm/vegaplus/ChangeLog
+++ b/c/src/lib/libbsp/arm/vegaplus/ChangeLog
@@ -1,3 +1,12 @@
+2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * clock/Makefile.am: Remove all-local: $(ARCH).
+ * console/Makefile.am: Remove all-local: $(ARCH).
+ * irq/Makefile.am: Remove all-local: $(ARCH).
+ * startup/Makefile.am: Remove all-local: $(ARCH).
+ * timer/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/arm/vegaplus/clock/Makefile.am b/c/src/lib/libbsp/arm/vegaplus/clock/Makefile.am
index 035ea2752b..c01b48d7de 100644
--- a/c/src/lib/libbsp/arm/vegaplus/clock/Makefile.am
+++ b/c/src/lib/libbsp/arm/vegaplus/clock/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/arm/vegaplus/console/Makefile.am b/c/src/lib/libbsp/arm/vegaplus/console/Makefile.am
index f9b84cf564..6e90dbf9ce 100644
--- a/c/src/lib/libbsp/arm/vegaplus/console/Makefile.am
+++ b/c/src/lib/libbsp/arm/vegaplus/console/Makefile.am
@@ -26,7 +26,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/arm/vegaplus/irq/Makefile.am b/c/src/lib/libbsp/arm/vegaplus/irq/Makefile.am
index 8502c3ec49..9347191f1a 100644
--- a/c/src/lib/libbsp/arm/vegaplus/irq/Makefile.am
+++ b/c/src/lib/libbsp/arm/vegaplus/irq/Makefile.am
@@ -39,7 +39,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/arm/vegaplus/startup/Makefile.am b/c/src/lib/libbsp/arm/vegaplus/startup/Makefile.am
index 4e2c0eca78..2c9f7d961c 100644
--- a/c/src/lib/libbsp/arm/vegaplus/startup/Makefile.am
+++ b/c/src/lib/libbsp/arm/vegaplus/startup/Makefile.am
@@ -31,7 +31,7 @@ $(PROJECT_RELEASE)/lib/linkcmds: linkcmds
# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
TMPINSTALL_FILES += $(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/arm/vegaplus/timer/Makefile.am b/c/src/lib/libbsp/arm/vegaplus/timer/Makefile.am
index 33644f7bde..c247d386bb 100644
--- a/c/src/lib/libbsp/arm/vegaplus/timer/Makefile.am
+++ b/c/src/lib/libbsp/arm/vegaplus/timer/Makefile.am
@@ -24,7 +24,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/arm/vegaplus/wrapup/Makefile.am b/c/src/lib/libbsp/arm/vegaplus/wrapup/Makefile.am
index b082d95ec1..6505cbbabb 100644
--- a/c/src/lib/libbsp/arm/vegaplus/wrapup/Makefile.am
+++ b/c/src/lib/libbsp/arm/vegaplus/wrapup/Makefile.am
@@ -21,6 +21,6 @@ LIB = $(ARCH)/libbsp.a
$(LIB): ${OBJS}
$(make-library)
-all-local: ${ARCH} $(LIB)
+all-local: $(LIB)
include $(top_srcdir)/../../../../automake/local.am