summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-28 13:36:12 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-28 13:36:12 +0000
commit3f56f22c7f59f40b1f66ea49baae60ddf2f6ea93 (patch)
tree6c9dccd966e59b0e42629901d3d2fa5a0da0b1b8 /c/src/exec/score
parent2001-09-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-3f56f22c7f59f40b1f66ea49baae60ddf2f6ea93.tar.bz2
2001-09-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* 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 ='.
Diffstat (limited to 'c/src/exec/score')
-rw-r--r--c/src/exec/score/ChangeLog7
-rw-r--r--c/src/exec/score/include/rtems/Makefile.am2
-rw-r--r--c/src/exec/score/include/rtems/score/Makefile.am2
-rw-r--r--c/src/exec/score/inline/rtems/score/Makefile.am2
-rw-r--r--c/src/exec/score/macros/rtems/score/Makefile.am2
5 files changed, 11 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 <corsepiu@faw.uni-ulm.de>
+
+ * 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 <eric.norum@usask.ca>
* 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: