the install command on the Mac does not take the -D argument #283

So I get punished by leaving in a debug statement to hardcode PREFIX for testing. Grrr.
This commit is contained in:
Alex Lin 2016-08-17 17:14:01 -05:00
parent 34bc467bf9
commit dfde52864f

View File

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