From: Peter Wang Date: Thu, 19 Nov 2009 08:13:35 +0000 (+1100) Subject: Put $(LDFLAGS) after the list of object files. X-Git-Tag: 0.1~419 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=ddac17343a30976cae82c9f57419c063e1585cc0;hp=ddac17343a30976cae82c9f57419c063e1585cc0 Put $(LDFLAGS) after the list of object files. Some linkers on some systems are particularly picky about the order of arguments in order to properly linkt. So this fixes failures on some systems. ---