X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=Makefile.local;h=067fe51ad61b19e27c496f8b40ba063e94f368ab;hp=5474efc66d30226380d0992b530b4effc14fec30;hb=da5a2e2fe68a6f3393053e4cd2eef66331b42872;hpb=c5dccd851a8b79d8cedbfc8f2d2b8f9be2b7fa5a diff --git a/Makefile.local b/Makefile.local index 5474efc6..067fe51a 100644 --- a/Makefile.local +++ b/Makefile.local @@ -1,7 +1,7 @@ all: notmuch notmuch: notmuch.o lib/notmuch.a - $(CC) $(NOTMUCH_LDFLAGS) $^ -o $@ + $(CC) $(LDFLAGS) $^ -o $@ notmuch.1.gz: gzip --stdout notmuch.1 > notmuch.1.gz