X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=280b5566bb25e36239b280fbccba881c8e9c3fea;hb=39429339624f8d29db8f523d52a81c70001ebebe;hp=348d8772d7842e07171b8bc5904800d67b4d1ae4;hpb=f6183a92b5b375370238fe5dc9da672d115bdd6a;p=notmuch diff --git a/Makefile b/Makefile index 348d8772..280b5566 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,6 @@ NOTMUCH_LDFLAGS=`pkg-config --libs glib-2.0 gmime-2.4 talloc` \ LIBRARY= \ database.o \ - date.o \ index.o \ libsha1.o \ message.o \ @@ -46,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 \