From: Éric Araujo Date: Fri, 19 Aug 2011 06:40:10 +0000 (+0200) Subject: Fix find command in makefile “funny” target X-Git-Tag: v2.7.3rc1~503^2^2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe5c297ee2cc324ab0810e944ae36e6ed8f6b30d;p=python Fix find command in makefile “funny” target --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 059d716606..c44bf1bb6c 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -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' \