]> git.saurik.com Git - wxWidgets.git/commitdiff
corrected bug in recent commit which overwrote some samples makefiles in the distribution
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 4 Aug 2006 14:14:39 +0000 (14:14 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 4 Aug 2006 14:14:39 +0000 (14:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40448 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

Makefile.in
build/bakefiles/make_dist.mk

index 1a61a6b36774b7c61fd04c266f4e1d91a7711905..0bb476cd21eb33efd9c06b19f2600b8d786b54a5 100644 (file)
@@ -27753,7 +27753,7 @@ SAMPLES_DIST: ALL_GUI_DIST
            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; \
index 9ebe34dfcc42896f10e23efbaede7ec025ef3b8f..42e87e453f4a7668d13708de21d7655fdd11f076 100644 (file)
@@ -522,7 +522,7 @@ SAMPLES_DIST: ALL_GUI_DIST
            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; \