diff Makefile @ 89:939add5a7db9

Remove -impredicative-set
author Adam Chlipala <adamc@hcoop.net>
date Tue, 07 Oct 2008 10:49:07 -0400
parents d992227e4814
children ec0fb0f00f46
line wrap: on
line diff
--- a/Makefile	Tue Oct 07 10:43:54 2008 -0400
+++ b/Makefile	Tue Oct 07 10:49:07 2008 -0400
@@ -15,8 +15,8 @@
 
 Makefile.coq: Makefile $(VS)
 	coq_makefile $(VS) \
-		COQC = "coqc -I src -impredicative-set \
-			-dump-glob $(GLOBALS)" \
+		COQC = "coqc -I src -dump-glob $(GLOBALS)" \
+		COQDEP = "coqdep -I src" \
 		-o Makefile.coq
 
 clean:: Makefile.coq