diff options
author | Ryan Kavanagh <rak@debian.org> | 2013-06-27 15:23:00 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2013-06-27 15:23:00 -0400 |
commit | 5b8c61000c02e00c0ebce3ee03b7e537c3500b45 (patch) | |
tree | 25b574fce3b7a048f71a32ec170a6ce7de5975c1 /emacsen | |
parent | Updated auto-complete (diff) |
auto-complete mode builds/installs again
Diffstat (limited to 'emacsen')
-rw-r--r-- | emacsen/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/emacsen/Makefile b/emacsen/Makefile index ae57ff4..91a4b9a 100644 --- a/emacsen/Makefile +++ b/emacsen/Makefile @@ -50,7 +50,7 @@ clean-auto-indent-mode clean-markdown-mode clean-popup clean-dictem: echo $@ make-auto-complete: - $(MAKE) -C $(@:make-%=%) -e EMACS="emacs -L ../popup/" + $(MAKE) -C $(@:make-%=%) -e EMACS="emacs -L lib/popup/" touch $@ make-bbdb: make-vm @@ -75,7 +75,8 @@ make-vm: install-auto-complete: -mkdir -p $(EMACSD)/$(@:install-%=%) - $(MAKE) -C $(@:install-%=%) -e DIR=$(EMACSD)/$(@:install-%=%) install + $(MAKE) -C $(@:install-%=%) -e DIR=$(EMACSD)/$(@:install-%=%) \ + -e EMACS="emacs -L lib/popup/" install install-auto-indent-mode: -mkdir -p $(EMACSD)/$(@:install-%=%) |