summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-02 05:07:34 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-02 05:07:34 +0000
commitd212c116664c98f1b0e52c8fb259c991cf0e9663 (patch)
tree04e055e3085e91881afdc31f20dbd522311b4f5a /c
parent2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-d212c116664c98f1b0e52c8fb259c991cf0e9663.tar.bz2
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Remove all-local: $(ARCH). * timer/Makefile.am: Remove all-local: $(ARCH).
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libcpu/mips64orion/ChangeLog5
-rw-r--r--c/src/lib/libcpu/mips64orion/clock/Makefile.am2
-rw-r--r--c/src/lib/libcpu/mips64orion/timer/Makefile.am2
3 files changed, 7 insertions, 2 deletions
diff --git a/c/src/lib/libcpu/mips64orion/ChangeLog b/c/src/lib/libcpu/mips64orion/ChangeLog
index 83de115425..40c7ff33d0 100644
--- a/c/src/lib/libcpu/mips64orion/ChangeLog
+++ b/c/src/lib/libcpu/mips64orion/ChangeLog
@@ -1,3 +1,8 @@
+2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * clock/Makefile.am: Remove all-local: $(ARCH).
+ * timer/Makefile.am: Remove all-local: $(ARCH).
+
2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Reformat.
diff --git a/c/src/lib/libcpu/mips64orion/clock/Makefile.am b/c/src/lib/libcpu/mips64orion/clock/Makefile.am
index 3d39622bf7..7be84c35e2 100644
--- a/c/src/lib/libcpu/mips64orion/clock/Makefile.am
+++ b/c/src/lib/libcpu/mips64orion/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/mips64orion/timer/Makefile.am b/c/src/lib/libcpu/mips64orion/timer/Makefile.am
index a75be28c4d..b2852e7e64 100644
--- a/c/src/lib/libcpu/mips64orion/timer/Makefile.am
+++ b/c/src/lib/libcpu/mips64orion/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)