From 81a1802be52e59dc7061e56baf548e7490d989be Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 5 Feb 2001 18:20:58 +0000 Subject: 2001-02-03 Ralf Corsepius * Makefile.inc.in: Add exec_prefix, remove terminating / from PROJECT_ROOT. * host.cfg.in: Update from /make/host.cfg.in --- c/src/make/ChangeLog | 6 ++++++ c/src/make/Makefile.inc.in | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'c/src') diff --git a/c/src/make/ChangeLog b/c/src/make/ChangeLog index 914ce6871d..9df7aa2c46 100644 --- a/c/src/make/ChangeLog +++ b/c/src/make/ChangeLog @@ -1,3 +1,9 @@ +2001-02-03 Ralf Corsepius + + * Makefile.inc.in: Add exec_prefix, remove terminating / from + PROJECT_ROOT. + * host.cfg.in: Update from /make/host.cfg.in + 2001-02-02 Ralf Corsepius * Makefile.inc.in: Remove RTEMS_HOST. diff --git a/c/src/make/Makefile.inc.in b/c/src/make/Makefile.inc.in index de8edf3fe8..10c6190f07 100644 --- a/c/src/make/Makefile.inc.in +++ b/c/src/make/Makefile.inc.in @@ -5,6 +5,7 @@ RTEMS_BSP = @RTEMS_BSP@ prefix = @prefix@ +exec_prefix = @exec_prefix@ CC_FOR_TARGET = @CC@ AS_FOR_TARGET = @AS@ @@ -31,7 +32,7 @@ export SIZE export OBJCOPY RTEMS_CUSTOM = $(prefix)/make/custom/$(RTEMS_BSP).cfg -PROJECT_ROOT = $(prefix)/ +PROJECT_ROOT = $(prefix) RTEMS_USE_OWN_PDIR = no RTEMS_HAS_POSIX_API = @RTEMS_HAS_POSIX_API@ RTEMS_HAS_ITRON_API = @RTEMS_HAS_ITRON_API@ -- cgit v1.2.3