aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/Makefile.local
diff options
context:
space:
mode:
authorGravatar David Bremner <bremner@debian.org>2011-06-25 09:45:58 -0300
committerGravatar Carl Worth <cworth@cworth.org>2011-06-28 11:59:48 -0700
commit891082befa4edd55acadbd0a66ff080f3e6dce9b (patch)
tree4276a7e1853eb66a852d814cdba89d1babc24909 /lib/Makefile.local
parente59eaa5ddd2c23742c95e2acd34673b58ea34d2d (diff)
libnotmuch: fix typos in CLEAN setting, add file
- c0961e6 introduced a missing slash between $(dir)$(LIBNAME) and missing $(dir) in front of libnotmuch.a - cdf1c70a created a file $(dir)/notmuch.h.gch and neglected to add it to CLEAN
Diffstat (limited to 'lib/Makefile.local')
-rw-r--r--lib/Makefile.local4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/Makefile.local b/lib/Makefile.local
index a33ba34d..eaa8af42 100644
--- a/lib/Makefile.local
+++ b/lib/Makefile.local
@@ -103,4 +103,6 @@ install-$(dir): $(dir)/$(LIBNAME)
$(LIBRARY_INSTALL_POST_COMMAND)
SRCS := $(SRCS) $(libnotmuch_c_srcs) $(libnotmuch_cxx_srcs)
-CLEAN := $(CLEAN) $(libnotmuch_modules) $(dir)/$(SONAME) $(dir)/$(LINKER_NAME) $(dir)$(LIBNAME) libnotmuch.a notmuch.aux notmuch.sym
+CLEAN += $(libnotmuch_modules) $(dir)/$(SONAME) $(dir)/$(LINKER_NAME)
+CLEAN += $(dir)/$(LIBNAME) $(dir)/libnotmuch.a notmuch.aux notmuch.sym
+CLEAN += $(dir)/notmuch.h.gch