aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar notin <notin@85f007b7-540e-0410-9357-904b9bb8a0f7>2009-01-06 20:35:24 +0000
committerGravatar notin <notin@85f007b7-540e-0410-9357-904b9bb8a0f7>2009-01-06 20:35:24 +0000
commitd795621ceb458eca1f878ea0bbd482311a782807 (patch)
tree1e3adb145142a157b1ef4690882f22e22a167e11 /Makefile
parent2c77848eec68bfaf0b29290f4c5e9fd153342d56 (diff)
Conversion du fichier 'revision' en un fichier .ml + correction d'un bug dans le configure introduit par les révisions 11754 et 11755
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11756 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 0eaf689dd..9d23feeb4 100644
--- a/Makefile
+++ b/Makefile
@@ -208,7 +208,7 @@ depclean:
find . $(FIND_VCS_CLAUSE) -name '*.d' | xargs rm -f
cleanconfig:
- rm -f config/Makefile config/coq_config.ml dev/ocamldebug-v7 ide/undo.mli
+ rm -f config/Makefile config/coq_config.ml dev/ocamldebug-v7 ide/undo.mli $(REVISIONML)
distclean: clean cleanconfig