aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornarboux2003-04-01 14:59:00 +0000
committernarboux2003-04-01 14:59:00 +0000
commit4ad0cf3dab8b1a12daf7f6b89de35eb28c476791 (patch)
tree028f838e07a3a07bb8655d9de05eb3312146867b /Makefile
parent01de2a9cf4f4d668e00f8923140654242639ef8d (diff)
remplace == par = dans la tactique field pour que le debugger marche a nouveau apres suppression de == par hugo
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3837 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 ae40372305..56ede000e4 100644
--- a/Makefile
+++ b/Makefile
@@ -315,7 +315,7 @@ COQTOP=bin/coqtop$(EXE)
COQINTERFACE=bin/coq-interface$(EXE) bin/coq-interface.opt$(EXE) bin/parser$(EXE)
COQBINARIES= $(COQMKTOP) $(COQC) $(COQTOPBYTE) $(BESTCOQTOP) $(COQTOP) \
-# $(COQINTERFACE)
+ $(COQINTERFACE)
coqbinaries:: ${COQBINARIES}