summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-08-10 02:01:32 +0200
committerÉric Araujo <merwok@netwok.org>2011-08-10 02:01:32 +0200
commit46f57e85a69efada3375dbc516188d0d84b4353e (patch)
tree91bdcc55e98c977af799170dd9df4f9999b06315 /Makefile.pre.in
parent804011588f500315cdec0336cb405ece93028ad8 (diff)
downloadcpython-46f57e85a69efada3375dbc516188d0d84b4353e.tar.gz
Fix find command in makefile “funny” target
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index dfa721996d..1108c75eca 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1283,7 +1283,7 @@ smelly: all
# Find files with funny names
funny:
- find $(DISTDIRS) \
+ find $(SUBDIRS) $(SUBDIRSTOO) \
-name .svn -prune \
-o -type d \
-o -name '*.[chs]' \
@@ -1313,7 +1313,7 @@ funny:
-o -name .hgignore \
-o -name .bzrignore \
-o -name MANIFEST \
- -o -print
+ -print
# Perform some verification checks on any modified files.
patchcheck: