Makefile: Fix order of arguments in linker callmaster
commit3473166829fcdbb2331af7b01ccba53fd00c064a
authorJan Krüger <jk@jk.gs>
Tue, 15 Jan 2013 18:35:34 +0000 (15 19:35 +0100)
committerJan Krüger <jk@jk.gs>
Tue, 15 Jan 2013 18:35:34 +0000 (15 19:35 +0100)
treef42f79c967bf770f1a726f10103efd14bf9590d2
parent2e508fe7f73095079c3209ae9a3fb4947c00b9db
Makefile: Fix order of arguments in linker call

Apparently compilers have gotten pickier about the ordering of arguments
for linking.

Thanks to more-or-less anonymous commenters on my blog for noticing this
one and notifying me.
Makefile