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

* include/rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
	* shmdr/Makefile.am: Use 'PREINSTALL_FILES ='.
This commit is contained in:
Joel Sherrill
2001-09-27 19:42:43 +00:00
parent b0f80e1b7c
commit 738349192c
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -1,3 +1,8 @@
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
* shmdr/Makefile.am: Use 'PREINSTALL_FILES ='.
2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use SUBDIRS = instead of SUBDIRS += to make
@@ -10,7 +10,7 @@ TARGOPTS = targopts.h
H_FILES = $(TARGOPTS)
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems/score \
$(H_FILES:%=$(PROJECT_INCLUDE)/rtems/score/%)
$(PROJECT_INCLUDE)/rtems/score:
+1 -1
View File
@@ -40,7 +40,7 @@ $(PROJECT_INCLUDE)/shm_driver.h: shm_driver.h
$(PROJECT_INCLUDE)/mpci.h: mpci.h
$(INSTALL_DATA) $< $@
PREINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/shm_driver.h \
PREINSTALL_FILES = $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/shm_driver.h \
$(PROJECT_INCLUDE)/mpci.h
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/shmdr$(LIB_VARIANT).rel