summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-27 19:44:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-27 19:44:10 +0000
commitae74a16a71fc4015413ab3ed254de05ac8b658a7 (patch)
tree89dc5e6b574d5186671e33ce95d4d691aa80be34
parent2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-ae74a16a71fc4015413ab3ed254de05ac8b658a7.tar.bz2
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Use 'PREINSTALL_FILES ='.
-rw-r--r--c/src/lib/libcpu/hppa1.1/ChangeLog4
-rw-r--r--c/src/lib/libcpu/hppa1.1/include/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/c/src/lib/libcpu/hppa1.1/ChangeLog b/c/src/lib/libcpu/hppa1.1/ChangeLog
index 552617ef40..fbdc98677b 100644
--- a/c/src/lib/libcpu/hppa1.1/ChangeLog
+++ b/c/src/lib/libcpu/hppa1.1/ChangeLog
@@ -1,3 +1,7 @@
+2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * include/Makefile.am: Use 'PREINSTALL_FILES ='.
+
2001-02-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de:
* include/Makefile.am: Apply include_*HEADERS instead of H_FILES.
diff --git a/c/src/lib/libcpu/hppa1.1/include/Makefile.am b/c/src/lib/libcpu/hppa1.1/include/Makefile.am
index ded92219d4..65eaccfd9f 100644
--- a/c/src/lib/libcpu/hppa1.1/include/Makefile.am
+++ b/c/src/lib/libcpu/hppa1.1/include/Makefile.am
@@ -17,7 +17,7 @@ $(PROJECT_INCLUDE)/hppa1.1:
$(PROJECT_INCLUDE)/hppa1.1/%.h: %.h
$(INSTALL_DATA) $< $@
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/hppa1.1 \
+PREINSTALL_FILES = $(PROJECT_INCLUDE)/hppa1.1 \
$(include_hppa1_1_HEADERS:%=$(PROJECT_INCLUDE)/hppa1.1/%)
all-local: $(TMPINSTALL_FILES)