X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=Makefile.local;h=af1c9b5c55a55c4034994fc0df6075b665cac182;hp=4b29ad832324ef55dbdff1a1f3a72e8a972f3286;hb=c7f971e8c02524ee2435406f0c14791b75c10e20;hpb=9ea8bb11d4d35cc4222931ea498763fc705f1d02;ds=sidebyside diff --git a/Makefile.local b/Makefile.local index 4b29ad83..af1c9b5c 100644 --- a/Makefile.local +++ b/Makefile.local @@ -22,7 +22,7 @@ notmuch_client_srcs = \ notmuch_client_modules = $(notmuch_client_srcs:.c=.o) notmuch: $(notmuch_client_modules) lib/notmuch.a - $(call quiet,CXX) $^ $(LDFLAGS) -o $@ + $(call quiet,CXX,$(LDFLAGS)) $^ $(FINAL_LDFLAGS) -o $@ notmuch.1.gz: notmuch.1 $(call quiet,gzip) --stdout $^ > $@