]> git.notmuchmail.org Git - notmuch/blobdiff - Makefile.local
Makefile: Simplify the conditional message of the all target.
[notmuch] / Makefile.local
index 8d2587466988d248a9ebc89c954846d9c9bfedc3..6d29790b8c443b4aa71c848116ac49bce7f2cf90 100644 (file)
@@ -26,7 +26,7 @@ notmuch: $(notmuch_client_modules) lib/notmuch.a
 notmuch.1.gz: notmuch.1
        $(call quiet,gzip) --stdout $^ > $@
 
 notmuch.1.gz: notmuch.1
        $(call quiet,gzip) --stdout $^ > $@
 
-install: all-without-message notmuch.1.gz
+install: all notmuch.1.gz
        for d in $(DESTDIR)$(prefix)/bin/ $(DESTDIR)$(prefix)/share/man/man1 ; \
        do \
                install -d $$d ; \
        for d in $(DESTDIR)$(prefix)/bin/ $(DESTDIR)$(prefix)/share/man/man1 ; \
        do \
                install -d $$d ; \