aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Makefile.devel5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.devel b/Makefile.devel
index d6411a06..4ee64b53 100644
--- a/Makefile.devel
+++ b/Makefile.devel
@@ -211,11 +211,6 @@ SUBDIRS=$(ELISP_DIRS) etc doc images
PWD=$(shell pwd)
-BYTECOMP = $(BATCHEMACS) -eval '(setq load-path (append (list "$(PWD)/generic" "$(PWD)/lib" "$(PWD)/lego" "$(PWD)/coq" "$(PWD)/isar") load-path))' -f batch-byte-compile
-
-EL=$(shell for f in $(ELISP_DIRS); do ls $$f/*.el; done)
-ELC=$(EL:.el=.elc)
-
%.gz: %
gzip -f $*