mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 19:08:09 +01:00
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
This commit is contained in:
parent
e59eaa5ddd
commit
891082befa
1 changed files with 3 additions and 1 deletions
|
@ -103,4 +103,6 @@ install-$(dir): $(dir)/$(LIBNAME)
|
||||||
$(LIBRARY_INSTALL_POST_COMMAND)
|
$(LIBRARY_INSTALL_POST_COMMAND)
|
||||||
|
|
||||||
SRCS := $(SRCS) $(libnotmuch_c_srcs) $(libnotmuch_cxx_srcs)
|
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
|
||||||
|
|
Loading…
Reference in a new issue