mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 17:58:19 +08:00
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:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user