From cb5bfe40fd18a55e7e6a911fc9ac334b6eb55ef3 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 20 Jan 1998 19:41:09 +0000 Subject: Removed CONFIG_DIR and PROJECT_HOME directories. --- tools/build/os/msdos/Makefile.in | 2 +- tools/cpu/Makefile.in | 2 +- tools/cpu/generic/Makefile.in | 2 +- tools/cpu/unix/Makefile.in | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'tools') diff --git a/tools/build/os/msdos/Makefile.in b/tools/build/os/msdos/Makefile.in index b677c72ff5..c11aacc1b3 100644 --- a/tools/build/os/msdos/Makefile.in +++ b/tools/build/os/msdos/Makefile.in @@ -11,7 +11,7 @@ PROJECT_ROOT = @PROJECT_ROOT@ RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_CUSTOM) -include $(PROJECT_ROOT)/make/leaf.cfg +include $(RTEMS_ROOT)/make/leaf.cfg DESTDIR=$(PROJECT_RELEASE)/build-tools diff --git a/tools/cpu/Makefile.in b/tools/cpu/Makefile.in index a685851614..c45dd64a77 100644 --- a/tools/cpu/Makefile.in +++ b/tools/cpu/Makefile.in @@ -11,6 +11,6 @@ PROJECT_ROOT = @PROJECT_ROOT@ RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_CUSTOM) -include $(PROJECT_ROOT)/make/directory.cfg +include $(RTEMS_ROOT)/make/directory.cfg SUB_DIRS=generic $(wildcard $(RTEMS_CPU)) diff --git a/tools/cpu/generic/Makefile.in b/tools/cpu/generic/Makefile.in index 7268fdfebb..5aeeaf871f 100644 --- a/tools/cpu/generic/Makefile.in +++ b/tools/cpu/generic/Makefile.in @@ -15,7 +15,7 @@ PROJECT_ROOT = @PROJECT_ROOT@ RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_CUSTOM) -include $(PROJECT_ROOT)/make/leaf.cfg +include $(RTEMS_ROOT)/make/leaf.cfg DESTDIR=$(PROJECT_RELEASE)/bin diff --git a/tools/cpu/unix/Makefile.in b/tools/cpu/unix/Makefile.in index f32639d298..9176b7f5b1 100644 --- a/tools/cpu/unix/Makefile.in +++ b/tools/cpu/unix/Makefile.in @@ -26,7 +26,7 @@ OBJS=$(C_O_FILES) PGMS=${ARCH}/gensize include $(RTEMS_CUSTOM) -include $(PROJECT_ROOT)/make/leaf.cfg +include $(RTEMS_ROOT)/make/leaf.cfg # We use files that have not been installed yet. CPU_DIR=../../cpu/$(RTEMS_CPU) -- cgit v1.2.3