summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorsasha@mysql.sashanet.com <>2002-01-19 22:46:25 -0700
committersasha@mysql.sashanet.com <>2002-01-19 22:46:25 -0700
commit684f13ef4c20cc1843c615ee17a8013f65617442 (patch)
tree254bb1b067e503a819145fff488d83709bf9c798 /Makefile.am
parentd7ad2cbe5b55d422affe8d180d0cc8dab1c518e1 (diff)
parent56129ce634088b51dd60381711519c9125e8df72 (diff)
downloadmariadb-git-684f13ef4c20cc1843c615ee17a8013f65617442.tar.gz
Ugly merge! But I am not done yet - there are a number of things I need to fix
before I can push
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index af2f13f8f5b..8cb67521a4a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -75,14 +75,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
+