]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/ownerdrw/Makefile.in
Applied patch [ 1196679 ] wxIMPLEMENT_CLASS_COMMON2 bad parameter count compil fix.
[wxWidgets.git] / samples / ownerdrw / Makefile.in
index afd546c2507c9d2a269a22e558f2ea737d6b1edd..4d6363e2ea30e1c524e5ee80680a8db207142c6f 100644 (file)
@@ -175,7 +175,7 @@ ownerdrw.app/Contents/PkgInfo: ownerdrw$(EXEEXT) $(top_srcdir)/src/mac/carbon/In
 data: 
        @mkdir -p .
        @for f in sound.png nosound.png; do \
-       if test ! -e ./$$f ; \
+       if test ! -f ./$$f ; \
        then x=yep ; \
        else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
        fi; \