aboutsummaryrefslogtreecommitdiff
path: root/emacsen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emacsen/Makefile')
-rw-r--r--emacsen/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/emacsen/Makefile b/emacsen/Makefile
index be8a50f..ae57ff4 100644
--- a/emacsen/Makefile
+++ b/emacsen/Makefile
@@ -54,7 +54,9 @@ make-auto-complete:
touch $@
make-bbdb: make-vm
- cd $(@:make-%=%) && autoconf && ./configure --prefix=$(EMACSD) --without-tex-dir --with-vm-dir=$(EMACSEN)/vm/lisp
+ cd $(@:make-%=%) && autoconf && ./configure --prefix=$(EMACSD) --without-tex-dir \
+ --with-vm-dir=$(EMACSEN)/vm/lisp \
+ --with-lispdir=$(EMACSD)bbdb
$(MAKE) -C $(@:make-%=%)
touch $@