From 3f56f22c7f59f40b1f66ea49baae60ddf2f6ea93 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 28 Sep 2001 13:36:12 +0000 Subject: 2001-09-28 Ralf Corsepius * include/rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='. * include/rtems/Makefile.am: Use 'PREINSTALL_FILES ='. * inline/rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='. * macros/rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='. --- c/src/exec/score/ChangeLog | 7 +++++++ c/src/exec/score/include/rtems/Makefile.am | 2 +- c/src/exec/score/include/rtems/score/Makefile.am | 2 +- c/src/exec/score/inline/rtems/score/Makefile.am | 2 +- c/src/exec/score/macros/rtems/score/Makefile.am | 2 +- cpukit/score/ChangeLog | 7 +++++++ 6 files changed, 18 insertions(+), 4 deletions(-) diff --git a/c/src/exec/score/ChangeLog b/c/src/exec/score/ChangeLog index 287701924d..6eb5467d98 100644 --- a/c/src/exec/score/ChangeLog +++ b/c/src/exec/score/ChangeLog @@ -1,4 +1,11 @@ +2001-09-28 Ralf Corsepius + + * include/rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='. + * include/rtems/Makefile.am: Use 'PREINSTALL_FILES ='. + * inline/rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='. + * macros/rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='. + 2001-09-27 Eric Norum * src/threadhandler.c: Now process C++ global constructors diff --git a/c/src/exec/score/include/rtems/Makefile.am b/c/src/exec/score/include/rtems/Makefile.am index 0316c02518..0ecc8ca925 100644 --- a/c/src/exec/score/include/rtems/Makefile.am +++ b/c/src/exec/score/include/rtems/Makefile.am @@ -8,7 +8,7 @@ include_rtemsdir = $(includedir)/rtems include_rtems_HEADERS = debug.h system.h seterr.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/score/include/rtems/score/Makefile.am b/c/src/exec/score/include/rtems/score/Makefile.am index d52738d508..075d7fae2f 100644 --- a/c/src/exec/score/include/rtems/score/Makefile.am +++ b/c/src/exec/score/include/rtems/score/Makefile.am @@ -21,7 +21,7 @@ else include_rtems_score_HEADERS = $(STD_H_FILES) cpuopts.h endif -PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \ +PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems/score \ $(include_rtems_score_HEADERS:%=$(PROJECT_INCLUDE)/rtems/score/%) $(PROJECT_INCLUDE)/rtems/score: diff --git a/c/src/exec/score/inline/rtems/score/Makefile.am b/c/src/exec/score/inline/rtems/score/Makefile.am index ccedd88c6d..785116b55e 100644 --- a/c/src/exec/score/inline/rtems/score/Makefile.am +++ b/c/src/exec/score/inline/rtems/score/Makefile.am @@ -23,7 +23,7 @@ endif include_rtems_score_HEADERS = $(I_FILES) if INLINE -PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \ +PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems/score \ $(include_rtems_score_HEADERS:%=$(PROJECT_INCLUDE)/rtems/score/%) $(PROJECT_INCLUDE)/rtems/score: diff --git a/c/src/exec/score/macros/rtems/score/Makefile.am b/c/src/exec/score/macros/rtems/score/Makefile.am index 06240466ee..9779795941 100644 --- a/c/src/exec/score/macros/rtems/score/Makefile.am +++ b/c/src/exec/score/macros/rtems/score/Makefile.am @@ -23,7 +23,7 @@ else include_rtems_score_HEADERS = $(STD_I_FILES) endif -PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \ +PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems/score \ $(include_rtems_score_HEADERS:%=$(PROJECT_INCLUDE)/rtems/score/%) $(PROJECT_INCLUDE)/rtems/score: diff --git a/cpukit/score/ChangeLog b/cpukit/score/ChangeLog index 287701924d..6eb5467d98 100644 --- a/cpukit/score/ChangeLog +++ b/cpukit/score/ChangeLog @@ -1,4 +1,11 @@ +2001-09-28 Ralf Corsepius + + * include/rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='. + * include/rtems/Makefile.am: Use 'PREINSTALL_FILES ='. + * inline/rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='. + * macros/rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='. + 2001-09-27 Eric Norum * src/threadhandler.c: Now process C++ global constructors -- cgit v1.2.3