diff options
author | kent@mysql.com <> | 2006-06-17 15:42:24 +0200 |
---|---|---|
committer | kent@mysql.com <> | 2006-06-17 15:42:24 +0200 |
commit | b95c0c4edd512a40e85af88d9ead1fc7801c9773 (patch) | |
tree | 58fef7588d1b912d6a1a88c7630c0140b6668699 /BUILD | |
parent | cae47f4b20229be6f39668bcea0828df57cbff27 (diff) | |
parent | ad87e7b3147d9b00efcca08bdc4c6fd98e523aeb (diff) | |
download | mariadb-git-b95c0c4edd512a40e85af88d9ead1fc7801c9773.tar.gz |
Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1-new
into mysql.com:/Users/kent/mysql/bk/mysql-5.0-new
Diffstat (limited to 'BUILD')
-rwxr-xr-x | BUILD/compile-dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-dist b/BUILD/compile-dist index 39095f59ffa..613f2643c56 100755 --- a/BUILD/compile-dist +++ b/BUILD/compile-dist @@ -6,7 +6,7 @@ # tree can then be picked up by "make dist" to create the "pristine source # package" that is used as the basis for all other binary builds. # -make distclean +test -f Makefile && make distclean aclocal autoheader libtoolize --automake --force --copy |