]> git.notmuchmail.org Git - notmuch/commitdiff
Makefile: Remove unused variable emacs_startdir
authorCarl Worth <cworth@cworth.org>
Fri, 20 Nov 2009 11:58:42 +0000 (12:58 +0100)
committerCarl Worth <cworth@cworth.org>
Fri, 20 Nov 2009 11:58:42 +0000 (12:58 +0100)
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.

Makefile

index 17fa4a2206bd520e02270223bb6d380e2ec26f54..9e44d90a3a35134cd7beb6d92b775fe0f77fb2e4 100644 (file)
--- 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)
 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)
 
 # Now smash together user's values with our extra values
 override CFLAGS += $(WARN_FLAGS) $(extra_cflags)