mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 04:18:08 +01:00
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.
This commit is contained in:
parent
31b54bc787
commit
1ddba66a3f
1 changed files with 0 additions and 1 deletions
1
Makefile
1
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)
|
||||
|
|
Loading…
Reference in a new issue