Fix find command in makefile “funny” target

This commit is contained in:
Éric Araujo 2011-08-10 02:01:32 +02:00
parent ef1e94a848
commit 1c608e3847
1 changed files with 2 additions and 2 deletions

View File

@ -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: