From b8683de2c870aaa5f0e763ea9cca1ecdd9d8edd5 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 29 Dec 2014 09:37:19 -0800 Subject: [PATCH] tweak rule to include .. in configuration directory --- emacs_el/configuration/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2