summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTrond Norbye <trond.norbye@sun.com>2009-11-22 11:11:57 +0100
committerTrond Norbye <trond.norbye@sun.com>2009-11-22 11:11:57 +0100
commit5bde43c8c73c43fba14b0e779276e114063fe95e (patch)
tree9b1bac7e932a7b0b804ab6101c25ffd0a6786721 /Makefile.am
parent30916c9930033ead77349ee1403599fc8bd9ffe2 (diff)
downloadsubunit-git-5bde43c8c73c43fba14b0e779276e114063fe95e.tar.gz
Fix review comments
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index a69a5db..6c76c7b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -93,7 +93,7 @@ check-local: perl/Makefile
$(MAKE) -C perl check
clean-local:
- find . -name "*.pyc" | xargs rm -f
+ find . -type f -name "*.pyc" -exec rm -f {} ';'
rm -f perl/Makefile
# Remove perl dir for VPATH builds.