update emacsd.mk

This commit is contained in:
Kai Tetzlaff 2012-07-25 09:08:26 +02:00
parent 57705ffeb9
commit 52226a4cbc

View File

@ -20,3 +20,17 @@ CEDET_HOME := $(subst /cygdrive/d,,$(LISP_DIR)/cedet)
#$(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: