Skip to content

Commit b1c55b0

Browse files
author
Daniel Kroening
committed
Makefile: fix smt2_solver.o dependency
1 parent 3f7d10f commit b1c55b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solvers/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ endif
250250
solvers$(LIBEXT): $(OBJ) $(SOLVER_LIB)
251251
$(LINKLIB)
252252

253-
-include $(smt2/smt2_solver$(DEPEXT))
253+
-include smt2/smt2_solver$(DEPEXT)
254254

255255
smt2_solver$(EXEEXT): $(OBJ) smt2/smt2_solver$(OBJEXT) \
256256
../util/util$(LIBEXT) ../big-int/big-int$(LIBEXT) $(SOLVER_LIB)

0 commit comments

Comments
 (0)