From: vijay_ganesh Date: Mon, 2 Feb 2009 21:11:35 +0000 (+0000) Subject: fixed Makefile.in X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=e850c563a036042b91644c71a70a80aeabc96e02;p=francis%2Fstp.git fixed Makefile.in git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@56 e59a4935-1847-0410-ae03-e826735625c1 --- diff --git a/Makefile.in b/Makefile.in index e672375..7ee9b42 100644 --- a/Makefile.in +++ b/Makefile.in @@ -25,7 +25,7 @@ all: $(MAKE) -C c_interface $(MAKE) -C constantbv $(MAKE) -C parser - $(AR) rc libstp.a AST/*.o sat/core/*.or simplifier/*.o bitvec/*.o constantbv/*.o c_interface/*.o parser/let-funcs.o parser/parsePL.o parser/lexPL.o + $(AR) rc libstp.a AST/*.o sat/core/*.or simplifier/*.o bitvec/*.o constantbv/*.o c_interface/*.o parser/let-funcs.o parser/parseCVC.o parser/lexCVC.o $(RANLIB) libstp.a @mkdir -p lib @mv libstp.a lib/