From: David Bremner Date: Wed, 29 Jun 2011 10:42:02 +0000 (-0300) Subject: lib/Makefile.local: remove leftover debugging output. X-Git-Tag: 0.7_rc1~29 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=f4dae4e5a199c843cfe139f1c1496eac3e1d120e;p=notmuch lib/Makefile.local: remove leftover debugging output. The removed "echo $(libnotmuch_modules)" was strictly for debugging. Thanks to Austin Clements for the hint. --- diff --git a/lib/Makefile.local b/lib/Makefile.local index 6dd095c5..fe429207 100644 --- a/lib/Makefile.local +++ b/lib/Makefile.local @@ -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