From 5f0f1d3f6fa8c84ec148f294bc3eae38d697e171 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 1 Jul 2012 02:31:14 +0000 Subject: Fix kstoucs generation dependency * console-client/Makefile: Make kstoucs.o and kstoucs_pic.o depend on kstoucs_map.c, not kstoucs_map.c --- console-client/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'console-client/Makefile') diff --git a/console-client/Makefile b/console-client/Makefile index a5c14ffe..8f15e71c 100644 --- a/console-client/Makefile +++ b/console-client/Makefile @@ -124,9 +124,9 @@ $(XKB_BASE): $(XKB_BASE)/%: xkb/xkb-data/% $(INSTALL_DATA) $< $@ -# FIXME: dependency files won't catch this one. -$(srcdir)/xkb/kstoucs.c: kstoucs_map.c -kstoucs_map.c: $(X11_KEYSYMDEF_H) $(srcdir)/xkb/kstoucs_map.sh +kstoucs.o: xkb/kstoucs_map.c +kstoucs_pic.o: xkb/kstoucs_map.c +xkb/kstoucs_map.c: $(X11_KEYSYMDEF_H) $(srcdir)/xkb/kstoucs_map.sh SED=$(SED) \ AWK=$(AWK) \ sh $(srcdir)/xkb/kstoucs_map.sh \ -- cgit v1.2.3