diff -r 6f23aba03281 -r f9dec799e51e kconfig/Makefile --- a/kconfig/Makefile Tue Jul 31 23:04:49 2012 +0200 +++ b/kconfig/Makefile Sun Feb 09 22:24:56 2014 +0100 @@ -84,7 +84,7 @@ zconf.hash.c: zconf.gperf @echo " GPERF '$@'" - @gperf < $< > $@ + @$(gperf) < $< > $@ lex.zconf.c: zconf.l @echo " LEX '$@'"