Removed include directory at "build" point and the link of this directory

to lib/include.

Went to using a PROJECT_INCLUDE variable.
This commit is contained in:
Joel Sherrill
1997-10-08 14:42:08 +00:00
parent f05f7045a5
commit a2016b9965
90 changed files with 178 additions and 178 deletions

View File

@@ -28,5 +28,5 @@ CLEAN_ADDITIONS +=
CLOBBER_ADDITIONS +=
all: $(SRCS)
$(INSTALL) -m 444 $(H_FILES) ${PROJECT_RELEASE}/include
$(INSTALL) -m 444 $(EQ_FILES) ${PROJECT_RELEASE}/include
$(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE)
$(INSTALL) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE)