diff options
author | notin <notin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2007-10-02 15:37:41 +0000 |
---|---|---|
committer | notin <notin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2007-10-02 15:37:41 +0000 |
commit | 4e886dae911fd9cf88177bea7c877b39f6f3ca0f (patch) | |
tree | 6d6b9e57a1d5488743deb2ad0af0b6c3d145f1bc /config/Makefile.template | |
parent | 69fa70e155ee34b1b154430b490fc0339c08f211 (diff) |
Fix a problem doing 'make clean' under Winodws
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10165 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'config/Makefile.template')
-rw-r--r-- | config/Makefile.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Makefile.template b/config/Makefile.template index 651985488..4e2cc42b0 100644 --- a/config/Makefile.template +++ b/config/Makefile.template @@ -34,7 +34,7 @@ EMACSLIB="EMACSLIBDIRECTORY" EMACS=EMACSCOMMAND # Path to Coq distribution -COQTOP=COQTOPDIRECTORY +COQSRC=COQSRCDIRECTORY VERSION=COQVERSION # Directory containing Camlp4 binaries. Can be empty if camlp4 is in the PATH |