From edc61d488bf1b3d8c426f0156686fedce3ca6d68 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 12 Jun 2000 20:27:50 +0000 Subject: Fixed so hppa1.1 compiles with only problems in simhppa BSP. --- c/src/lib/libcpu/hppa1.1/include/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 8adb914568..43044008c5 100644 --- a/c/src/lib/libcpu/hppa1.1/include/Makefile.am +++ b/c/src/lib/libcpu/hppa1.1/include/Makefile.am @@ -13,9 +13,9 @@ $(PROJECT_INCLUDE)/hppa1.1: $(mkinstalldirs) $@ $(PROJECT_INCLUDE)/hppa1.1/%.h: %.h - $(INSTALL_DATA) $@ $< + $(INSTALL_DATA) $< $@ -TMPINSTALL_FILES += $(PROJECT_INCLUDE)/hppa1.1 \ +PREINSTALL_FILES += $(PROJECT_INCLUDE)/hppa1.1 \ $(H_FILES:%.h=$(PROJECT_INCLUDE)/hppa1.1/%.h) all-local: $(TMPINSTALL_FILES) -- cgit v1.2.3