er7_util header files not being installed

Checked in makefile with debug statement overriding the install prefix. :(

refs #246
This commit is contained in:
Alex Lin 2016-06-20 14:05:56 -05:00
parent c9e3bc77da
commit 75fb095960

View File

@ -333,7 +333,6 @@ clean_gui: clean_java
# INSTALL Targets
################################################################################
PREFIX := ${HOME}/temp2
ER7_HEADERS := $(addprefix $(PREFIX)/include/, $(filter er7_utils/%, $(shell cd trick_source && find er7_utils -name \*.hh)))
${ER7_HEADERS} : ${PREFIX}/include/% : trick_source/%