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