2002-12-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* include/Makefile.am: Fix broken preinstall-deps.
This commit is contained in:
Ralf Corsepius
2002-12-16 17:57:35 +00:00
parent 3d34c50fff
commit ccd8589a0c
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2002-12-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Fix broken preinstall-deps.
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* start/Makefile.am: Use install-data-local to install startfile.

View File

@@ -24,9 +24,9 @@ $(PROJECT_INCLUDE)/rtems/%.h: %.h
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(PROJECT_INCLUDE) \
$(include_HEADERS:%=%(PROJECT_INCLUDE)/%) \
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%) \
$(PROJECT_INCLUDE)/rtems \
$(include_HEADERS:%=%(PROJECT_INCLUDE)/rtems/%)
$(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
all-local: $(TMPINSTALL_FILES)