summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/hppa1.1/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-06-12 20:27:50 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-06-12 20:27:50 +0000
commitedc61d488bf1b3d8c426f0156686fedce3ca6d68 (patch)
tree37aa7b61fdfcb62dcec8627f163b51314b8f430d /c/src/lib/libcpu/hppa1.1/include
parentPatch from John Cotton <john.cotton@nrc.ca>, Charles-Antoine Gauthier (diff)
downloadrtems-edc61d488bf1b3d8c426f0156686fedce3ca6d68.tar.bz2
Fixed so hppa1.1 compiles with only problems in simhppa BSP.
Diffstat (limited to 'c/src/lib/libcpu/hppa1.1/include')
-rw-r--r--c/src/lib/libcpu/hppa1.1/include/Makefile.am4
1 files changed, 2 insertions, 2 deletions
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)