aboutsummaryrefslogtreecommitdiffhomepage
path: root/emacs/Makefile.local
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/Makefile.local')
-rw-r--r--emacs/Makefile.local2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/Makefile.local b/emacs/Makefile.local
index 86f9b07f..9ea8e491 100644
--- a/emacs/Makefile.local
+++ b/emacs/Makefile.local
@@ -22,11 +22,13 @@ emacs_bytecode := $(subst .el,.elc,$(emacs_sources))
%.elc: %.el
$(call quiet,EMACS) --directory emacs -batch -f batch-byte-compile $<
+ifeq ($(WITH_EMACS),1)
ifeq ($(HAVE_EMACS),1)
all: $(emacs_bytecode)
endif
install: install-emacs
+endif
.PHONY: install-emacs
install-emacs: