Fix find command in makefile “funny” target

This commit is contained in:
Éric Araujo 2011-08-19 08:40:10 +02:00
parent e68d4504fd
commit fe5c297ee2
1 changed files with 1 additions and 1 deletions

View 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' \