Skip to content

Commit

Permalink
the install command on the Mac does not take the -D argument #283
Browse files Browse the repository at this point in the history
So I get punished by leaving in a debug statement to hardcode PREFIX for testing. Grrr.
  • Loading branch information
alexlin0 committed Aug 17, 2016
1 parent e72036f commit 302f1fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/%
Expand Down

0 comments on commit 302f1fe

Please sign in to comment.