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/lib/libcpu/hppa1.1/runway/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/lib/libcpu/hppa1.1/runway/Makefile.in') diff --git a/c/src/lib/libcpu/hppa1.1/runway/Makefile.in b/c/src/lib/libcpu/hppa1.1/runway/Makefile.in index 0580bf3046..ad7bf1f8da 100644 --- a/c/src/lib/libcpu/hppa1.1/runway/Makefile.in +++ b/c/src/lib/libcpu/hppa1.1/runway/Makefile.in @@ -19,4 +19,4 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 $(H_FILES) ${PROJECT_RELEASE}/include + $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE) -- cgit v1.2.3