git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40448 
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
            t="$(DISTDIR)/samples/`echo $$s | sed 's@$(SAMPDIR)/@@'`"; \
            mkdir -p $$t; \
            $(CP_P) $$s/Makefile.in \
-                   `find $$s -name 'makefile.*' -o -name descrip.mms -o \
+                   `find $$s -maxdepth 1 -name 'makefile.*' -o -name descrip.mms -o \
                                -name '*.cpp' -o -name '*.h' -o \
                                -name '*.bmp' -o -name '*.ico' -o -name '*.png' -o \
                                -name '*.rc' -o -name '*.xpm'` $$t; \
 
            t="$(DISTDIR)/samples/`echo $$s | sed 's@$(SAMPDIR)/@@'`"; \
            mkdir -p $$t; \
            $(CP_P) $$s/Makefile.in \
-                   `find $$s -name 'makefile.*' -o -name descrip.mms -o \
+                   `find $$s -maxdepth 1 -name 'makefile.*' -o -name descrip.mms -o \
                                -name '*.cpp' -o -name '*.h' -o \
                                -name '*.bmp' -o -name '*.ico' -o -name '*.png' -o \
                                -name '*.rc' -o -name '*.xpm'` $$t; \