summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-06 15:30:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-06 15:30:23 +0000
commit4e41273c71711f473c708c54bfc16714e21f64f6 (patch)
tree25b58d943f62b42238a91f84581b12683416b5cd
parent2000-09-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-4e41273c71711f473c708c54bfc16714e21f64f6.tar.bz2
2000-09-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/score/Makefile.am: Use PROJECT_TOPdir in path to gensize.
-rw-r--r--c/src/exec/score/cpu/unix/ChangeLog4
-rw-r--r--c/src/exec/score/cpu/unix/rtems/score/Makefile.am2
-rw-r--r--cpukit/score/cpu/unix/ChangeLog4
3 files changed, 9 insertions, 1 deletions
diff --git a/c/src/exec/score/cpu/unix/ChangeLog b/c/src/exec/score/cpu/unix/ChangeLog
index 7f281f20c9..6f3bce91e7 100644
--- a/c/src/exec/score/cpu/unix/ChangeLog
+++ b/c/src/exec/score/cpu/unix/ChangeLog
@@ -1,5 +1,9 @@
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * rtems/score/Makefile.am: Use PROJECT_TOPdir in path to gensize.
+
+2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* Makefile.am: Include compile.am.
2000-08-10 Joel Sherrill <joel@OARcorp.com>
diff --git a/c/src/exec/score/cpu/unix/rtems/score/Makefile.am b/c/src/exec/score/cpu/unix/rtems/score/Makefile.am
index 52d5d046ef..899d858130 100644
--- a/c/src/exec/score/cpu/unix/rtems/score/Makefile.am
+++ b/c/src/exec/score/cpu/unix/rtems/score/Makefile.am
@@ -4,7 +4,7 @@
AUTOMAKE_OPTIONS = foreign 1.4
-GENSIZE = $(PROJECT_ROOT)/tools/cpu/unix/gensize
+GENSIZE = $(PROJECT_TOPdir)/tools/cpu/unix/gensize
GENERIC_H_FILES = unixsize.h
STATIC_H_FILES = cpu.h unixtypes.h unix.h
diff --git a/cpukit/score/cpu/unix/ChangeLog b/cpukit/score/cpu/unix/ChangeLog
index 7f281f20c9..6f3bce91e7 100644
--- a/cpukit/score/cpu/unix/ChangeLog
+++ b/cpukit/score/cpu/unix/ChangeLog
@@ -1,5 +1,9 @@
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * rtems/score/Makefile.am: Use PROJECT_TOPdir in path to gensize.
+
+2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* Makefile.am: Include compile.am.
2000-08-10 Joel Sherrill <joel@OARcorp.com>