forked from Imagelibrary/rtems
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user