mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
lib/Makefile.local: remove leftover debugging output.
The removed "echo $(libnotmuch_modules)" was strictly for debugging. Thanks to Austin Clements for the hint.
This commit is contained in:
parent
47afbdfb79
commit
f4dae4e5a1
1 changed files with 0 additions and 1 deletions
|
@ -72,7 +72,6 @@ $(dir)/libnotmuch.a: $(libnotmuch_modules)
|
|||
$(call quiet,AR) rcs $@ $^
|
||||
|
||||
$(dir)/$(LIBNAME): $(libnotmuch_modules) notmuch.sym
|
||||
echo $(libnotmuch_modules)
|
||||
$(call quiet,CXX $(CXXFLAGS)) $(libnotmuch_modules) $(FINAL_LIBNOTMUCH_LDFLAGS) $(LIBRARY_LINK_FLAG) -o $@
|
||||
|
||||
notmuch.sym: lib/notmuch.h
|
||||
|
|
Loading…
Reference in a new issue