summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2007-07-13 21:19:37 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2007-07-13 21:19:37 +0100
commitb417806ce02dcc44352610e6898f6287677b13e1 (patch)
tree62c983f20c6221b310f72affe3b63fb68f1b6a0b
parent11a62668b3a6e83574470ada57ed150bcee66d88 (diff)
downloadxine-lib-b417806ce02dcc44352610e6898f6287677b13e1.tar.gz
xine-lib-b417806ce02dcc44352610e6898f6287677b13e1.tar.bz2
"debuild clean" should be removing include/configure.h.in, not config.h.in.
-rwxr-xr-xdebian/rules2
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