diff options
author | joerg@trift2. <> | 2007-05-02 14:08:43 +0200 |
---|---|---|
committer | joerg@trift2. <> | 2007-05-02 14:08:43 +0200 |
commit | f486530d2df6f9663c654a2b2d6fd0d0405b31a9 (patch) | |
tree | 6686a05d664f8f110df9e9393c266b51f48f84dc /netware | |
parent | b4b44b0b6bf0543a6a3afef06ebc88b2d32bbf6f (diff) | |
parent | bb2996f48705b27d57cd2fcfba76af2902d71b73 (diff) | |
download | mariadb-git-f486530d2df6f9663c654a2b2d6fd0d0405b31a9.tar.gz |
Merge trift2.:/MySQL/M50/mysql-5.0
into trift2.:/MySQL/M51/mysql-5.1
Diffstat (limited to 'netware')
-rw-r--r-- | netware/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/netware/Makefile.am b/netware/Makefile.am index 0d45d001d11..df0072b3a2b 100644 --- a/netware/Makefile.am +++ b/netware/Makefile.am @@ -98,20 +98,20 @@ EXTRA_DIST= $(BUILT_SOURCES) comp_err.def install_test_db.ncf \ # Build init_db.sql from the files that contain # the system tables for this version of MySQL plus any commands init_db.sql: $(top_srcdir)/scripts/mysql_system_tables.sql \ - $(top_srcdir)/scripts/mysql_system_tables_data.sql + $(top_srcdir)/scripts/mysql_system_tables_data.sql @echo "Building $@"; @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 >> $@; + $(top_srcdir)/scripts/mysql_system_tables_fix.sql >> $@; # Build test_db.sql from init_db.sql plus # some test data test_db.sql: init_db.sql $(top_srcdir)/scripts/mysql_test_data_timezone.sql @echo "Building $@"; @cat init_db.sql \ - $(top_srcdir)/scripts/mysql_test_data_timezone.sql >> $@; + $(top_srcdir)/scripts/mysql_test_data_timezone.sql >> $@; endif |