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

* include/rtems++/Makefile.am: Use 'PREINSTALL_FILES ='.
This commit is contained in:
Joel Sherrill
2001-09-28 13:34:17 +00:00
parent 152790ae61
commit a86faa5908
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2001-09-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/rtems++/Makefile.am: Use 'PREINSTALL_FILES ='.
2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/rtems++/Makefile.am: Apply include_*HEADERS instead of

View File

@@ -9,7 +9,7 @@ include_rtems__dir = $(includedir)/rtems++
include_rtems___HEADERS = rtemsEvent.h rtemsInterrupt.h rtemsMessageQueue.h rtemsSemaphore.h \
rtemsStatusCode.h rtemsTask.h rtemsTaskMode.h rtemsTimer.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems++ \
PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems++ \
$(include_rtems___HEADERS:%=$(PROJECT_INCLUDE)/rtems++/%)
$(PROJECT_INCLUDE)/rtems++: