diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-06-08 01:40:48 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-06-08 01:40:48 +0100 |
commit | fca22c4c40cadf529409cae24ed00eb84f3547bc (patch) | |
tree | 7779dba2e02107393b67a2b9a3f5553cb11cbedb /debian | |
parent | 9a5c7569df986181a089c33fbd4eeae0122a512d (diff) | |
parent | 9043d0680a6e15ab0058e8cabc48610de50cc29a (diff) | |
download | xine-lib-fca22c4c40cadf529409cae24ed00eb84f3547bc.tar.gz xine-lib-fca22c4c40cadf529409cae24ed00eb84f3547bc.tar.bz2 |
Merge from 1.1.
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 5082cc75a..c3ae26899 100755 --- a/debian/rules +++ b/debian/rules @@ -103,7 +103,7 @@ clean: -$(MAKE) distclean # remove more cruft leftover by autohell rm -f doc/faq/faq.html doc/faq/faq.txt doc/hackersguide/hackersguide.html m4/caca.m4 - -test -f .noauto || find . -name Makefile.in -print | xargs rm + -test -f .noauto || find . -name Makefile.in -print | xargs -r rm test -f .noauto || rm -rf compile config.guess configure depcomp install-sh ltmain.sh missing aclocal.m4 config.h.in dh_clean |