From 5ce7c34994e860249cc7a5af5a10fde8d6a18eff Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 5 Mar 2001 22:46:48 +0000 Subject: 2001-02-18 Ralf Corsepius * 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) -- cgit v1.2.3