From: Don Armstrong Date: Mon, 29 Dec 2014 17:37:19 +0000 (-0800) Subject: tweak rule to include .. in configuration directory X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b8683de2c870aaa5f0e763ea9cca1ecdd9d8edd5;p=lib.git tweak rule to include .. in configuration directory --- diff --git a/emacs_el/configuration/Makefile b/emacs_el/configuration/Makefile index b85c3cc..a249abf 100644 --- a/emacs_el/configuration/Makefile +++ b/emacs_el/configuration/Makefile @@ -13,7 +13,7 @@ all: $(ELC_FILES) EMACS=emacs %.elc: %.el - $(EMACS) -q -no-site-file -L . --no-site-file -batch -f batch-byte-compile $<; + $(EMACS) -q -no-site-file -L . -L .. --no-site-file -batch -f batch-byte-compile $<; clean: rm -f *.elc