2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* comm/Makefile.am: Use 'PREINSTALL_FILES ='.
This commit is contained in:
Joel Sherrill
2001-09-27 19:28:04 +00:00
parent 8738dfaa7b
commit 0694331b18
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* comm/Makefile.am: Use 'PREINSTALL_FILES ='.
2001-05-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* comm/Makefile.am: Use *_HEADERS instead of *H_FILES.

View File

@@ -13,7 +13,7 @@ $(PROJECT_INCLUDE):
$(PROJECT_INCLUDE)/%.h: %.h
$(INSTALL_DATA) $< $@
PREINSTALL_FILES += $(PROJECT_INCLUDE) \
PREINSTALL_FILES = $(PROJECT_INCLUDE) \
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
all: $(PREINSTALL_FILES)