debian: fix debian/rules for multiple builds (Thanks ccount)

next
Michael Stapelberg 2011-08-03 04:09:59 +02:00
parent dfbed047c8
commit 4e87d6af30
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -31,7 +31,7 @@ build-stamp:
clean:
dh_testdir
dh_testroot
rm -f build
rm -f build-stamp
# Add here commands to clean up after the build process.
[ ! -f Makefile ] || $(MAKE) distclean