branch: externals/caml
commit 4060fd2eb7faf977b233dca5153cb23f6c400b7a
Author: Damien Doligez <damien.doligez-inria.fr>
Commit: Damien Doligez <damien.doligez-inria.fr>

    Fix: ne pas ecraser EMACSDIR qui est donne par la ligne de commande de make.
    
    
    git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1586 
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 2c4d8c3..b9c4f63 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 FILES=caml-font.el caml-hilit.el caml.el camldebug.el inf-caml.el
 
 # Where to install. If empty, automatically determined.
-EMACSDIR=
+#EMACSDIR=
 
 # Name of Emacs executable
 EMACS=emacs

Reply via email to