From 3cc1878faf7e5cc8c3d797cdafeeb3c92e5b46b5 Mon Sep 17 00:00:00 2001 From: Vladimir 'phcoder' Serbinenko Date: Thu, 30 May 2013 21:55:18 +0200 Subject: [PATCH] * grub-core/Makefile.am: Fix compilation problem with some automake versions. --- ChangeLog | 5 +++++ grub-core/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b468a0ae4..fae4b6c19 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-05-30 Vladimir Serbinenko + + * grub-core/Makefile.am: Fix compilation problem with some + automake versions. + 2013-05-30 Vladimir Serbinenko * configure.ac: Add Ubuntu path to unifont and report unifont path used. diff --git a/grub-core/Makefile.am b/grub-core/Makefile.am index c350b5ab1..bc63a55a8 100644 --- a/grub-core/Makefile.am +++ b/grub-core/Makefile.am @@ -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