We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 084c494 commit 9fa1a26Copy full SHA for 9fa1a26
make/program
@@ -24,7 +24,7 @@ $(patsub %.d,%.hpp.gch,$(PRECOMPILED_MODEL_HEADER)) : DEPTARGETS = -MT $(patsubs
24
$(PRECOMPILED_MODEL_HEADER) : $(STAN)src/stan/model/model_header.hpp
25
@echo ''
26
@echo '--- Compiling pre-compiled header. This might take a few seconds. ---'
27
- @mkdir $(dir $@)
+ @mkdir -p $(dir $@)
28
$(COMPILE.cpp) $< $(OUTPUT_OPTION)
29
30
ifeq ($(CXX_TYPE),clang)
0 commit comments