X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=Makefile.local;h=067fe51ad61b19e27c496f8b40ba063e94f368ab;hb=1a6208bfbd2eeba3da5e570c33506515b115c42e;hp=5474efc66d30226380d0992b530b4effc14fec30;hpb=97c7cffdc6e0047bb49a899b013516bc3022e580;p=obsolete%2Fnotmuch-old 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