]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/Makefile.am (gentrigtables): Put -lm after $<; some
authorColin Watson <cjwatson@ubuntu.com>
Tue, 23 Nov 2010 13:00:05 +0000 (13:00 +0000)
committerColin Watson <cjwatson@ubuntu.com>
Tue, 23 Nov 2010 13:00:05 +0000 (13:00 +0000)
linkers are picky about this.

ChangeLog
grub-core/Makefile.am

index 4a09faca4f0a23cbb9b442555c89804d5fd3a96e..5f38faf426880e99b9dcf2fa73effa5e11121ced 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
index 131fa5fd760a50f256d1b7c0da8027dbb6a1c16a..073ce37f6f4037ef5c96a52dc1bff63249873f9c 100644 (file)
@@ -30,7 +30,7 @@ CCASFLAGS_LIBRARY += $(CCASFLAGS_PLATFORM)
 
 # 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