summaryrefslogtreecommitdiff
path: root/console-client/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'console-client/Makefile')
-rw-r--r--console-client/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/console-client/Makefile b/console-client/Makefile
index 6fb96275..7629e06a 100644
--- a/console-client/Makefile
+++ b/console-client/Makefile
@@ -55,7 +55,7 @@ XKB_DATA_FILES = keymap/hurd types/hurd symbols/hurd
CPPFLAGS += -DQUAERENDO_INVENIETIS
DIST_FILES = xkb/HACKING xkb/MISSING-FEATURES xkb/README xkb/TODO \
- xkb/default.xkb xkb/makeconf.sh xkb/kstoucs_map.sh \
+ xkb/kstoucs_map.sh \
$(addprefix xkb/xkb-data/, $(XKB_DATA_FILES))
include ../Makeconf
@@ -112,8 +112,7 @@ parser.tab.h: parser.y
fi
XKB_SRCS = xkb/compose.c xkb/kstoucs.c xkb/parser.y xkb/lex.l \
- xkb/xkb.c xkb/xkbdata.c xkb/xkbdefaults.c \
- xkb/xkbtimer.c
+ xkb/xkb.c xkb/xkbdata.c xkb/xkbtimer.c
ifeq ($(HAVE_X11),yes)
XKB_UNITS = $(basename $(notdir $(XKB_SRCS)))
pc_kbd.so.$(hurd-version): $(addsuffix _pic.o,$(XKB_UNITS))