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

* include/Makefile.am: Fix TMPINSTALL_FILES to make automake-1.5
	happy.
This commit is contained in:
Joel Sherrill
2001-11-14 18:40:47 +00:00
parent 92cf35dbd3
commit ad1fb140a6
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2001-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Fix TMPINSTALL_FILES to make automake-1.5
happy.
2001-10-29 Joel Sherrill <joel@OARcorp.com>
* .cvsignore: Add more entries.

View File

@@ -14,7 +14,7 @@ $(PROJECT_INCLUDE)/mcf5206:
$(PROJECT_INCLUDE)/mcf5206/%.h: %.h
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES += $(PROJECT_INCLUDE)/mcf5206 \
TMPINSTALL_FILES = $(PROJECT_INCLUDE)/mcf5206 \
$(include_mcf5206_HEADERS:%=$(PROJECT_INCLUDE)/mcf5206/%)
all-local: $(TMPINSTALL_FILES)