Skip to content

Commit 62d6fac

Browse files
committed
Updates to configure
1 parent c70f923 commit 62d6fac

6 files changed

Lines changed: 9026 additions & 4001 deletions

File tree

Makefile.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1512,6 +1512,10 @@ $(FLATZINC_GENSRC:%.cpp=%$(SBJSUFFIX)): gecode/flatzinc/%$(SBJSUFFIX): gecode/fl
15121512
@GECODE_BUILD_FLATZINC_FLAG@ \
15131513
@COMPILESBJ@$@ @CXXIN@$<
15141514

1515+
# Generated FlatZinc sources include parser.tab.hpp; make dependency explicit for parallel builds.
1516+
gecode/flatzinc/parser.tab$(OBJSUFFIX) gecode/flatzinc/lexer.yy$(OBJSUFFIX): gecode/flatzinc/parser.tab.hpp
1517+
gecode/flatzinc/parser.tab$(SBJSUFFIX) gecode/flatzinc/lexer.yy$(SBJSUFFIX): gecode/flatzinc/parser.tab.hpp
1518+
15151519
#
15161520
# DLL Targets
15171521
#

0 commit comments

Comments
 (0)