diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-07-13 21:47:37 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-07-13 21:47:37 +0100 |
commit | af9e42132f6dcc13866892eb47367940ef04c6f9 (patch) | |
tree | 8a9e5da2417658c1d7da84ddb9102cc5f8c30492 /debian/rules | |
parent | f158a50df518175dbba6a665a52b2ffa472237ae (diff) | |
parent | b417806ce02dcc44352610e6898f6287677b13e1 (diff) | |
download | xine-lib-af9e42132f6dcc13866892eb47367940ef04c6f9.tar.gz xine-lib-af9e42132f6dcc13866892eb47367940ef04c6f9.tar.bz2 |
Merge from 1.1.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 9837482dc..fd9d1fafe 100755 --- a/debian/rules +++ b/debian/rules @@ -106,7 +106,7 @@ clean: # 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 -r rm - test -f .noauto || rm -rf compile config.guess configure depcomp install-sh ltmain.sh missing aclocal.m4 config.h.in + test -f .noauto || rm -rf compile config.guess configure depcomp install-sh ltmain.sh missing aclocal.m4 include/configure.h.in dh_clean install: build |