summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-02 05:07:40 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-02 05:07:40 +0000
commitd4116e4466a675286c1780d5b5163519181b1513 (patch)
treeb89d06f4bb800782f57689aa6ec8142f349e9fb6 /c
parent2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-d4116e4466a675286c1780d5b5163519181b1513.tar.bz2
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Remove all-local: $(ARCH). * mongoosev/duart/Makefile.am: Remove all-local: $(ARCH). * mongoosev/vectorisrs/Makefile.am: Remove all-local: $(ARCH). * r46xx/vectorisrs/Makefile.am: Remove all-local: $(ARCH). * shared/cache/Makefile.am: Remove all-local: $(ARCH). * shared/interrupts/Makefile.am: Remove all-local: $(ARCH). * timer/Makefile.am: Remove all-local: $(ARCH). * tx39/vectorisrs/Makefile.am: Remove all-local: $(ARCH).
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libcpu/mips/ChangeLog11
-rw-r--r--c/src/lib/libcpu/mips/clock/Makefile.am2
-rw-r--r--c/src/lib/libcpu/mips/mongoosev/duart/Makefile.am2
-rw-r--r--c/src/lib/libcpu/mips/mongoosev/vectorisrs/Makefile.am2
-rw-r--r--c/src/lib/libcpu/mips/r46xx/vectorisrs/Makefile.am2
-rw-r--r--c/src/lib/libcpu/mips/shared/cache/Makefile.am2
-rw-r--r--c/src/lib/libcpu/mips/shared/interrupts/Makefile.am2
-rw-r--r--c/src/lib/libcpu/mips/timer/Makefile.am2
-rw-r--r--c/src/lib/libcpu/mips/tx39/vectorisrs/Makefile.am2
9 files changed, 19 insertions, 8 deletions
diff --git a/c/src/lib/libcpu/mips/ChangeLog b/c/src/lib/libcpu/mips/ChangeLog
index 19b45ad847..144faad210 100644
--- a/c/src/lib/libcpu/mips/ChangeLog
+++ b/c/src/lib/libcpu/mips/ChangeLog
@@ -1,3 +1,14 @@
+2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * clock/Makefile.am: Remove all-local: $(ARCH).
+ * mongoosev/duart/Makefile.am: Remove all-local: $(ARCH).
+ * mongoosev/vectorisrs/Makefile.am: Remove all-local: $(ARCH).
+ * r46xx/vectorisrs/Makefile.am: Remove all-local: $(ARCH).
+ * shared/cache/Makefile.am: Remove all-local: $(ARCH).
+ * shared/interrupts/Makefile.am: Remove all-local: $(ARCH).
+ * timer/Makefile.am: Remove all-local: $(ARCH).
+ * tx39/vectorisrs/Makefile.am: Remove all-local: $(ARCH).
+
2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Reformat.
diff --git a/c/src/lib/libcpu/mips/clock/Makefile.am b/c/src/lib/libcpu/mips/clock/Makefile.am
index 3d39622bf7..7be84c35e2 100644
--- a/c/src/lib/libcpu/mips/clock/Makefile.am
+++ b/c/src/lib/libcpu/mips/clock/Makefile.am
@@ -23,7 +23,7 @@ include $(top_srcdir)/../../../automake/lib.am
$(PGM): $(clock_rel_OBJECTS)
$(make-rel)
-all-local: $(ARCH) $(clock_rel_OBJECTS) $(PGM)
+all-local: $(clock_rel_OBJECTS) $(PGM)
.PRECIOUS: $(PGM)
diff --git a/c/src/lib/libcpu/mips/mongoosev/duart/Makefile.am b/c/src/lib/libcpu/mips/mongoosev/duart/Makefile.am
index 69fe77a3dc..e6465ad0ba 100644
--- a/c/src/lib/libcpu/mips/mongoosev/duart/Makefile.am
+++ b/c/src/lib/libcpu/mips/mongoosev/duart/Makefile.am
@@ -21,7 +21,7 @@ $(PGM): $(mg5uart_rel_OBJECTS)
include_libchipdir = $(includedir)/libchip
include_libchip_HEADERS = mg5uart.h
-all-local: $(ARCH) $(PREINSTALL_FILES) $(mg5uart_rel_OBJECTS) $(PGM)
+all-local: $(PREINSTALL_FILES) $(mg5uart_rel_OBJECTS) $(PGM)
.PRECIOUS: $(PGM)
diff --git a/c/src/lib/libcpu/mips/mongoosev/vectorisrs/Makefile.am b/c/src/lib/libcpu/mips/mongoosev/vectorisrs/Makefile.am
index acbfdd9263..5c98b0dfc6 100644
--- a/c/src/lib/libcpu/mips/mongoosev/vectorisrs/Makefile.am
+++ b/c/src/lib/libcpu/mips/mongoosev/vectorisrs/Makefile.am
@@ -18,7 +18,7 @@ include $(top_srcdir)/../../../automake/lib.am
$(PGM): $(vectorisrs_rel_OBJECTS)
$(make-rel)
-all-local: $(ARCH) $(vectorisrs_rel_OBJECTS) $(PGM)
+all-local: $(vectorisrs_rel_OBJECTS) $(PGM)
.PRECIOUS: $(PGM)
diff --git a/c/src/lib/libcpu/mips/r46xx/vectorisrs/Makefile.am b/c/src/lib/libcpu/mips/r46xx/vectorisrs/Makefile.am
index acbfdd9263..5c98b0dfc6 100644
--- a/c/src/lib/libcpu/mips/r46xx/vectorisrs/Makefile.am
+++ b/c/src/lib/libcpu/mips/r46xx/vectorisrs/Makefile.am
@@ -18,7 +18,7 @@ include $(top_srcdir)/../../../automake/lib.am
$(PGM): $(vectorisrs_rel_OBJECTS)
$(make-rel)
-all-local: $(ARCH) $(vectorisrs_rel_OBJECTS) $(PGM)
+all-local: $(vectorisrs_rel_OBJECTS) $(PGM)
.PRECIOUS: $(PGM)
diff --git a/c/src/lib/libcpu/mips/shared/cache/Makefile.am b/c/src/lib/libcpu/mips/shared/cache/Makefile.am
index a515792795..54a31d802f 100644
--- a/c/src/lib/libcpu/mips/shared/cache/Makefile.am
+++ b/c/src/lib/libcpu/mips/shared/cache/Makefile.am
@@ -20,7 +20,7 @@ AM_CPPFLAGS += -I$(srcdir)
cache.h: $(top_srcdir)/../shared/include/cache.h
cp $< $@
-all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS)
+all-local: $(PREINSTALL_FILES) $(OBJS)
CLEANFILES = cache.h
diff --git a/c/src/lib/libcpu/mips/shared/interrupts/Makefile.am b/c/src/lib/libcpu/mips/shared/interrupts/Makefile.am
index 6be4c06d6f..e43fa7263c 100644
--- a/c/src/lib/libcpu/mips/shared/interrupts/Makefile.am
+++ b/c/src/lib/libcpu/mips/shared/interrupts/Makefile.am
@@ -31,7 +31,7 @@ AM_CPPFLAGS += $(EXTRA_FLAGS)
$(PGM): $(interrupts_rel_OBJECTS)
$(make-rel)
-all-local: $(ARCH) $(interrupts_rel_OBJECTS) $(PGM)
+all-local: $(interrupts_rel_OBJECTS) $(PGM)
.PRECIOUS: $(PGM)
diff --git a/c/src/lib/libcpu/mips/timer/Makefile.am b/c/src/lib/libcpu/mips/timer/Makefile.am
index a75be28c4d..b2852e7e64 100644
--- a/c/src/lib/libcpu/mips/timer/Makefile.am
+++ b/c/src/lib/libcpu/mips/timer/Makefile.am
@@ -21,7 +21,7 @@ include $(top_srcdir)/../../../automake/lib.am
$(PGM): $(timer_rel_OBJECTS)
$(make-rel)
-all-local: $(ARCH) $(timer_rel_OBJECTS) $(PGM)
+all-local: $(timer_rel_OBJECTS) $(PGM)
.PRECIOUS: $(PGM)
diff --git a/c/src/lib/libcpu/mips/tx39/vectorisrs/Makefile.am b/c/src/lib/libcpu/mips/tx39/vectorisrs/Makefile.am
index acbfdd9263..5c98b0dfc6 100644
--- a/c/src/lib/libcpu/mips/tx39/vectorisrs/Makefile.am
+++ b/c/src/lib/libcpu/mips/tx39/vectorisrs/Makefile.am
@@ -18,7 +18,7 @@ include $(top_srcdir)/../../../automake/lib.am
$(PGM): $(vectorisrs_rel_OBJECTS)
$(make-rel)
-all-local: $(ARCH) $(vectorisrs_rel_OBJECTS) $(PGM)
+all-local: $(vectorisrs_rel_OBJECTS) $(PGM)
.PRECIOUS: $(PGM)