diff options
author | lenz@mysql.com <> | 2002-05-15 11:06:44 +0200 |
---|---|---|
committer | lenz@mysql.com <> | 2002-05-15 11:06:44 +0200 |
commit | 0fe3b5afbd3ce807e38eca8376b40ddc4f1e2362 (patch) | |
tree | 5325913f53f6cbe83961b41466be6e64c99af64d /Makefile.am | |
parent | 14b55bcc72554f3f356df4e7b1d8e7c8244de959 (diff) | |
download | mariadb-git-0fe3b5afbd3ce807e38eca8376b40ddc4f1e2362.tar.gz |
Fixed sql_yacc.yy to be compatible with bison 1.31 and above.
Made detection of GNU tar a bit more flexible.
Only use /usr/local/mysql-glibc if it actually exists
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 22e066ac9d4..ac65dcda820 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,7 +17,7 @@ # Process this file with automake to create Makefile.in AUTOMAKE_OPTIONS = foreign -TAR = gtar + # These are built from source in the Docs directory EXTRA_DIST = INSTALL-SOURCE README \ COPYING COPYING.LIB MIRRORS |