[Pkg-mysql-commits] r1358 - branches/sid-5.1/debian
Norbert Tretkowski
nobse at alioth.debian.org
Thu Dec 4 22:21:34 UTC 2008
Author: nobse
Date: 2008-12-04 22:21:34 +0000 (Thu, 04 Dec 2008)
New Revision: 1358
Modified:
branches/sid-5.1/debian/rules
Log:
Bugfix
Modified: branches/sid-5.1/debian/rules
===================================================================
--- branches/sid-5.1/debian/rules 2008-12-04 22:20:46 UTC (rev 1357)
+++ branches/sid-5.1/debian/rules 2008-12-04 22:21:34 UTC (rev 1358)
@@ -144,7 +144,7 @@
rm -f build-stamp
rm -f testsuite-stamp
- [ ! -f Makefile ] || $(MAKE) distclean
+ [ ! -f Makefile ] || $(MAKE) clean
[ ! -d mysql-test/var ] || rm -rf mysql-test/var
# We like to see how long this is neccessary
More information about the Pkg-mysql-commits
mailing list