diff options
Diffstat (limited to 'gdb/testsuite/Makefile.in')
-rw-r--r-- | gdb/testsuite/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/Makefile.in b/gdb/testsuite/Makefile.in index a53f9fd..8b22324 100644 --- a/gdb/testsuite/Makefile.in +++ b/gdb/testsuite/Makefile.in @@ -245,5 +245,5 @@ config.status: configure $(SHELL) config.status --recheck TAGS: force - etags --language=none --regex='/proc[ \t]+\([^ \t]+\)/\1/' \ - `find $(srcdir) -name '*.exp' -print` + find $(srcdir) -name '*.exp' -print | \ + etags --regex='/proc[ \t]+\([^ \t]+\)/\1/' - |