update emacsd.mk
This commit is contained in:
parent
57705ffeb9
commit
52226a4cbc
14
emacsd.mk
14
emacsd.mk
@ -20,3 +20,17 @@ CEDET_HOME := $(subst /cygdrive/d,,$(LISP_DIR)/cedet)
|
|||||||
|
|
||||||
#$(error fixpath: '$(call fixpath,$(HOME))')
|
#$(error fixpath: '$(call fixpath,$(HOME))')
|
||||||
|
|
||||||
|
|
||||||
|
# #########################################################################
|
||||||
|
# general pattern rules
|
||||||
|
# #########################################################################
|
||||||
|
%.elc : %.el
|
||||||
|
$(EMACS) -batch -q -no-site-file\
|
||||||
|
$(addprefix -L ,$(LOAD_PATH))\
|
||||||
|
$(EMACSFLAGS)\
|
||||||
|
-f batch-byte-compile $(call emacspath,$?)
|
||||||
|
|
||||||
|
|
||||||
|
# Local Variables:
|
||||||
|
# tab-width: 2
|
||||||
|
# End:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user