From fe5c297ee2cc324ab0810e944ae36e6ed8f6b30d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Araujo?= Date: Fri, 19 Aug 2011 08:40:10 +0200 Subject: =?UTF-8?q?Fix=20find=20command=20in=20makefile=20=E2=80=9Cfunny?= =?UTF-8?q?=E2=80=9D=20target?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile.pre.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.pre.in b/Makefile.pre.in index 059d716..c44bf1b 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' \ -- cgit v0.12