summaryrefslogtreecommitdiff
path: root/netware/Makefile.am
diff options
context:
space:
mode:
authorChad MILLER <chad@mysql.com>2008-08-18 11:00:19 -0400
committerChad MILLER <chad@mysql.com>2008-08-18 11:00:19 -0400
commit9f277e55549f2581aef45e8d098d2cda366bb2c1 (patch)
tree9d3334dd4e2a392f941aa2b2c897e1b1d9336148 /netware/Makefile.am
parent21598ea0e6c9495aba817b0101488549e4e78bd3 (diff)
parentff577e3590030de1597a37d0526a32fd32825f4b (diff)
downloadmariadb-git-9f277e55549f2581aef45e8d098d2cda366bb2c1.tar.gz
Merge from 5.0-bugteam local.
Diffstat (limited to 'netware/Makefile.am')
-rw-r--r--netware/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/netware/Makefile.am b/netware/Makefile.am
index 2e9ff2b59d6..7ad045d433d 100644
--- a/netware/Makefile.am
+++ b/netware/Makefile.am
@@ -103,8 +103,7 @@ init_db.sql: $(top_srcdir)/scripts/mysql_system_tables.sql \
@echo "CREATE DATABASE mysql;" > $@;
@echo "CREATE DATABASE test;" >> $@;
@echo "use mysql;" >> $@;
- @cat $(top_srcdir)/scripts/mysql_system_tables.sql \
- $(top_srcdir)/scripts/mysql_system_tables_fix.sql >> $@;
+ @cat $(top_srcdir)/scripts/mysql_system_tables.sql >> $@;
# Build test_db.sql from init_db.sql plus
# some test data