]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/drawing/Makefile.in
Unregister the object too
[wxWidgets.git] / samples / drawing / Makefile.in
index cbf739f026617970847ff1d67cb28fb6e3117b99..fa4c8ae783281a1e3010d66509f5a15f8069b9f9 100644 (file)
@@ -175,7 +175,7 @@ drawing.app/Contents/PkgInfo: drawing$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info
 data: 
        @mkdir -p .
        @for f in pat4.bmp pat35.bmp pat36.bmp image.bmp mask.bmp; do \
-       if test ! -e ./$$f ; \
+       if test ! -f ./$$f ; \
        then x=yep ; \
        else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
        fi; \