Makefile: update bbdb rules

This commit is contained in:
Kai Tetzlaff (NSN/cnu320c4qn) 2013-08-19 11:34:34 +02:00
parent 46ac212468
commit e8b70c80a8

View File

@ -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