changeset 1220:25e8f9c43f8a

debian: remove clean target before implicit match rule This is redundant because it is a match-everything rule. Possibly a typo.
author Faheem Mitha <faheem@faheem.info>
date Sat, 11 Oct 2014 02:02:05 +0530
parents d6c065a7a6b1
children f14163c7275a
files debian/rules
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 #export DH_VERBOSE=1
 
-clean %:
+%:
 	dh $@ --with python2 --buildsystem=python_distutils
 
 build: