diff options
author | Alexander Nozdrin <alik@sun.com> | 2010-03-01 12:39:44 +0300 |
---|---|---|
committer | Alexander Nozdrin <alik@sun.com> | 2010-03-01 12:39:44 +0300 |
commit | 5867d275a39f4253e7401a034c50d3d169879853 (patch) | |
tree | c9c3978afa21ee1f05cc50ff5b86a8ab31ec80ee /scripts | |
parent | 1db438506fad262d0a4a535c919a6ce8d78b28d3 (diff) | |
parent | 84766b060a09ae3709fcd17cadc16c982c0d3a78 (diff) | |
download | mariadb-git-5867d275a39f4253e7401a034c50d3d169879853.tar.gz |
Manual merge from mysql-trunk-merge.
Conflicts:
- sql/share/Makefile.am
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index dac073d00c1..118c312d218 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -112,7 +112,8 @@ mysqlbug: ${top_builddir}/config.status mysqlbug.sh mysql_fix_privilege_tables.sql: mysql_system_tables.sql \ mysql_system_tables_fix.sql @echo "Building $@"; - @cat $(srcdir)/mysql_system_tables.sql $(srcdir)/mysql_system_tables_fix.sql > $@ + @cat $(srcdir)/mysql_system_tables.sql \ + $(srcdir)/mysql_system_tables_fix.sql > $@ # # Build mysql_fix_privilege_tables_sql.c from |