summaryrefslogtreecommitdiff
path: root/BUILD/compile-dist
diff options
context:
space:
mode:
authorunknown <kent@mysql.com>2006-06-17 15:37:23 +0200
committerunknown <kent@mysql.com>2006-06-17 15:37:23 +0200
commit4d366600b87451881d64b027e6efe849adf29c42 (patch)
tree9543208ef1bd7649ef000e69622e88cab68b1d9a /BUILD/compile-dist
parentd1e21c2c204c3a5b9106b2041862aa02119b40d1 (diff)
downloadmariadb-git-4d366600b87451881d64b027e6efe849adf29c42.tar.gz
Makefile.am:
Avoid error message trying 'windoze-dsp' in obsolete directory compile-dist: Avoid error message for target 'distclean' and no Makefile BUILD/compile-dist: Avoid error message for target 'distclean' and no Makefile ndb/Makefile.am: Avoid error message trying 'windoze-dsp' in obsolete directory
Diffstat (limited to 'BUILD/compile-dist')
-rwxr-xr-xBUILD/compile-dist2
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