We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18967d4 commit c1d0caeCopy full SHA for c1d0cae
make/program
@@ -18,6 +18,7 @@ $(CMDSTAN_MAIN_O) : $(CMDSTAN_MAIN)
18
##
19
ifneq ($(PRECOMPILED_MODEL_HEADER),)
20
$(patsubst %.hpp.gch,%.d,$(PRECOMPILED_MODEL_HEADER)) : DEPTARGETS = -MT $@
21
+$(patsubst %.hpp.gch,%.d,$(PRECOMPILED_MODEL_HEADER)) : DEPFLAGS_OS = -M -E
22
$(patsubst %.hpp.gch,%.d,$(PRECOMPILED_MODEL_HEADER)) : $(STAN)src/stan/model/model_header.hpp
23
@mkdir -p $(dir $@)
24
$(COMPILE.cpp) $(DEPFLAGS) $<
0 commit comments