]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/Makefile.am: Fix compilation problem with some
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Thu, 30 May 2013 19:55:18 +0000 (21:55 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Thu, 30 May 2013 19:55:18 +0000 (21:55 +0200)
automake versions.

ChangeLog
grub-core/Makefile.am

index b468a0ae47ecae75e2f464e816805e8376b6150a..fae4b6c197c706bc1c57dfb9cfcfe57b1cfc3e88 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-05-30  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/Makefile.am: Fix compilation problem with some
+       automake versions.
+
 2013-05-30  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * configure.ac: Add Ubuntu path to unifont and report unifont path used.
index c350b5ab1ae1f3ceae984f1cfd909dcc37057462..bc63a55a84de6ff0f6b3e4ff8111c667bd5a3092 100644 (file)
@@ -37,7 +37,7 @@ CLEANFILES += gentrigtables
 
 # trigtables.c
 trigtables.c: gentrigtables gentrigtables.c $(top_srcdir)/configure.ac
-       $(builddir)/gentrigtables > $@
+       ./gentrigtables > $@
 CLEANFILES += trigtables.c
 
 gensm712: video/sm712.c