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/score/macros/Makefile.in | 2 +- c/src/exec/score/macros/rtems/score/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'c/src/exec/score/macros') diff --git a/c/src/exec/score/macros/Makefile.in b/c/src/exec/score/macros/Makefile.in index 147df5ad0f..97124a4edc 100644 --- a/c/src/exec/score/macros/Makefile.in +++ b/c/src/exec/score/macros/Makefile.in @@ -28,4 +28,4 @@ CLEAN_ADDITIONS += $(LIB) CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 ${I_FILES} ${PROJECT_RELEASE}/include/rtems/score + $(INSTALL) -m 444 ${I_FILES} $(PROJECT_INCLUDE)/rtems/score diff --git a/c/src/exec/score/macros/rtems/score/Makefile.in b/c/src/exec/score/macros/rtems/score/Makefile.in index 147df5ad0f..97124a4edc 100644 --- a/c/src/exec/score/macros/rtems/score/Makefile.in +++ b/c/src/exec/score/macros/rtems/score/Makefile.in @@ -28,4 +28,4 @@ CLEAN_ADDITIONS += $(LIB) CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 ${I_FILES} ${PROJECT_RELEASE}/include/rtems/score + $(INSTALL) -m 444 ${I_FILES} $(PROJECT_INCLUDE)/rtems/score -- cgit v1.2.3