Skip to content

Commit 302f1fe

Browse files
committed
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.
1 parent e72036f commit 302f1fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,6 @@ clean_gui: clean_java
336336
# INSTALL Targets
337337
################################################################################
338338

339-
PREFIX=/users/alin/temp3
340339
ER7_HEADERS := $(addprefix $(PREFIX)/include/, $(filter er7_utils/%, $(shell cd trick_source && find er7_utils -name \*.hh)))
341340

342341
${ER7_HEADERS} : ${PREFIX}/include/% : trick_source/%

0 commit comments

Comments
 (0)