2010-01-20 Vladimir Serbinenko <phcoder@gmail.com>

* conf/common.rmk (font/font.c_DEPENDENCIES): Condition on FONT_SOURCE.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-01-20 15:43:21 +01:00
parent f66924a414
commit 00308ecfe8
2 changed files with 6 additions and 0 deletions

View File

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

View 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)