diff options
| author | narboux | 2003-04-01 14:59:00 +0000 |
|---|---|---|
| committer | narboux | 2003-04-01 14:59:00 +0000 |
| commit | 4ad0cf3dab8b1a12daf7f6b89de35eb28c476791 (patch) | |
| tree | 028f838e07a3a07bb8655d9de05eb3312146867b /Makefile | |
| parent | 01de2a9cf4f4d668e00f8923140654242639ef8d (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |
