fix -dont-load-proofs option in Makefile
authorAdam Megacz <megacz@cs.berkeley.edu>
Sun, 27 Mar 2011 19:21:45 +0000 (12:21 -0700)
committerAdam Megacz <megacz@cs.berkeley.edu>
Sun, 27 Mar 2011 19:21:45 +0000 (12:21 -0700)
Makefile

index 2d65894..d8bc76a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ default: build/CoqPass.hs
 
 build/CoqPass.hs: $(allfiles)
        make build/Makefile.coq
-       cd build; make -f Makefile.coq OPTS=-dont-load-proofs ExtractionMain.vo
+       cd build; make -f Makefile.coq OPT=-dont-load-proofs ExtractionMain.vo
        cd build; make -f Makefile.coq Extraction.vo
        cat src/Extraction-prefix.hs                                     > build/CoqPass.hs
        cat build/Extraction.hs | grep -v '^module' | grep -v '^import' >> build/CoqPass.hs