~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to scripts/Makefile.am

Fixed a few small problems so that make distcheck works.

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
                        mysql_test_data_timezone.sql
76
76
 
77
77
CLEANFILES =            @server_scripts@ \
 
78
                        comp_sql \
78
79
                        make_binary_distribution \
79
80
                        make_sharedlib_distribution \
80
81
                        msql2mysql \
106
107
# Build mysql_fix_privilege_tables.sql from the files that contain
107
108
# the system tables for this version of MySQL plus any commands
108
109
# needed to upgrade the system tables from an older version
109
 
mysql_fix_privilege_tables.sql: $(srcdir)/mysql_system_tables.sql \
110
 
                                $(srcdir)/mysql_system_tables_fix.sql
 
110
mysql_fix_privilege_tables.sql: $(top_srcdir)/scripts/mysql_system_tables.sql \
 
111
                                $(top_srcdir)/scripts/mysql_system_tables_fix.sql
111
112
        @echo "Building $@";
112
113
        @cat $(srcdir)/mysql_system_tables.sql $(srcdir)/mysql_system_tables_fix.sql > $@
113
114
 
 
115
 
114
116
#
115
117
# Build mysql_fix_privilege_tables_sql.c from
116
118
# mysql_fix_privileges_tables.sql using comp_sql
120
122
mysql_fix_privilege_tables_sql.c: $(builddir)/comp_sql$(EXEEXT) mysql_fix_privilege_tables.sql
121
123
        $(builddir)/comp_sql$(EXEEXT) \
122
124
          mysql_fix_privilege_tables \
123
 
            $(builddir)/mysql_fix_privilege_tables.sql $@
 
125
            $(top_srcdir)/scripts/mysql_fix_privilege_tables.sql $@
124
126
 
125
127
 
126
128
SUFFIXES = .sh