summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/lib/libcpu/hppa1.1/ChangeLog4
-rw-r--r--c/src/lib/libcpu/hppa1.1/include/Makefile.am6
2 files changed, 8 insertions, 2 deletions
diff --git a/c/src/lib/libcpu/hppa1.1/ChangeLog b/c/src/lib/libcpu/hppa1.1/ChangeLog
index 1f5c4df0ec..552617ef40 100644
--- a/c/src/lib/libcpu/hppa1.1/ChangeLog
+++ b/c/src/lib/libcpu/hppa1.1/ChangeLog
@@ -1,3 +1,7 @@
+2001-02-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de:
+
+ * include/Makefile.am: Apply include_*HEADERS instead of H_FILES.
+
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
diff --git a/c/src/lib/libcpu/hppa1.1/include/Makefile.am b/c/src/lib/libcpu/hppa1.1/include/Makefile.am
index 43044008c5..ded92219d4 100644
--- a/c/src/lib/libcpu/hppa1.1/include/Makefile.am
+++ b/c/src/lib/libcpu/hppa1.1/include/Makefile.am
@@ -4,7 +4,9 @@
AUTOMAKE_OPTIONS = foreign 1.4
-H_FILES = runway.h semaphore.h
+include_hppa1_1dir = $(includedir)/hppa1.1
+
+include_hppa1_1_HEADERS = runway.h semaphore.h
# NOTE: Unlike other CPUS, we install into a subdirectory to avoid
# file name conflicts
@@ -16,7 +18,7 @@ $(PROJECT_INCLUDE)/hppa1.1/%.h: %.h
$(INSTALL_DATA) $< $@
PREINSTALL_FILES += $(PROJECT_INCLUDE)/hppa1.1 \
- $(H_FILES:%.h=$(PROJECT_INCLUDE)/hppa1.1/%.h)
+ $(include_hppa1_1_HEADERS:%=$(PROJECT_INCLUDE)/hppa1.1/%)
all-local: $(TMPINSTALL_FILES)