]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2010-01-20 Vladimir Serbinenko <phcoder@gmail.com>
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 20 Jan 2010 14:43:21 +0000 (15:43 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 20 Jan 2010 14:43:21 +0000 (15:43 +0100)
* conf/common.rmk (font/font.c_DEPENDENCIES): Condition on FONT_SOURCE.

ChangeLog
conf/common.rmk

index c4048a66e514df136c5a1d062648861612083eeb..c6b4d7baf0bc21895a469101a097257291b99f6c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-01-20  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * conf/common.rmk (font/font.c_DEPENDENCIES): Condition on FONT_SOURCE.
+
 2010-01-20  Robert Millan  <rmh.grub@aybabtu.com>
 
        * util/misc.c (make_system_path_relative_to_its_root): Work around
index 956ed8ec349a5a05845365d3979a8829113061b2..4e5ed9c73359777a3800f2b8a880a36f9fd182fd 100644 (file)
@@ -638,7 +638,9 @@ png_mod_CFLAGS = $(COMMON_CFLAGS)
 png_mod_LDFLAGS = $(COMMON_LDFLAGS)
 
 pkglib_MODULES += font.mod
+ifneq (, $(FONT_SOURCE))
 font/font.c_DEPENDENCIES = ascii.h
+endif
 font_mod_SOURCES = font/font_cmd.c font/font.c
 font_mod_CFLAGS = $(COMMON_CFLAGS)
 font_mod_LDFLAGS = $(COMMON_LDFLAGS)