]> git.donarmstrong.com Git - lib.git/commitdiff
tweak rule to include .. in configuration directory
authorDon Armstrong <don@donarmstrong.com>
Mon, 29 Dec 2014 17:37:19 +0000 (09:37 -0800)
committerDon Armstrong <don@donarmstrong.com>
Mon, 29 Dec 2014 17:37:19 +0000 (09:37 -0800)
emacs_el/configuration/Makefile

index b85c3cc588282a4e76dfcfe70235d1281a728f62..a249abf2bf0c4d920155835e2398dcdda2011411 100644 (file)
@@ -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