update mk files
This commit is contained in:
parent
e46a2eefcb
commit
01e1bd9ae8
@ -2,10 +2,10 @@
|
||||
# general emacs lisp pattern rules
|
||||
# #########################################################################
|
||||
%/elisp-all:
|
||||
"$(MAKE)" -C $* $(@F)
|
||||
"$(call fixpath-shell,$(MAKE))" -C $* $(@F)
|
||||
|
||||
%.elc : %.el
|
||||
"$(EMACS)"\
|
||||
"$(call fixpath-shell,$(EMACS))"\
|
||||
--eval '(setq vc-handled-backends nil)' -batch -q -no-site-file\
|
||||
$(addprefix -L ,$(LOAD_PATH)) $(EMACSFLAGS)\
|
||||
-f batch-byte-compile $(call emacspath,$?)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user