* Fix clean target in debian/rules to allow for proper failure handling.

This commit is contained in:
martin f. krafft
2008-03-05 17:10:54 +01:00
parent fc1796e609
commit dcf15ff009
2 changed files with 3 additions and 2 deletions

2
debian/rules vendored
View File

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