Skip to content

Commit 0532e91

Browse files
authored
Merge pull request #2900 from tautschnig/smt2_solver-deps
Makefiles: Add missing dependency tracking for smt2_solver
2 parents 82b4d5c + 1f860d2 commit 0532e91

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/solvers/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,8 @@ endif
226226
solvers$(LIBEXT): $(OBJ) $(SOLVER_LIB)
227227
$(LINKLIB) $(LIBSOLVER)
228228

229+
-include $(smt2/smt2_solver$(DEPEXT))
230+
229231
smt2_solver$(EXEEXT): $(OBJ) smt2/smt2_solver$(OBJEXT) \
230232
../util/util$(LIBEXT) ../langapi/langapi$(LIBEXT) ../big-int/big-int$(LIBEXT) $(SOLVER_LIB)
231233
$(LINKBIN) $(LIBSOLVER)

0 commit comments

Comments
 (0)