2000-09-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* rtems/score/Makefile.am: Use PROJECT_TOPdir in path to genoffsets.
This commit is contained in:
Joel Sherrill
2000-09-06 15:30:37 +00:00
parent 4e41273c71
commit 93175058d7
3 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2000-09-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/score/Makefile.am: Use PROJECT_TOPdir in path to genoffsets.
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Include compile.am.

View File

@@ -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

View File

@@ -1,3 +1,7 @@
2000-09-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/score/Makefile.am: Use PROJECT_TOPdir in path to genoffsets.
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Include compile.am.