summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--emacs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/Makefile b/emacs/Makefile
index c727ebf62..56ee612a3 100644
--- a/emacs/Makefile
+++ b/emacs/Makefile
@@ -30,6 +30,7 @@ install:
simple-install:
@echo "Installing in $(EMACSDIR)..."
+ if test -d $(EMACSDIR); then : ; else mkdir -p $(EMACSDIR); fi
cp $(FILES) $(EMACSDIR)
cd $(EMACSDIR); $(EMACS) --batch --eval '$(COMPILECMD)'