From e8b70c80a818804a19010c6ab3fd8f9a8e1d2e2a Mon Sep 17 00:00:00 2001 From: "Kai Tetzlaff (NSN/cnu320c4qn)" Date: Mon, 19 Aug 2013 11:34:34 +0200 Subject: [PATCH] Makefile: update bbdb rules --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 74418a3..2c03e9c 100644 --- a/Makefile +++ b/Makefile @@ -245,11 +245,11 @@ bbdb/Makefile :\ bbdb/tex/Makefile.in\ | $(DOT_DIR)/share/texmf/.dir cd $(@D) && ./configure\ - --with-emacs=$(call fixpath-shell,$(EMACS))\ + EMACS=$(call fixpath-shell,$(EMACS))\ + --prefix=$(DOT_DIR)\ --datarootdir=$(DOT_DIR)\ + --datadir=$(DOT_DIR)/share/texmf\ --with-lispdir=$(LISP_DIR)/bbdb\ - --with-tex-dir=$(DOT_DIR)/share/texmf\ - --with-texmf-dir=$(DOT_DIR)/share/texmf bbdb: bbdb/Makefile $(MAKE) -C $(DIR-$@) install