X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=d4aa43789fd961067f456914d6b6f689f21fd5c9;hb=7b97887eab6c35d23f2e4680bd5e285415068f35;hp=4492984efc09ab72ff6219a7bc21fb6a957c4cd5;hpb=afa26be86b65a7183ceac29bdf1f51d6fc6932f0;p=linux-2.6-omap-h63xx.git diff --git a/Makefile b/Makefile index 4492984efc0..d4aa43789fd 100644 --- a/Makefile +++ b/Makefile @@ -1431,7 +1431,7 @@ define xtags elif $1 --version 2>&1 | grep -iq emacs; then \ $(all-sources) | xargs $1 -a; \ $(all-kconfigs) | xargs $1 -a \ - --regex='/^[ \t]*(menu|)config[ \t]+\([a-zA-Z0-9_]+\)/\2/'; \ + --regex='/^[ \t]*\(\(menu\)*config\)[ \t]+\([a-zA-Z0-9_]+\)/\3/'; \ $(all-defconfigs) | xargs -r $1 -a \ --regex='/^#?[ \t]?\(CONFIG_[a-zA-Z0-9_]+\)/\1/'; \ else \