summaryrefslogtreecommitdiffstats
path: root/c/src/make
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-03-07 04:03:26 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-03-07 04:03:26 +0000
commitcc669290c06ab369605e2b8973c7b811f8271907 (patch)
treef2b9fa9e074e34fb9e7363906e0ead3e7a440305 /c/src/make
parent2011-03-07 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-cc669290c06ab369605e2b8973c7b811f8271907.tar.bz2
2011-03-07 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.inc.in: Set PROJECT_ROOT = @pkgdatadir@.
Diffstat (limited to 'c/src/make')
-rw-r--r--c/src/make/ChangeLog4
-rw-r--r--c/src/make/Makefile.inc.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/c/src/make/ChangeLog b/c/src/make/ChangeLog
index 2f90ca8766..d77c602891 100644
--- a/c/src/make/ChangeLog
+++ b/c/src/make/ChangeLog
@@ -1,5 +1,9 @@
2011-03-07 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * Makefile.inc.in: Set PROJECT_ROOT = @pkgdatadir@.
+
+2011-03-07 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* Makefile.am: Install *.cfgs into $(pkgdatadir)/make.
2011-03-07 Ralf Corsépius <ralf.corsepius@rtems.org>
diff --git a/c/src/make/Makefile.inc.in b/c/src/make/Makefile.inc.in
index 71a482f99b..322e790c4a 100644
--- a/c/src/make/Makefile.inc.in
+++ b/c/src/make/Makefile.inc.in
@@ -35,7 +35,7 @@ export SIZE
export OBJCOPY
RTEMS_CUSTOM = $(prefix)/make/custom/$(RTEMS_BSP).cfg
-PROJECT_ROOT = $(prefix)
+PROJECT_ROOT = @pkgdatadir@
RTEMS_USE_OWN_PDIR = no
RTEMS_HAS_POSIX_API = @RTEMS_HAS_POSIX_API@
RTEMS_HAS_ITRON_API = no