summaryrefslogtreecommitdiffstats
path: root/make/custom/default.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-04-11 13:49:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-04-11 13:49:47 +0000
commit8d2eb8cda6fe8819960681af642ce03602accbaf (patch)
tree4ca2e0d65c4c9bec6a4ebce4e0afc3aa6d4f4c53 /make/custom/default.cfg
parent2001-04-11 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-8d2eb8cda6fe8819960681af642ce03602accbaf.tar.bz2
2001-04-11 Joel Sherrill <joel@OARcorp.com>
* custom/default.cfg: Switch to using exec_prefix to reflect new organization of install point from Ralf Corsepius.
Diffstat (limited to 'make/custom/default.cfg')
-rw-r--r--make/custom/default.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/custom/default.cfg b/make/custom/default.cfg
index 4e3452c8e0..aa0c2acfbd 100644
--- a/make/custom/default.cfg
+++ b/make/custom/default.cfg
@@ -8,11 +8,11 @@
# $Id$
#
-include $(RTEMS_ROOT)/make/target.cfg
+include $(exec_prefix)/make/target.cfg
include $(RTEMS_ROOT)/make/host.cfg
include $(RTEMS_ROOT)/make/main.cfg
-include $(RTEMS_ROOT)/$(RTEMS_BSP)/make/bsp.cfg
+include $(exec_prefix)/$(RTEMS_BSP)/make/bsp.cfg
# use the inline functions instead of the macros
# ref: src/exec/generic/Makefile