From 0e053e83ae1de3d666f77c3238073b11363d61cd Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 28 Sep 2001 13:36:26 +0000 Subject: 2001-09-28 Ralf Corsepius * include/rtems/Makefile.am: Use 'PREINSTALL_FILES ='. * include/Makefile.am: Use 'PREINSTALL_FILES ='. * inline/rtems/Makefile.am: Use 'PREINSTALL_FILES ='. * macros/rtems/Makefile.am: Use 'PREINSTALL_FILES ='. --- c/src/exec/sapi/ChangeLog | 7 +++++++ c/src/exec/sapi/include/Makefile.am | 2 +- c/src/exec/sapi/include/rtems/Makefile.am | 2 +- c/src/exec/sapi/inline/rtems/Makefile.am | 2 +- c/src/exec/sapi/macros/rtems/Makefile.am | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) (limited to 'c') diff --git a/c/src/exec/sapi/ChangeLog b/c/src/exec/sapi/ChangeLog index fa04df3701..50dffa99cd 100644 --- a/c/src/exec/sapi/ChangeLog +++ b/c/src/exec/sapi/ChangeLog @@ -1,3 +1,10 @@ +2001-09-28 Ralf Corsepius + + * include/rtems/Makefile.am: Use 'PREINSTALL_FILES ='. + * include/Makefile.am: Use 'PREINSTALL_FILES ='. + * inline/rtems/Makefile.am: Use 'PREINSTALL_FILES ='. + * macros/rtems/Makefile.am: Use 'PREINSTALL_FILES ='. + 2001-09-22 Ralf Corsepius * optman/Makefile.am: Adapt ASM4FLAGS to automake-1.5. diff --git a/c/src/exec/sapi/include/Makefile.am b/c/src/exec/sapi/include/Makefile.am index 0b01f14637..7b3b7544f9 100644 --- a/c/src/exec/sapi/include/Makefile.am +++ b/c/src/exec/sapi/include/Makefile.am @@ -6,7 +6,7 @@ AUTOMAKE_OPTIONS = foreign 1.4 include_HEADERS = confdefs.h -PREINSTALL_FILES += $(PROJECT_INCLUDE) \ +PREINSTALL_FILES = $(PROJECT_INCLUDE) \ $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) $(PROJECT_INCLUDE): diff --git a/c/src/exec/sapi/include/rtems/Makefile.am b/c/src/exec/sapi/include/rtems/Makefile.am index f7053db1f4..4bc6fcdc97 100644 --- a/c/src/exec/sapi/include/rtems/Makefile.am +++ b/c/src/exec/sapi/include/rtems/Makefile.am @@ -9,7 +9,7 @@ include_rtemsdir = $(includedir)/rtems include_rtems_HEADERS = config.h directives.h extension.h fatal.h init.h io.h mptables.h \ sptables.h -PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ +PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \ $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) $(PROJECT_INCLUDE)/rtems: diff --git a/c/src/exec/sapi/inline/rtems/Makefile.am b/c/src/exec/sapi/inline/rtems/Makefile.am index 2b4f5debb5..36a30b5bc5 100644 --- a/c/src/exec/sapi/inline/rtems/Makefile.am +++ b/c/src/exec/sapi/inline/rtems/Makefile.am @@ -8,7 +8,7 @@ include_rtemsdir = $(includedir)/rtems if INLINE include_rtems_HEADERS = extension.inl -PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ +PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \ $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) $(PROJECT_INCLUDE)/rtems: diff --git a/c/src/exec/sapi/macros/rtems/Makefile.am b/c/src/exec/sapi/macros/rtems/Makefile.am index 15bd97e82a..4ece1dfc6a 100644 --- a/c/src/exec/sapi/macros/rtems/Makefile.am +++ b/c/src/exec/sapi/macros/rtems/Makefile.am @@ -11,7 +11,7 @@ I_FILES = extension.inl if MACROS include_rtems_HEADERS = $(I_FILES) -PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ +PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \ $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) $(PROJECT_INCLUDE)/rtems: -- cgit v1.2.3