From 73ee42be369673d8788f1f8eafdc969d56ce9c4f Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Fri, 6 Nov 2009 09:33:44 -0800 Subject: [PATCH] Makefile: Fix install target to depend on the all target. Otherwise, it would just fail if you hadn't run "make" already. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8fa81c61..280b5566 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ Makefile.dep: *.c *.cc notmuch.1.gz: gzip --stdout notmuch.1 > notmuch.1.gz -install: notmuch.1.gz +install: all notmuch.1.gz install -C -D notmuch $(DESTDIR)/usr/bin/notmuch install -C -D notmuch.1.gz $(DESTDIR)/usr/share/man/man1 install -C -D notmuch-completion.bash \ -- 2.43.0