summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-08-09 09:36:05 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-08-09 09:36:05 +0000
commit3ffcd229da28395c92ee3b71e92c777e4318a346 (patch)
tree9a2761c0d6215caf528b9fb8c1916ee683db4326 /c/src/lib/libcpu
parent2003-08-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-3ffcd229da28395c92ee3b71e92c777e4318a346.tar.bz2
2003-08-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Preinstall $(PROJECT_INCLUDE)/rtems/score.
Diffstat (limited to 'c/src/lib/libcpu')
-rw-r--r--c/src/lib/libcpu/sh/sh7032/ChangeLog4
-rw-r--r--c/src/lib/libcpu/sh/sh7032/Makefile.am4
-rw-r--r--c/src/lib/libcpu/sh/sh7045/ChangeLog4
-rw-r--r--c/src/lib/libcpu/sh/sh7045/Makefile.am4
4 files changed, 16 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/sh/sh7032/ChangeLog b/c/src/lib/libcpu/sh/sh7032/ChangeLog
index fc399e9f60..c4ac6dc7c5 100644
--- a/c/src/lib/libcpu/sh/sh7032/ChangeLog
+++ b/c/src/lib/libcpu/sh/sh7032/ChangeLog
@@ -1,3 +1,7 @@
+2003-08-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Preinstall $(PROJECT_INCLUDE)/rtems/score.
+
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove AC_CONFIG_AUX_DIR.
diff --git a/c/src/lib/libcpu/sh/sh7032/Makefile.am b/c/src/lib/libcpu/sh/sh7032/Makefile.am
index 0cb0806f9c..047ba404cc 100644
--- a/c/src/lib/libcpu/sh/sh7032/Makefile.am
+++ b/c/src/lib/libcpu/sh/sh7032/Makefile.am
@@ -21,11 +21,15 @@ $(PROJECT_INCLUDE)/sh:
$(PROJECT_INCLUDE)/sh/%.h: include/%.h
$(INSTALL_DATA) $< $@
+$(PROJECT_INCLUDE)/rtems/score:
+ $(mkinstalldirs) $@
+
$(PROJECT_INCLUDE)/rtems/score/%.h: include/%.h
$(INSTALL_DATA) $< $@
PREINSTALL_FILES = $(PROJECT_INCLUDE)/sh \
$(include_sh_HEADERS:include/%.h=$(PROJECT_INCLUDE)/sh/%.h) \
+ $(PROJECT_INCLUDE)/rtems/score \
$(include_rtems_score_HEADERS:include/%.h=$(PROJECT_INCLUDE)/rtems/score/%.h)
# clock
diff --git a/c/src/lib/libcpu/sh/sh7045/ChangeLog b/c/src/lib/libcpu/sh/sh7045/ChangeLog
index 7d85d2ff0a..19d2461f6f 100644
--- a/c/src/lib/libcpu/sh/sh7045/ChangeLog
+++ b/c/src/lib/libcpu/sh/sh7045/ChangeLog
@@ -1,3 +1,7 @@
+2003-08-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Preinstall $(PROJECT_INCLUDE)/rtems/score.
+
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove AC_CONFIG_AUX_DIR.
diff --git a/c/src/lib/libcpu/sh/sh7045/Makefile.am b/c/src/lib/libcpu/sh/sh7045/Makefile.am
index f7dd968aed..20ff52133b 100644
--- a/c/src/lib/libcpu/sh/sh7045/Makefile.am
+++ b/c/src/lib/libcpu/sh/sh7045/Makefile.am
@@ -22,11 +22,15 @@ $(PROJECT_INCLUDE)/sh:
$(PROJECT_INCLUDE)/sh/%.h: include/%.h
$(INSTALL_DATA) $< $@
+$(PROJECT_INCLUDE)/rtems/score:
+ $(mkinstalldirs) $@
+
$(PROJECT_INCLUDE)/rtems/score/%.h: include/%.h
$(INSTALL_DATA) $< $@
PREINSTALL_FILES = $(PROJECT_INCLUDE)/sh \
$(include_sh_HEADERS:include/%=$(PROJECT_INCLUDE)/sh/%) \
+ $(PROJECT_INCLUDE)/rtems/score \
$(include_rtems_score_HEADERS:include/%=$(PROJECT_INCLUDE)/rtems/score/%)
# clock