summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emacs/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/emacs/Makefile b/emacs/Makefile
index dcda075567..6c50a5a8a9 100644
--- a/emacs/Makefile
+++ b/emacs/Makefile
@@ -1,7 +1,5 @@
# $Id$
-include ../config/Makefile
-
# Files to install
FILES= caml-font.el caml-hilit.el caml.el camldebug.el \
inf-caml.el caml-compat.el caml-help.el
@@ -13,7 +11,7 @@ FILES= caml-font.el caml-hilit.el caml.el camldebug.el \
EMACS=emacs
# Where to install ocamltags script
-SCRIPTDIR = $(BINDIR)
+SCRIPTDIR = /usr/local/bin
# Command for byte-compiling the files
COMPILECMD=(progn \