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

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

View File

@@ -1,3 +1,7 @@
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.

View File

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

View File

@@ -1,3 +1,7 @@
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.