]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dragimag/Makefile.in
Layout fixes for wxPlotWindow [#1192416] + source cleaning to the wxW 2.6 coding...
[wxWidgets.git] / samples / dragimag / Makefile.in
index 09271f668618284499ccb98dfe5544e7a9d7167a..ae031df438ff696e7f29fb8f86ca3baa1e746256 100644 (file)
@@ -175,7 +175,7 @@ dragimag.app/Contents/PkgInfo: dragimag$(EXEEXT) $(top_srcdir)/src/mac/carbon/In
 data: 
        @mkdir -p .
        @for f in backgrnd.png shape01.png shape02.png shape03.png; do \
-       if test ! -e ./$$f ; \
+       if test ! -f ./$$f ; \
        then x=yep ; \
        else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
        fi; \