summaryrefslogtreecommitdiff
path: root/BUILD/compile-dist
diff options
context:
space:
mode:
authorkent@mysql.com <>2006-06-17 15:37:23 +0200
committerkent@mysql.com <>2006-06-17 15:37:23 +0200
commitad87e7b3147d9b00efcca08bdc4c6fd98e523aeb (patch)
tree9543208ef1bd7649ef000e69622e88cab68b1d9a /BUILD/compile-dist
parent6783fc830fabab40912463f758480f34c03a13a6 (diff)
downloadmariadb-git-ad87e7b3147d9b00efcca08bdc4c6fd98e523aeb.tar.gz
Makefile.am:
Avoid error message trying 'windoze-dsp' in obsolete directory compile-dist: Avoid error message for target 'distclean' and no Makefile
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