From 614e671bde433970f839142c76fe70cddc6c231b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 27 Sep 2001 13:21:14 +0000 Subject: 2001-09-23 Ralf Corsepius * include/sys/Makefile.am: Use 'PREINSTALL_FILES ='. * include/rtems/posix/Makefile.am: Use 'PREINSTALL_FILES ='. * include/Makefile.am: Use 'PREINSTALL_FILES ='. * inline/rtems/posix/Makefile.am: Use 'PREINSTALL_FILES ='. * macros/rtems/posix/Makefile.am: Use 'PREINSTALL_FILES ='. --- cpukit/posix/ChangeLog | 8 ++++++++ cpukit/posix/include/Makefile.am | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'cpukit/posix') diff --git a/cpukit/posix/ChangeLog b/cpukit/posix/ChangeLog index 043defbe09..f291e38a1f 100644 --- a/cpukit/posix/ChangeLog +++ b/cpukit/posix/ChangeLog @@ -1,3 +1,11 @@ +2001-09-23 Ralf Corsepius + + * include/sys/Makefile.am: Use 'PREINSTALL_FILES ='. + * include/rtems/posix/Makefile.am: Use 'PREINSTALL_FILES ='. + * include/Makefile.am: Use 'PREINSTALL_FILES ='. + * inline/rtems/posix/Makefile.am: Use 'PREINSTALL_FILES ='. + * macros/rtems/posix/Makefile.am: Use 'PREINSTALL_FILES ='. + 2001-09-22 Ralf Corsepius * optman/Makefile.am: Adapt ASM4FLAGS to automake-1.5 happy. diff --git a/cpukit/posix/include/Makefile.am b/cpukit/posix/include/Makefile.am index 7988a93e04..f01d9416cc 100644 --- a/cpukit/posix/include/Makefile.am +++ b/cpukit/posix/include/Makefile.am @@ -8,7 +8,7 @@ noinst_HEADERS = devctl.h intr.h include_HEADERS = sched.h aio.h mqueue.h semaphore.h -PREINSTALL_FILES += $(PROJECT_INCLUDE) \ +PREINSTALL_FILES = $(PROJECT_INCLUDE) \ $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) $(PROJECT_INCLUDE): -- cgit v1.2.3