mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
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:
parent
34bc467bf9
commit
dfde52864f
1
Makefile
1
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/%
|
||||
|
Loading…
Reference in New Issue
Block a user