37 lines
974 B
Text
37 lines
974 B
Text
--- scripts/Makefile.in.orig Sat Jun 11 03:32:05 2005
|
|
+++ scripts/Makefile.in Thu Jun 16 23:09:08 2005
|
|
@@ -333,24 +333,7 @@
|
|
uname_prog = @uname_prog@
|
|
yassl_dir = @yassl_dir@
|
|
zlib_dir = @zlib_dir@
|
|
-bin_SCRIPTS = @server_scripts@ \
|
|
- msql2mysql \
|
|
- mysql_config \
|
|
- mysql_fix_privilege_tables \
|
|
- mysql_fix_extensions \
|
|
- mysql_setpermission \
|
|
- mysql_secure_installation \
|
|
- mysql_zap \
|
|
- mysqlaccess \
|
|
- mysqlbug \
|
|
- mysql_convert_table_format \
|
|
- mysql_find_rows \
|
|
- mysqlhotcopy \
|
|
- mysqldumpslow \
|
|
- mysql_explain_log \
|
|
- mysql_tableinfo \
|
|
- mysqld_multi \
|
|
- mysql_create_system_tables
|
|
+bin_SCRIPTS =
|
|
|
|
EXTRA_SCRIPTS = make_binary_distribution.sh \
|
|
make_sharedlib_distribution.sh \
|
|
@@ -380,7 +363,7 @@
|
|
mysqlaccess.conf \
|
|
mysqlbug
|
|
|
|
-dist_pkgdata_DATA = fill_help_tables.sql mysql_fix_privilege_tables.sql
|
|
+dist_pkgdata_DATA =
|
|
|
|
# mysqlbug should be distributed built so that people can report build
|
|
# failures with it.
|