aboutsummaryrefslogtreecommitdiffhomepage
path: root/distrib
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-12-22 10:17:33 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-12-22 10:17:33 +0000
commit26e2c26277eb6d83f97af3168a4684dcacc5c4a2 (patch)
treef8fe5b4e2bfc9e4303aae61f1128fab78512a50c /distrib
parent87e4e5e4e7c2191fb84d42873137b5f6846d3b49 (diff)
cleanall
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1194 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'distrib')
-rw-r--r--distrib/coq.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/coq.spec b/distrib/coq.spec
index 14e5af155..4027c7e8c 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