From 55da7efc7b2cb67824e4cf77f755672cb47d6b5f Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 2 Dec 2003 05:50:13 +0000 Subject: 2003-12-02 Ralf Corsepius * shmdr/Makefile.am: Remove all-local: $(ARCH). --- c/src/lib/libbsp/ChangeLog | 4 ++++ c/src/lib/libbsp/shmdr/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'c') 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 + + * shmdr/Makefile.am: Remove all-local: $(ARCH). + 2003-09-29 Ralf Corsepius * 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) -- cgit v1.2.3