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. --- c/src/tests/libtests/Makefile.in | 2 +- c/src/tests/libtests/cpuuse/Makefile.in | 2 +- c/src/tests/libtests/malloctest/Makefile.in | 2 +- c/src/tests/libtests/monitor/Makefile.in | 2 +- c/src/tests/libtests/rtems++/Makefile.in | 2 +- c/src/tests/libtests/rtmonuse/Makefile.in | 2 +- c/src/tests/libtests/stackchk/Makefile.in | 2 +- c/src/tests/libtests/termios/Makefile.in | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) (limited to 'c/src/tests/libtests') diff --git a/c/src/tests/libtests/Makefile.in b/c/src/tests/libtests/Makefile.in index fb1e5928e7..4c6694ddde 100644 --- a/c/src/tests/libtests/Makefile.in +++ b/c/src/tests/libtests/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/directory.cfg +include $(RTEMS_ROOT)/make/directory.cfg # We only build the tests for the rtems++ library if HAS_CPLUSPLUS was defined LIBRTEMSCPLUSPLUS_yes_V = rtems++ diff --git a/c/src/tests/libtests/cpuuse/Makefile.in b/c/src/tests/libtests/cpuuse/Makefile.in index d6a3e4488c..8e1644e522 100644 --- a/c/src/tests/libtests/cpuuse/Makefile.in +++ b/c/src/tests/libtests/cpuuse/Makefile.in @@ -32,7 +32,7 @@ PRINT_SRCS=$(DOCS) PGM=${ARCH}/$(TEST).exe include $(RTEMS_CUSTOM) -include $(PROJECT_ROOT)/make/leaf.cfg +include $(RTEMS_ROOT)/make/leaf.cfg # # (OPTIONAL) Add local stuff here using += diff --git a/c/src/tests/libtests/malloctest/Makefile.in b/c/src/tests/libtests/malloctest/Makefile.in index f856242978..1a49c20da2 100644 --- a/c/src/tests/libtests/malloctest/Makefile.in +++ b/c/src/tests/libtests/malloctest/Makefile.in @@ -32,7 +32,7 @@ PRINT_SRCS=$(DOCS) PGM=${ARCH}/$(TEST).exe include $(RTEMS_CUSTOM) -include $(PROJECT_ROOT)/make/leaf.cfg +include $(RTEMS_ROOT)/make/leaf.cfg # # (OPTIONAL) Add local stuff here using += diff --git a/c/src/tests/libtests/monitor/Makefile.in b/c/src/tests/libtests/monitor/Makefile.in index fd5bc4c9a6..c93f2f4647 100644 --- a/c/src/tests/libtests/monitor/Makefile.in +++ b/c/src/tests/libtests/monitor/Makefile.in @@ -32,7 +32,7 @@ PRINT_SRCS=$(DOCS) PGM=${ARCH}/$(TEST).exe include $(RTEMS_CUSTOM) -include $(PROJECT_ROOT)/make/leaf.cfg +include $(RTEMS_ROOT)/make/leaf.cfg # # (OPTIONAL) Add local stuff here using += diff --git a/c/src/tests/libtests/rtems++/Makefile.in b/c/src/tests/libtests/rtems++/Makefile.in index 48c91bde45..69ffdd8d80 100644 --- a/c/src/tests/libtests/rtems++/Makefile.in +++ b/c/src/tests/libtests/rtems++/Makefile.in @@ -32,7 +32,7 @@ PRINT_SRCS=$(DOCS) PGM=${ARCH}/$(TEST).exe include $(RTEMS_CUSTOM) -include $(PROJECT_ROOT)/make/leaf.cfg +include $(RTEMS_ROOT)/make/leaf.cfg # # (OPTIONAL) Add local stuff here using += diff --git a/c/src/tests/libtests/rtmonuse/Makefile.in b/c/src/tests/libtests/rtmonuse/Makefile.in index 74fae33173..37874ff3c0 100644 --- a/c/src/tests/libtests/rtmonuse/Makefile.in +++ b/c/src/tests/libtests/rtmonuse/Makefile.in @@ -32,7 +32,7 @@ PRINT_SRCS=$(DOCS) PGM=${ARCH}/$(TEST).exe include $(RTEMS_CUSTOM) -include $(PROJECT_ROOT)/make/leaf.cfg +include $(RTEMS_ROOT)/make/leaf.cfg # # (OPTIONAL) Add local stuff here using += diff --git a/c/src/tests/libtests/stackchk/Makefile.in b/c/src/tests/libtests/stackchk/Makefile.in index 3ee5f523a2..1c88e6f604 100644 --- a/c/src/tests/libtests/stackchk/Makefile.in +++ b/c/src/tests/libtests/stackchk/Makefile.in @@ -32,7 +32,7 @@ PRINT_SRCS=$(DOCS) PGM=${ARCH}/$(TEST).exe include $(RTEMS_CUSTOM) -include $(PROJECT_ROOT)/make/leaf.cfg +include $(RTEMS_ROOT)/make/leaf.cfg # # (OPTIONAL) Add local stuff here using += diff --git a/c/src/tests/libtests/termios/Makefile.in b/c/src/tests/libtests/termios/Makefile.in index ff19ad6983..d8eebfd8e6 100644 --- a/c/src/tests/libtests/termios/Makefile.in +++ b/c/src/tests/libtests/termios/Makefile.in @@ -33,7 +33,7 @@ PRINT_SRCS=$(DOCS) PGM=${ARCH}/$(SAMPLE).exe include $(RTEMS_CUSTOM) -include $(PROJECT_ROOT)/make/leaf.cfg +include $(RTEMS_ROOT)/make/leaf.cfg # # (OPTIONAL) Add local stuff here using += -- cgit v1.2.3