From de05cbb98ea42214bc36e25f5538b38c37deda67 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 27 Sep 2001 13:21:42 +0000 Subject: 2001-09-23 Ralf Corsepius * include/itronsys/Makefile.am: Use 'PREINSTALL_FILES ='. * include/rtems/itron/Makefile.am: Use 'PREINSTALL_FILES ='. * include/Makefile.am: Use 'PREINSTALL_FILES ='. * inline/rtems/itron/Makefile.am: Use 'PREINSTALL_FILES ='. * macros/rtems/itron/Makefile.am: Use 'PREINSTALL_FILES ='. --- cpukit/itron/ChangeLog | 8 ++++++++ cpukit/itron/include/Makefile.am | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'cpukit/itron') diff --git a/cpukit/itron/ChangeLog b/cpukit/itron/ChangeLog index e75c2a1cc3..cfe812b1d2 100644 --- a/cpukit/itron/ChangeLog +++ b/cpukit/itron/ChangeLog @@ -1,3 +1,11 @@ +2001-09-23 Ralf Corsepius + + * include/itronsys/Makefile.am: Use 'PREINSTALL_FILES ='. + * include/rtems/itron/Makefile.am: Use 'PREINSTALL_FILES ='. + * include/Makefile.am: Use 'PREINSTALL_FILES ='. + * inline/rtems/itron/Makefile.am: Use 'PREINSTALL_FILES ='. + * macros/rtems/itron/Makefile.am: Use 'PREINSTALL_FILES ='. + 2001-09-22 Ralf Corsepius * src/Makefile.am: Revamp INCLUDES handling to make automake-1.5 diff --git a/cpukit/itron/include/Makefile.am b/cpukit/itron/include/Makefile.am index 14695128b7..dd02c86c83 100644 --- a/cpukit/itron/include/Makefile.am +++ b/cpukit/itron/include/Makefile.am @@ -6,7 +6,7 @@ AUTOMAKE_OPTIONS = foreign 1.4 include_HEADERS = itron.h -PREINSTALL_FILES += $(PROJECT_INCLUDE) \ +PREINSTALL_FILES = $(PROJECT_INCLUDE) \ $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) $(PROJECT_INCLUDE): -- cgit v1.2.3