diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/debian/rules b/debian/rules index 9c2d2d9..f23ac9f 100755 --- a/debian/rules +++ b/debian/rules @@ -22,11 +22,6 @@ endif include debian/rules.options -patch:: - # XXX: Should be removed once the autoconf patch is in upstream - test -f i386/linux/configure.ac || \ - cp i386/linux/Drivers.in i386/linux/configure.ac - include debian/patch.mk configure: patch stamp-configure @@ -65,8 +60,6 @@ clean:: -rm -f core `find . \( -name '*.orig' -o -name '*.rej' -o -name '*~' \ -o -name '*.bak' -o -name '#*#' -o -name '.*.orig' \ -o -name '.*.rej' -o -name '.SUMS' -o -size 0 \) -print` - # XXX: Should be removed once the autoconf patch is in upstream - rm -f i386/linux/configure.ac dh_clean |