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/tests/psxtests/support/include/Makefile.in | 4 ++-- c/src/tests/support/include/Makefile.in | 4 ++-- c/src/tests/support/stubdr/Makefile.in | 2 +- c/src/tests/tmtests/include/Makefile.in | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) (limited to 'c/src/tests') diff --git a/c/src/tests/psxtests/support/include/Makefile.in b/c/src/tests/psxtests/support/include/Makefile.in index d51a4547b2..4175de2e2a 100644 --- a/c/src/tests/psxtests/support/include/Makefile.in +++ b/c/src/tests/psxtests/support/include/Makefile.in @@ -20,6 +20,6 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 $(H_FILES) ${PROJECT_RELEASE}/include -# $(INSTALL) -m 444 $(SYS_H_FILES) ${PROJECT_RELEASE}/include/sys + $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE) +# $(INSTALL) -m 444 $(SYS_H_FILES) $(PROJECT_INCLUDE)/sys diff --git a/c/src/tests/support/include/Makefile.in b/c/src/tests/support/include/Makefile.in index 5599c9fe1a..5529062342 100644 --- a/c/src/tests/support/include/Makefile.in +++ b/c/src/tests/support/include/Makefile.in @@ -20,6 +20,6 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 $(H_FILES) ${PROJECT_RELEASE}/include - $(INSTALL) -m 444 $(SYS_H_FILES) ${PROJECT_RELEASE}/include/sys + $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE) + $(INSTALL) -m 444 $(SYS_H_FILES) $(PROJECT_INCLUDE)/sys diff --git a/c/src/tests/support/stubdr/Makefile.in b/c/src/tests/support/stubdr/Makefile.in index d3265fdde5..0b75fe1553 100644 --- a/c/src/tests/support/stubdr/Makefile.in +++ b/c/src/tests/support/stubdr/Makefile.in @@ -53,5 +53,5 @@ ${PGM}: ${SRCS} ${OBJS} $(make-rel) all: ${ARCH} $(SRCS) $(PGM) - $(INSTALL) -m 444 $(H_FILES) ${PROJECT_RELEASE}/include + $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE) $(INSTALL_VARIANT) -m 644 $(PGM) ${PROJECT_RELEASE}/lib diff --git a/c/src/tests/tmtests/include/Makefile.in b/c/src/tests/tmtests/include/Makefile.in index a53e59e10d..537891d1b7 100644 --- a/c/src/tests/tmtests/include/Makefile.in +++ b/c/src/tests/tmtests/include/Makefile.in @@ -20,6 +20,6 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 $(H_FILES) ${PROJECT_RELEASE}/include - $(INSTALL) -m 444 $(SYS_H_FILES) ${PROJECT_RELEASE}/include/sys + $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE) + $(INSTALL) -m 444 $(SYS_H_FILES) $(PROJECT_INCLUDE)/sys -- cgit v1.2.3