]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/animate/Makefile.in
Change 'test -e' to 'test -f' for Sun
[wxWidgets.git] / contrib / samples / animate / Makefile.in
index 1e0ad1d1fac6c4b0cde61943cc64a301517763dd..86d527e4eb50afcb2463c2fc6acdc793f9e90921 100644 (file)
@@ -176,7 +176,7 @@ anitest.app/Contents/PkgInfo: anitest$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info
 data: 
        @mkdir -p .
        @for f in mondrian.ico; do \
-       if test ! -e ./$$f ; \
+       if test ! -f ./$$f ; \
        then x=yep ; \
        else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
        fi; \