Commit 1c608e38 authored by Éric Araujo's avatar Éric Araujo

Fix find command in makefile “funny” target

parent ef1e94a8
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment