From 93175058d7efcd08f3d68d27850a181b53b210ba Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 6 Sep 2000 15:30:37 +0000 Subject: 2000-09-06 Ralf Corsepius * rtems/score/Makefile.am: Use PROJECT_TOPdir in path to genoffsets. --- c/src/exec/score/cpu/hppa1.1/ChangeLog | 4 ++++ c/src/exec/score/cpu/hppa1.1/rtems/score/Makefile.am | 2 +- cpukit/score/cpu/hppa1.1/ChangeLog | 4 ++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/c/src/exec/score/cpu/hppa1.1/ChangeLog b/c/src/exec/score/cpu/hppa1.1/ChangeLog index 7f281f20c9..c1f17260c6 100644 --- a/c/src/exec/score/cpu/hppa1.1/ChangeLog +++ b/c/src/exec/score/cpu/hppa1.1/ChangeLog @@ -1,3 +1,7 @@ +2000-09-06 Ralf Corsepius + + * rtems/score/Makefile.am: Use PROJECT_TOPdir in path to genoffsets. + 2000-09-04 Ralf Corsepius * Makefile.am: Include compile.am. diff --git a/c/src/exec/score/cpu/hppa1.1/rtems/score/Makefile.am b/c/src/exec/score/cpu/hppa1.1/rtems/score/Makefile.am index 59de95b8c4..46e19b0397 100644 --- a/c/src/exec/score/cpu/hppa1.1/rtems/score/Makefile.am +++ b/c/src/exec/score/cpu/hppa1.1/rtems/score/Makefile.am @@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS = foreign 1.4 -GENOFFSETS = $(PROJECT_ROOT)/tools/cpu/hppa1.1/genoffsets +GENOFFSETS = $(PROJECT_TOPdir)/tools/cpu/hppa1.1/genoffsets GENERIC_H_FILES = offsets.h STATIC_H_FILES = cpu.h cpu_asm.h hppa.h hppatypes.h diff --git a/cpukit/score/cpu/hppa1.1/ChangeLog b/cpukit/score/cpu/hppa1.1/ChangeLog index 7f281f20c9..c1f17260c6 100644 --- a/cpukit/score/cpu/hppa1.1/ChangeLog +++ b/cpukit/score/cpu/hppa1.1/ChangeLog @@ -1,3 +1,7 @@ +2000-09-06 Ralf Corsepius + + * rtems/score/Makefile.am: Use PROJECT_TOPdir in path to genoffsets. + 2000-09-04 Ralf Corsepius * Makefile.am: Include compile.am. -- cgit v1.2.3