aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2009-11-20 12:58:42 +0100
committerGravatar Carl Worth <cworth@cworth.org>2009-11-20 12:58:42 +0100
commit1ddba66a3f4a7a118bc774d16cde00739144afcf (patch)
tree290643d6daaece42c6e08fceb9f25b396aabc1b4 /Makefile
parent31b54bc78735c628035a046e526ac4c596d830cf (diff)
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
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)