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:
|
clean:
|
||||||
dh_testdir
|
dh_testdir
|
||||||
dh_testroot
|
dh_testroot
|
||||||
rm -f build
|
rm -f build-stamp
|
||||||
|
|
||||||
# Add here commands to clean up after the build process.
|
# Add here commands to clean up after the build process.
|
||||||
[ ! -f Makefile ] || $(MAKE) distclean
|
[ ! -f Makefile ] || $(MAKE) distclean
|
||||||
|
|
Loading…
Reference in New Issue