summaryrefslogtreecommitdiff
path: root/console-client/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'console-client/Makefile')
-rw-r--r--console-client/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/console-client/Makefile b/console-client/Makefile
index 22c4150e..59eade4b 100644
--- a/console-client/Makefile
+++ b/console-client/Makefile
@@ -128,6 +128,8 @@ $(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: $(includedir)/X11/keysymdef.h $(srcdir)/xkb/kstoucs_map.sh
SED=$(SED) \
AWK=$(AWK) \