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/ChangeLog | 5 +++++ make/custom/default.cfg | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'make') diff --git a/make/ChangeLog b/make/ChangeLog index 161b96e8a7..387afeba81 100644 --- a/make/ChangeLog +++ b/make/ChangeLog @@ -1,4 +1,9 @@ +2001-04-11 Joel Sherrill + + * custom/default.cfg: Switch to using exec_prefix to reflect new + organization of install point from Ralf Corsepius. + 2001-03-30 Eric Valette * custom/mbx860_005b.cfg: This switches the MBX8xx BSP to the 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