From a2016b9965a4de47b0bac9013b1c4f9f867235f7 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 8 Oct 1997 14:42:08 +0000 Subject: Removed include directory at "build" point and the link of this directory to lib/include. Went to using a PROJECT_INCLUDE variable. --- c/src/exec/rtems/headers/Makefile.in | 4 ++-- c/src/exec/rtems/include/rtems/rtems/Makefile.in | 4 ++-- c/src/exec/rtems/inline/Makefile.in | 2 +- c/src/exec/rtems/inline/rtems/rtems/Makefile.in | 2 +- c/src/exec/rtems/macros/Makefile.in | 2 +- c/src/exec/rtems/macros/rtems/rtems/Makefile.in | 2 +- c/src/exec/rtems/optman/Makefile.in | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) (limited to 'c/src/exec/rtems') diff --git a/c/src/exec/rtems/headers/Makefile.in b/c/src/exec/rtems/headers/Makefile.in index b7b0f463c5..b79ebfa7d9 100644 --- a/c/src/exec/rtems/headers/Makefile.in +++ b/c/src/exec/rtems/headers/Makefile.in @@ -33,5 +33,5 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 ${H_FILES} ${PROJECT_RELEASE}/include/rtems/rtems - $(INSTALL) -m 444 ${EXTERNAL_H_FILES} ${PROJECT_RELEASE}/include + $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems/rtems + $(INSTALL) -m 444 ${EXTERNAL_H_FILES} $(PROJECT_INCLUDE) diff --git a/c/src/exec/rtems/include/rtems/rtems/Makefile.in b/c/src/exec/rtems/include/rtems/rtems/Makefile.in index b7b0f463c5..b79ebfa7d9 100644 --- a/c/src/exec/rtems/include/rtems/rtems/Makefile.in +++ b/c/src/exec/rtems/include/rtems/rtems/Makefile.in @@ -33,5 +33,5 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 ${H_FILES} ${PROJECT_RELEASE}/include/rtems/rtems - $(INSTALL) -m 444 ${EXTERNAL_H_FILES} ${PROJECT_RELEASE}/include + $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems/rtems + $(INSTALL) -m 444 ${EXTERNAL_H_FILES} $(PROJECT_INCLUDE) diff --git a/c/src/exec/rtems/inline/Makefile.in b/c/src/exec/rtems/inline/Makefile.in index e041a1b657..bacd055cba 100644 --- a/c/src/exec/rtems/inline/Makefile.in +++ b/c/src/exec/rtems/inline/Makefile.in @@ -27,4 +27,4 @@ CLEAN_ADDITIONS += $(LIB) CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 ${I_FILES} ${PROJECT_RELEASE}/include/rtems/rtems + $(INSTALL) -m 444 ${I_FILES} $(PROJECT_INCLUDE)/rtems/rtems diff --git a/c/src/exec/rtems/inline/rtems/rtems/Makefile.in b/c/src/exec/rtems/inline/rtems/rtems/Makefile.in index e041a1b657..bacd055cba 100644 --- a/c/src/exec/rtems/inline/rtems/rtems/Makefile.in +++ b/c/src/exec/rtems/inline/rtems/rtems/Makefile.in @@ -27,4 +27,4 @@ CLEAN_ADDITIONS += $(LIB) CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 ${I_FILES} ${PROJECT_RELEASE}/include/rtems/rtems + $(INSTALL) -m 444 ${I_FILES} $(PROJECT_INCLUDE)/rtems/rtems diff --git a/c/src/exec/rtems/macros/Makefile.in b/c/src/exec/rtems/macros/Makefile.in index e041a1b657..bacd055cba 100644 --- a/c/src/exec/rtems/macros/Makefile.in +++ b/c/src/exec/rtems/macros/Makefile.in @@ -27,4 +27,4 @@ CLEAN_ADDITIONS += $(LIB) CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 ${I_FILES} ${PROJECT_RELEASE}/include/rtems/rtems + $(INSTALL) -m 444 ${I_FILES} $(PROJECT_INCLUDE)/rtems/rtems diff --git a/c/src/exec/rtems/macros/rtems/rtems/Makefile.in b/c/src/exec/rtems/macros/rtems/rtems/Makefile.in index e041a1b657..bacd055cba 100644 --- a/c/src/exec/rtems/macros/rtems/rtems/Makefile.in +++ b/c/src/exec/rtems/macros/rtems/rtems/Makefile.in @@ -27,4 +27,4 @@ CLEAN_ADDITIONS += $(LIB) CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 ${I_FILES} ${PROJECT_RELEASE}/include/rtems/rtems + $(INSTALL) -m 444 ${I_FILES} $(PROJECT_INCLUDE)/rtems/rtems diff --git a/c/src/exec/rtems/optman/Makefile.in b/c/src/exec/rtems/optman/Makefile.in index ac24e9b841..59648fd674 100644 --- a/c/src/exec/rtems/optman/Makefile.in +++ b/c/src/exec/rtems/optman/Makefile.in @@ -30,7 +30,7 @@ DEFINES += CPPFLAGS += CFLAGS += $(CFLAGS_OS_V) -ASM4FLAGS += -I $(PROJECT_RELEASE)/include/rtems +ASM4FLAGS += -I $(PROJECT_INCLUDE)/rtems LD_PATHS += LD_LIBS += LDFLAGS += -- cgit v1.2.3