From 1ddba66a3f4a7a118bc774d16cde00739144afcf Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Fri, 20 Nov 2009 12:58:42 +0100 Subject: 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. --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to '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) -- cgit v1.2.3