From ae74a16a71fc4015413ab3ed254de05ac8b658a7 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 27 Sep 2001 19:44:10 +0000 Subject: 2001-09-27 Ralf Corsepius * include/Makefile.am: Use 'PREINSTALL_FILES ='. --- c/src/lib/libcpu/hppa1.1/include/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/lib/libcpu/hppa1.1/include/Makefile.am') 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) -- cgit v1.2.3