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/include/rtems/score/Makefile.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'c/src/exec/score/include/rtems/score/Makefile.in') diff --git a/c/src/exec/score/include/rtems/score/Makefile.in b/c/src/exec/score/include/rtems/score/Makefile.in index 1be9ef5221..d9d5b7d3f4 100644 --- a/c/src/exec/score/include/rtems/score/Makefile.in +++ b/c/src/exec/score/include/rtems/score/Makefile.in @@ -41,7 +41,7 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 ${H_FILES} ${PROJECT_RELEASE}/include/rtems/score - $(INSTALL) -m 444 ${SAPI_H_FILES} ${PROJECT_RELEASE}/include/rtems/ - $(INSTALL) -m 444 ${NET_H_FILES} ${PROJECT_RELEASE}/include/netinet -# $(INSTALL) -m 444 ${EXTERNAL_H_FILES} ${PROJECT_RELEASE}/include + $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems/score + $(INSTALL) -m 444 ${SAPI_H_FILES} $(PROJECT_INCLUDE)/rtems/ + $(INSTALL) -m 444 ${NET_H_FILES} $(PROJECT_INCLUDE)/netinet +# $(INSTALL) -m 444 ${EXTERNAL_H_FILES} $(PROJECT_INCLUDE) -- cgit v1.2.3