]> git.cworth.org Git - obsolete/notmuch-old/blobdiff - Makefile.local
Put $(LDFLAGS) after the list of object files.
[obsolete/notmuch-old] / Makefile.local
index 6bc01a5db8e66733efeca1943cda6c37e2d0165c..c44d160378ea7f89f7f98f8dfff941aa825a00b9 100644 (file)
@@ -18,7 +18,7 @@ notmuch_client_srcs =         \
 
 notmuch_client_modules = $(notmuch_client_srcs:.c=.o)
 notmuch: $(notmuch_client_modules) lib/notmuch.a
-       $(CXX) $(LDFLAGS) $^ -o $@
+       $(CXX) $^ $(LDFLAGS) -o $@
 
 notmuch.1.gz: notmuch.1
        gzip --stdout notmuch.1 > notmuch.1.gz