diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 7257617b8e6..9b8381e63d5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -74,14 +74,11 @@ bin-dist: all $(top_builddir)/scripts/make_binary_distribution tags: - rm -f TAGS - find -not -path \*SCCS\* -and \ - \( -name \*.cc -or -name \*.h -or -name \*.yy -or -name \*.c \) \ - -print -exec etags -o TAGS --append {} \; - + support-files/build-tags .PHONY: init-db bin-dist # Test installation test: cd mysql-test ; ./mysql-test-run + |