From 8d2eb8cda6fe8819960681af642ce03602accbaf Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 11 Apr 2001 13:49:47 +0000 Subject: 2001-04-11 Joel Sherrill * custom/default.cfg: Switch to using exec_prefix to reflect new organization of install point from Ralf Corsepius. --- make/custom/default.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'make/custom') 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 -- cgit v1.2.3