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.
This commit is contained in:
Joel Sherrill
2001-04-11 13:49:47 +00:00
parent 6e7e723c31
commit 8d2eb8cda6
2 changed files with 7 additions and 2 deletions

View File

@@ -1,4 +1,9 @@
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.
2001-03-30 Eric Valette <valette@crf.canon.fr>
* custom/mbx860_005b.cfg: This switches the MBX8xx BSP to the

View File

@@ -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