summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-10-17 13:10:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-10-17 13:10:28 +0000
commitf11615f156499eac3415be4fefcfa2109cbf60ec (patch)
tree5eb061a31e5028c2b33ca340eb85ecfc7f208756
parent2001-10-16 Chris Johns <ccj@acm.org> (diff)
downloadrtems-f11615f156499eac3415be4fefcfa2109cbf60ec.tar.bz2
2001-10-16 Joel Sherrill <joel@OARcorp.com>
* include/Makefile.am: Fixed path to cpuopts-tmp.h.
-rw-r--r--c/src/exec/score/ChangeLog4
-rw-r--r--c/src/exec/score/include/Makefile.am2
-rw-r--r--cpukit/score/ChangeLog4
-rw-r--r--cpukit/score/include/Makefile.am2
4 files changed, 10 insertions, 2 deletions
diff --git a/c/src/exec/score/ChangeLog b/c/src/exec/score/ChangeLog
index 27a536abc1..7a296a6908 100644
--- a/c/src/exec/score/ChangeLog
+++ b/c/src/exec/score/ChangeLog
@@ -1,4 +1,8 @@
+2001-10-16 Joel Sherrill <joel@OARcorp.com>
+
+ * include/Makefile.am: Fixed path to cpuopts-tmp.h.
+
2001-10-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/rtems/Makefile.am: Remove.
diff --git a/c/src/exec/score/include/Makefile.am b/c/src/exec/score/include/Makefile.am
index f8b9edd4e1..99576b4ab6 100644
--- a/c/src/exec/score/include/Makefile.am
+++ b/c/src/exec/score/include/Makefile.am
@@ -56,7 +56,7 @@ rtems/score/cpuopts.h: rtems/score/cpuopts-tmp.h
@echo "#ifndef __CPU_OPTIONS_h" >>$@
@echo "#define __CPU_OPTIONS_h" >>$@
@echo >>$@
- @cat cpuopts-tmp.h >>$@
+ @cat rtems/score/cpuopts-tmp.h >>$@
@echo >>$@
@echo "#endif" >>$@
diff --git a/cpukit/score/ChangeLog b/cpukit/score/ChangeLog
index 27a536abc1..7a296a6908 100644
--- a/cpukit/score/ChangeLog
+++ b/cpukit/score/ChangeLog
@@ -1,4 +1,8 @@
+2001-10-16 Joel Sherrill <joel@OARcorp.com>
+
+ * include/Makefile.am: Fixed path to cpuopts-tmp.h.
+
2001-10-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/rtems/Makefile.am: Remove.
diff --git a/cpukit/score/include/Makefile.am b/cpukit/score/include/Makefile.am
index f8b9edd4e1..99576b4ab6 100644
--- a/cpukit/score/include/Makefile.am
+++ b/cpukit/score/include/Makefile.am
@@ -56,7 +56,7 @@ rtems/score/cpuopts.h: rtems/score/cpuopts-tmp.h
@echo "#ifndef __CPU_OPTIONS_h" >>$@
@echo "#define __CPU_OPTIONS_h" >>$@
@echo >>$@
- @cat cpuopts-tmp.h >>$@
+ @cat rtems/score/cpuopts-tmp.h >>$@
@echo >>$@
@echo "#endif" >>$@