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

* include/Makefile.am: Use 'CLEANFILES ='.
	* include/Makefile.am: Use 'PREINSTALL_FILES ='.
This commit is contained in:
Joel Sherrill
2001-09-27 19:28:36 +00:00
parent b9722f84a0
commit 5d9a3f1ffa
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Use 'CLEANFILES ='.
* include/Makefile.am: Use 'PREINSTALL_FILES ='.
2001-05-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Add bspopts.h, fix PACKAGE.

View File

@@ -14,9 +14,9 @@ $(PROJECT_INCLUDE)/%.h: %.h
coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h
cp $< $@
CLEANFILES += coverhd.h
CLEANFILES = coverhd.h
PREINSTALL_FILES += $(PROJECT_INCLUDE) \
PREINSTALL_FILES = $(PROJECT_INCLUDE) \
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
all-local: $(PREINSTALL_FILES)