]> granicus.if.org Git - python/commitdiff
Fix find command in makefile “funny” target
authorÉric Araujo <merwok@netwok.org>
Fri, 19 Aug 2011 06:40:10 +0000 (08:40 +0200)
committerÉric Araujo <merwok@netwok.org>
Fri, 19 Aug 2011 06:40:10 +0000 (08:40 +0200)
Makefile.pre.in

index 059d716606036bb82159a425e5b537b9979b2703..c44bf1bb6c69420fe06de36bacde2fd317ce4e89 100644 (file)
@@ -1222,7 +1222,7 @@ smelly: all
 
 # Find files with funny names
 funny:
-       find $(DISTDIRS) -type d \
+       find $(SUBDIRS) $(SUBDIRSTOO) -type d \
                -o -name '*.[chs]' \
                -o -name '*.py' \
                -o -name '*.doc' \