From: Carl Worth Date: Fri, 20 Nov 2009 11:58:42 +0000 (+0100) Subject: Makefile: Remove unused variable emacs_startdir X-Git-Tag: 0.1~412 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=1ddba66a3f4a7a118bc774d16cde00739144afcf;ds=sidebyside Makefile: Remove unused variable emacs_startdir This was added in a prelimnary version of a previous commit that would automatically load notmuch.el for anyone running emacs. It's not used at all in the current Makefile. --- diff --git a/Makefile b/Makefile index 17fa4a22..9e44d90a 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,6 @@ extra_cflags := $(shell pkg-config --cflags glib-2.0 gmime-2.4 talloc) extra_cxxflags := $(shell xapian-config --cxxflags) emacs_lispdir := $(shell pkg-config emacs --variable sitepkglispdir) -emacs_startdir := $(shell pkg-config emacs --variable sitestartdir) # Now smash together user's values with our extra values override CFLAGS += $(WARN_FLAGS) $(extra_cflags)