Clean another autoconf-generated file so double-builds work

svn path=/dists/sid/linux-tools/; revision=21107
This commit is contained in:
Ben Hutchings 2014-02-22 23:38:24 +00:00
parent b0512bce81
commit 318ee6e36b
2 changed files with 2 additions and 1 deletions

View File

@ -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

1
debian/changelog vendored
View File

@ -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 <ben@decadent.org.uk> Sat, 22 Feb 2014 23:13:30 +0000