2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* shmdr/Makefile.am: Remove all-local: $(ARCH).
This commit is contained in:
Ralf Corsepius
2003-12-02 05:50:13 +00:00
parent e2148f97b3
commit 55da7efc7b
2 changed files with 5 additions and 1 deletions

View File

@@ -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.

View File

@@ -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)