summaryrefslogtreecommitdiff
path: root/console-client/Makefile
diff options
context:
space:
mode:
authorDiego Nieto Cid <dnietoc@gmail.com>2011-04-15 20:13:59 -0300
committerDiego Nieto Cid <dnietoc@gmail.com>2011-04-16 23:45:24 -0300
commitfdb849253b40c6cb6606cd28586a62ad8052bbc1 (patch)
tree2a95e70321621ade89b0112ab7c0b67c85de787e /console-client/Makefile
parent806622f4dc67d84b12d51159b35aed790c84e64e (diff)
Add missing dependency.
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) \