mirror of https://github.com/python/cpython
Fix find command in makefile “funny” target
This commit is contained in:
parent
e68d4504fd
commit
fe5c297ee2
|
@ -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' \
|
||||
|
|
Loading…
Reference in New Issue