aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorfilliatr2000-11-02 14:33:31 +0000
committerfilliatr2000-11-02 14:33:31 +0000
commite59113f1bdf4d8c98d956c01f51ae019942d92cd (patch)
treec1ef110c92fbab4112b3e8584e8a8b649f435a70 /Makefile
parentf0a793f123683eaab6bab9968725febe7c311f05 (diff)
suppression des (* open Generic *)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@793 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7c995fed35..854e737255 100644
--- a/Makefile
+++ b/Makefile
@@ -152,7 +152,7 @@ world: $(COQBINARIES) states theories contrib tools
coqtop.opt: $(COQMKTOP) $(CMX) $(USERTACCMX)
$(COQMKTOP) -opt $(OPTFLAGS) -o coqtop.opt
- $(STRIP) ./coqtop.opt
+# $(STRIP) ./coqtop.opt
coqtop.byte: $(COQMKTOP) $(CMO) $(USERTACCMO)
$(COQMKTOP) -top $(BYTEFLAGS) -o coqtop.byte