diff --git a/Makefile.in b/Makefile.in index 23416590a5e..23820d86d68 100644 --- a/Makefile.in +++ b/Makefile.in @@ -126,7 +126,7 @@ crosstest:: $(TESTSUBDIRS:%=%/__crosstest__) # Misc rules TAGS etags: - etags `find $(TOPSRCDIR) -name '*.[ch]' -a -not -name '*.spec.c' -a -not -name '*.dbg.c' -print` + find $(TOPSRCDIR) -name '*.[ch]' -a -not -name '*.spec.c' -a -not -name '*.dbg.c' -print | etags - tags ctags: ctags --c-types=+px `find $(TOPSRCDIR) -name '*.[ch]' -a -not -name '*.spec.c' -a -not -name '*.dbg.c' -print`