From abe8f24a4757bc7c24ec2f84fab615181b144829 Mon Sep 17 00:00:00 2001 From: Vladimir 'phcoder' Serbinenko Date: Wed, 17 Mar 2010 08:49:48 +0100 Subject: [PATCH] Fix widthspec.h dependency --- conf/common.rmk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/common.rmk b/conf/common.rmk index 98daa0839..d790abade 100644 --- a/conf/common.rmk +++ b/conf/common.rmk @@ -634,15 +634,15 @@ keystatus_mod_CFLAGS = $(COMMON_CFLAGS) keystatus_mod_LDFLAGS = $(COMMON_LDFLAGS) # For normal.mod. +ifneq (, $(FONT_SOURCE)) +normal/charset.c_DEPENDENCIES = widthspec.h +endif normal_mod_SOURCES = normal/main.c normal/cmdline.c normal/dyncmd.c \ normal/auth.c normal/autofs.c normal/handler.c \ normal/color.c normal/completion.c normal/datetime.c normal/menu.c \ normal/menu_entry.c normal/menu_text.c normal/charset.c \ normal/misc.c normal/crypto.c normal/term.c normal/context.c \ unidata.c -ifneq (, $(FONT_SOURCE)) -normal/charset.c_SOURCES += widthspec.h -endif normal_mod_CFLAGS = $(COMMON_CFLAGS) normal_mod_LDFLAGS = $(COMMON_LDFLAGS)