aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--distrib/coq.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/coq.spec b/distrib/coq.spec
index 14e5af155a..4027c7e8c9 100644
--- a/distrib/coq.spec
+++ b/distrib/coq.spec
@@ -27,10 +27,10 @@ Coq is a proof assistant which:
%build
./configure -bindir /usr/bin -libdir /usr/lib/coq -mandir /usr/man -emacs emacs -emacslib /usr/share/emacs/site-lisp -opt # Need ocamlc.opt and ocamlopt.opt
-make world-opt world # Use native coq to compile theories
+make world # Use native coq to compile theories
%clean
-make cleanall
+make clean
%install
make -e COQINSTALLPREFIX=$RPM_BUILD_ROOT/ install