2011-03-08 Joel Sherrill <joel.sherrill@oarcorp.com>

* Makefile.inc.in: Fix PROJECT_ROOT to match usage in templates and
	existing Makefiles.
This commit is contained in:
Joel Sherrill
2011-03-08 23:56:52 +00:00
parent 8b53dee67b
commit 671ce2e8af
2 changed files with 9 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
2011-03-08 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.inc.in: Fix PROJECT_ROOT to match usage in templates and
existing Makefiles.
2011-03-07 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am, configure.ac: Move file generation into Makefile.

View File

@@ -34,8 +34,10 @@ export AR
export SIZE
export OBJCOPY
RTEMS_CUSTOM = $(prefix)/make/custom/$(RTEMS_BSP).cfg
PROJECT_ROOT = @pkgdatadir@
RTEMS_ROOT = $(prefix)
PROJECT_ROOT = $(RTEMS_ROOT)
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
RTEMS_USE_OWN_PDIR = no
RTEMS_HAS_POSIX_API = @RTEMS_HAS_POSIX_API@
RTEMS_HAS_ITRON_API = no
@@ -45,6 +47,3 @@ export RTEMS_BSP
export RTEMS_CUSTOM
export PROJECT_ROOT
# FIXME: The following shouldn't be here
RTEMS_ROOT = $(PROJECT_ROOT)
export RTEMS_ROOT