summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-02 05:50:13 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-02 05:50:13 +0000
commit55da7efc7b2cb67824e4cf77f755672cb47d6b5f (patch)
treef566a52f9adc75d51618bf6097d6a7d4ced62ca8 /c
parent2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-55da7efc7b2cb67824e4cf77f755672cb47d6b5f.tar.bz2
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* shmdr/Makefile.am: Remove all-local: $(ARCH).
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/ChangeLog4
-rw-r--r--c/src/lib/libbsp/shmdr/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/ChangeLog b/c/src/lib/libbsp/ChangeLog
index e747704882..316f52b8b1 100644
--- a/c/src/lib/libbsp/ChangeLog
+++ b/c/src/lib/libbsp/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * shmdr/Makefile.am: Remove all-local: $(ARCH).
+
2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bsp.am: Reworked.
diff --git a/c/src/lib/libbsp/shmdr/Makefile.am b/c/src/lib/libbsp/shmdr/Makefile.am
index 32427630a4..400a14ff3a 100644
--- a/c/src/lib/libbsp/shmdr/Makefile.am
+++ b/c/src/lib/libbsp/shmdr/Makefile.am
@@ -41,7 +41,7 @@ PREINSTALL_FILES += $(include_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/shmdr$(LIB_VARIANT).rel
if HAS_MP
-all-local: $(ARCH) $(PREINSTALL_FILES) $(PGM) $(TMPINSTALL_FILES)
+all-local: $(PREINSTALL_FILES) $(PGM) $(TMPINSTALL_FILES)
endif
.PRECIOUS: $(PGM)