diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-07-13 21:19:37 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-07-13 21:19:37 +0100 |
commit | b417806ce02dcc44352610e6898f6287677b13e1 (patch) | |
tree | 62c983f20c6221b310f72affe3b63fb68f1b6a0b | |
parent | 11a62668b3a6e83574470ada57ed150bcee66d88 (diff) | |
download | xine-lib-b417806ce02dcc44352610e6898f6287677b13e1.tar.gz xine-lib-b417806ce02dcc44352610e6898f6287677b13e1.tar.bz2 |
"debuild clean" should be removing include/configure.h.in, not config.h.in.
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index d6c917315..75dd344ea 100755 --- a/debian/rules +++ b/debian/rules @@ -102,7 +102,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 |