aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.local
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.local')
-rw-r--r--Makefile.local2
1 files changed, 1 insertions, 1 deletions
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