]> git.notmuchmail.org Git - notmuch/blobdiff - Makefile.local
Makefile: Fix to work even with GZIP environment variable set.
[notmuch] / Makefile.local
index 3c9962409b60390eefbe5b04becb4f99f00a6a2f..b6d3db3cd8f19f0f4ffe382d123222c2145318a2 100644 (file)
@@ -20,10 +20,10 @@ notmuch_client_srcs =               \
 
 notmuch_client_modules = $(notmuch_client_srcs:.c=.o)
 notmuch: $(notmuch_client_modules) lib/notmuch.a
-       $(CXX) $^ $(LDFLAGS) -o $@
+       $(call quiet,CXX) $^ $(LDFLAGS) -o $@
 
 notmuch.1.gz: notmuch.1
-       gzip --stdout notmuch.1 > notmuch.1.gz
+       $(call quiet,gzip) --stdout $^ > $@
 
 install: all notmuch.1.gz
        for d in $(DESTDIR)$(prefix)/bin/ $(DESTDIR)$(prefix)/share/man/man1 \