From 4e41273c71711f473c708c54bfc16714e21f64f6 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 6 Sep 2000 15:30:23 +0000 Subject: 2000-09-06 Ralf Corsepius * rtems/score/Makefile.am: Use PROJECT_TOPdir in path to gensize. --- c/src/exec/score/cpu/unix/ChangeLog | 4 ++++ c/src/exec/score/cpu/unix/rtems/score/Makefile.am | 2 +- cpukit/score/cpu/unix/ChangeLog | 4 ++++ 3 files changed, 9 insertions(+), 1 deletion(-) 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,3 +1,7 @@ +2000-09-04 Ralf Corsepius + + * rtems/score/Makefile.am: Use PROJECT_TOPdir in path to gensize. + 2000-09-04 Ralf Corsepius * Makefile.am: Include compile.am. 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,3 +1,7 @@ +2000-09-04 Ralf Corsepius + + * rtems/score/Makefile.am: Use PROJECT_TOPdir in path to gensize. + 2000-09-04 Ralf Corsepius * Makefile.am: Include compile.am. -- cgit v1.2.3