* grub-core/Makefile.am (gentrigtables): Put -lm after $<; some

linkers are picky about this.
This commit is contained in:
Colin Watson 2010-11-23 13:00:05 +00:00
parent bf16e98e3c
commit 038b3ce8dc
2 changed files with 6 additions and 1 deletions

View File

@ -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

View 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