aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorGravatar David Bremner <bremner@debian.org>2011-06-29 07:42:02 -0300
committerGravatar Carl Worth <cworth@cworth.org>2011-06-29 15:35:47 -0700
commitf4dae4e5a199c843cfe139f1c1496eac3e1d120e (patch)
treede7c757c1c379762540b8dd01189e0d3c095b971 /lib
parent47afbdfb7995d703987a273bccc3a60fedc6dd08 (diff)
lib/Makefile.local: remove leftover debugging output.
The removed "echo $(libnotmuch_modules)" was strictly for debugging. Thanks to Austin Clements for the hint.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.local1
1 files changed, 0 insertions, 1 deletions
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