linkers are picky about this.
+2010-11-23 Colin Watson <cjwatson@ubuntu.com>
+
+ * grub-core/Makefile.am (gentrigtables): Put -lm after $<; some
+ linkers are picky about this.
+
2010-11-23 Colin Watson <cjwatson@ubuntu.com>
* grub-core/Makefile.am (command.lst): Adjust sed expression
# gentrigtables
gentrigtables: gentrigtables.c
- $(BUILD_CC) -o $@ -I$(top_srcdir)/include $(CPPFLAGS) -lm $<
+ $(BUILD_CC) -o $@ -I$(top_srcdir)/include $(CPPFLAGS) $< -lm
CLEANFILES += gentrigtables
# trigtables.c