Skip to content

Commit

Permalink
fix comment, try different link order
Browse files Browse the repository at this point in the history
  • Loading branch information
mitzimorris committed Jul 18, 2019
1 parent 4e42237 commit e0d08d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make/program
Expand Up @@ -38,11 +38,11 @@ endif
@echo ''
@echo '--- Compiling, linking C++ code ---'
$(COMPILE.cpp) $(CXXFLAGS_PROGRAM) -x c++ -o $*.o $<
$(LINK.cpp) $(LDLIBS) $(LIBSUNDIALS) $(MPI_TARGETS) $(CMDSTAN_MAIN_O) $*.o $(OUTPUT_OPTION)
$(LINK.cpp) $(LDLIBS) $(CMDSTAN_MAIN_O) $(LIBSUNDIALS) $(MPI_TARGETS) $*.o $(OUTPUT_OPTION)


##
# Dependencies file for precompiled header
# Dependencies file
##
ifneq (,$(STAN_TARGETS))
$(patsubst %$(EXE),%.d,$(STAN_TARGETS)) : DEPTARGETS += -MT $(patsubst %.d,%$(EXE),$@) -include $< -include $(CMDSTAN_MAIN)
Expand Down

0 comments on commit e0d08d5

Please sign in to comment.