diff options
author | Vladislav Vaintroub <wlad@sun.com> | 2010-01-14 14:54:32 +0100 |
---|---|---|
committer | Vladislav Vaintroub <wlad@sun.com> | 2010-01-14 14:54:32 +0100 |
commit | 4d49915cf27c0a33661e926f510dd25809b007aa (patch) | |
tree | 5800009dfb907be4427f21a2cbc050a5d45d9d81 /scripts/Makefile.am | |
parent | b4959030e4e0f337d8ee9255d893238597bd53f0 (diff) | |
download | mariadb-git-4d49915cf27c0a33661e926f510dd25809b007aa.tar.gz |
Remove support for "make install" DESTDIR - did not work as expected
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r-- | scripts/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 88b1e5f92a2..dac073d00c1 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -69,8 +69,7 @@ EXTRA_DIST = $(EXTRA_SCRIPTS) \ make_win_bin_dist \ mysql_fix_privilege_tables_sql.c \ mysql_system_tables_fix.sql \ - CMakeLists.txt \ - install_scripts.cmake.in + CMakeLists.txt dist_pkgdata_DATA = fill_help_tables.sql \ mysql_fix_privilege_tables.sql \ |