From dfde52864f23802b2fae207d533ed89a801af93c Mon Sep 17 00:00:00 2001 From: Alex Lin Date: Wed, 17 Aug 2016 17:14:01 -0500 Subject: [PATCH] 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. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index bf3420d8..dcba0263 100644 --- a/Makefile +++ b/Makefile @@ -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/%