From 2770604dee7579f285f1818d7d4489a8de40b17d Mon Sep 17 00:00:00 2001
From: Ryan Kavanagh <rak@debian.org>
Date: Fri, 5 Apr 2013 09:20:15 -0400
Subject: Install BBDB to ~/.emacs.d/bbdb now

---
 emacsen/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

(limited to 'emacsen/Makefile')

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 $@
 
-- 
cgit v1.2.3