correct debian-rules-ignores-make-clean-error line 62

This commit is contained in:
Ludovic Rousseau 2007-08-22 19:02:50 +00:00
parent 580897fa4d
commit 1cac55ee1d
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ clean:
rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process.
-$(MAKE) distclean
[ ! -f Makefile ] || $(MAKE) distclean
-test -r /usr/share/misc/config.sub && \
cp -f /usr/share/misc/config.sub build/config.sub