From 9b68dc78b9e32dccc7c8a51f9460c6ffc63195a5 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 16 Mar 2011 14:06:46 +0000 Subject: [build] Avoid rebuilding keymap files automatically The keymap files, though autogenerated, are checked in to version control and should be considered as source files. They should never be automatically rebuilt. Signed-off-by: Michael Brown --- src/Makefile.housekeeping | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.housekeeping') diff --git a/src/Makefile.housekeeping b/src/Makefile.housekeeping index 39b0aa25..709f8de1 100644 --- a/src/Makefile.housekeeping +++ b/src/Makefile.housekeeping @@ -1090,7 +1090,7 @@ endif # defined(BIN) # Keyboard maps # -hci/keymap/keymap_%.c : $(GENKEYMAP) +hci/keymap/keymap_%.c : $(Q)$(PERL) $(GENKEYMAP) $* > $@ ############################################################################### -- cgit v1.2.3-55-g7522