summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/hppa1.1
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-12-16 17:57:35 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-12-16 17:57:35 +0000
commitccd8589a0cfbf7079bda07f746eb3b39ad637935 (patch)
tree99691e6908e82a7f48264208fd93e6dbdefad764 /c/src/lib/libbsp/hppa1.1
parent2002-12-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-ccd8589a0cfbf7079bda07f746eb3b39ad637935.tar.bz2
2002-12-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Fix broken preinstall-deps.
Diffstat (limited to 'c/src/lib/libbsp/hppa1.1')
-rw-r--r--c/src/lib/libbsp/hppa1.1/simhppa/ChangeLog4
-rw-r--r--c/src/lib/libbsp/hppa1.1/simhppa/include/Makefile.am4
2 files changed, 6 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/hppa1.1/simhppa/ChangeLog b/c/src/lib/libbsp/hppa1.1/simhppa/ChangeLog
index 1bc629f782..1554f18b6c 100644
--- a/c/src/lib/libbsp/hppa1.1/simhppa/ChangeLog
+++ b/c/src/lib/libbsp/hppa1.1/simhppa/ChangeLog
@@ -1,3 +1,7 @@
+2002-12-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * include/Makefile.am: Fix broken preinstall-deps.
+
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* start/Makefile.am: Use install-data-local to install startfile.
diff --git a/c/src/lib/libbsp/hppa1.1/simhppa/include/Makefile.am b/c/src/lib/libbsp/hppa1.1/simhppa/include/Makefile.am
index 0bcd9d08d8..2ae13da5b5 100644
--- a/c/src/lib/libbsp/hppa1.1/simhppa/include/Makefile.am
+++ b/c/src/lib/libbsp/hppa1.1/simhppa/include/Makefile.am
@@ -24,9 +24,9 @@ $(PROJECT_INCLUDE)/rtems/%.h: %.h
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(PROJECT_INCLUDE) \
- $(include_HEADERS:%=%(PROJECT_INCLUDE)/%) \
+ $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) \
$(PROJECT_INCLUDE)/rtems \
- $(include_HEADERS:%=%(PROJECT_INCLUDE)/rtems/%)
+ $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
all-local: $(TMPINSTALL_FILES)