From 318ee6e36bf05d0a42e530665b7c1ba62f616a1c Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sat, 22 Feb 2014 23:38:24 +0000 Subject: [PATCH] Clean another autoconf-generated file so double-builds work svn path=/dists/sid/linux-tools/; revision=21107 --- debian/build/drivers/staging/usbip/Makefile | 2 +- debian/changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/build/drivers/staging/usbip/Makefile b/debian/build/drivers/staging/usbip/Makefile index e895461b7..59992d7b9 100644 --- a/debian/build/drivers/staging/usbip/Makefile +++ b/debian/build/drivers/staging/usbip/Makefile @@ -19,6 +19,6 @@ install: $(MAKE) -C userspace install clean: - rm -rf $(addprefix $(srcdir)/,autom4te.cache aclocal.m4 config.guess config.h.in config.sub configure depcomp install-sh ltmain.sh missing) + rm -rf $(addprefix $(srcdir)/,autom4te.cache aclocal.m4 compile config.guess config.h.in config.sub configure depcomp install-sh ltmain.sh missing) find $(srcdir)/ -name Makefile.in -delete rm -rf userspace diff --git a/debian/changelog b/debian/changelog index 3d93ab4a0..76a475fa6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ linux-tools (3.13.4-2) UNRELEASED; urgency=medium * linux-tools: Remove the 'trace_3.13' link to perf + * Clean another autoconf-generated file so double-builds work -- Ben Hutchings Sat, 22 Feb 2014 23:13:30 +0000