mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 10:58:10 +01:00
Makefile: Fix install target to depend on the all target.
Otherwise, it would just fail if you hadn't run "make" already.
This commit is contained in:
parent
508d2d2ff7
commit
73ee42be36
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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 \
|
||||
|
|
Loading…
Reference in a new issue