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/lib/libbsp/hppa1.1/simhppa/Makefile.in | 2 +- c/src/lib/libbsp/hppa1.1/simhppa/include/Makefile.in | 2 +- c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/Makefile.in | 2 +- c/src/lib/libbsp/hppa1.1/simhppa/startup/Makefile.in | 2 +- c/src/lib/libbsp/hppa1.1/simhppa/tools/Makefile.in | 2 +- c/src/lib/libbsp/hppa1.1/simhppa/tty/Makefile.in | 2 +- c/src/lib/libbsp/hppa1.1/simhppa/wrapup/Makefile.in | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'c/src/lib/libbsp/hppa1.1/simhppa') diff --git a/c/src/lib/libbsp/hppa1.1/simhppa/Makefile.in b/c/src/lib/libbsp/hppa1.1/simhppa/Makefile.in index 44011214b1..8eb7a652d3 100644 --- a/c/src/lib/libbsp/hppa1.1/simhppa/Makefile.in +++ b/c/src/lib/libbsp/hppa1.1/simhppa/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 # wrapup is the one that actually builds and installs the library # from the individual .rel files built in other directories diff --git a/c/src/lib/libbsp/hppa1.1/simhppa/include/Makefile.in b/c/src/lib/libbsp/hppa1.1/simhppa/include/Makefile.in index 8e84325067..0795a3b80f 100644 --- a/c/src/lib/libbsp/hppa1.1/simhppa/include/Makefile.in +++ b/c/src/lib/libbsp/hppa1.1/simhppa/include/Makefile.in @@ -33,7 +33,7 @@ EQ_FILES = SRCS=$(H_FILES) $(EQ_FILES) include $(RTEMS_CUSTOM) -include $(PROJECT_ROOT)/make/leaf.cfg +include $(RTEMS_ROOT)/make/leaf.cfg CLEAN_ADDITIONS += CLOBBER_ADDITIONS += diff --git a/c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/Makefile.in b/c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/Makefile.in index 23eade029b..67789ddd09 100644 --- a/c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/Makefile.in +++ b/c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/Makefile.in @@ -23,7 +23,7 @@ SRCS=$(C_FILES) $(H_FILES) OBJS=$(C_O_FILES) 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/lib/libbsp/hppa1.1/simhppa/startup/Makefile.in b/c/src/lib/libbsp/hppa1.1/simhppa/startup/Makefile.in index c77e995b96..533c96af05 100644 --- a/c/src/lib/libbsp/hppa1.1/simhppa/startup/Makefile.in +++ b/c/src/lib/libbsp/hppa1.1/simhppa/startup/Makefile.in @@ -31,7 +31,7 @@ OBJS=$(C_O_FILES) INSTALLED_O_FILES=$(ARCH)/rtems-ctor.o 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/lib/libbsp/hppa1.1/simhppa/tools/Makefile.in b/c/src/lib/libbsp/hppa1.1/simhppa/tools/Makefile.in index 329299822f..9e3e488c87 100644 --- a/c/src/lib/libbsp/hppa1.1/simhppa/tools/Makefile.in +++ b/c/src/lib/libbsp/hppa1.1/simhppa/tools/Makefile.in @@ -26,7 +26,7 @@ OBJS=$(C_O_FILES) PGMS=${ARCH}/print_dump 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/lib/libbsp/hppa1.1/simhppa/tty/Makefile.in b/c/src/lib/libbsp/hppa1.1/simhppa/tty/Makefile.in index 6d21f89b11..6722f5faec 100644 --- a/c/src/lib/libbsp/hppa1.1/simhppa/tty/Makefile.in +++ b/c/src/lib/libbsp/hppa1.1/simhppa/tty/Makefile.in @@ -23,7 +23,7 @@ SRCS=$(C_FILES) $(H_FILES) OBJS=$(C_O_FILES) 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/lib/libbsp/hppa1.1/simhppa/wrapup/Makefile.in b/c/src/lib/libbsp/hppa1.1/simhppa/wrapup/Makefile.in index c225ad24bf..ea0e112463 100644 --- a/c/src/lib/libbsp/hppa1.1/simhppa/wrapup/Makefile.in +++ b/c/src/lib/libbsp/hppa1.1/simhppa/wrapup/Makefile.in @@ -24,7 +24,7 @@ OBJS=$(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/$(piece).rel) \ LIB=$(ARCH)/libbsp.a include $(RTEMS_CUSTOM) -include $(PROJECT_ROOT)/make/lib.cfg +include $(RTEMS_ROOT)/make/lib.cfg # # (OPTIONAL) Add local stuff here using += -- cgit v1.2.3