debian: fix debian/rules for multiple builds (Thanks ccount)
This commit is contained in:
parent
dfbed047c8
commit
4e87d6af30
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue