]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/shaped/Makefile.in
Change 'test -e' to 'test -f' for Sun
[wxWidgets.git] / samples / shaped / Makefile.in
index 8d2056f018393e960533c75701992a3baef61a1c..7844f2b09e39cab12cc9604b7121d57d30c1e7cd 100644 (file)
@@ -175,7 +175,7 @@ shaped.app/Contents/PkgInfo: shaped$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info.p
 data: 
        @mkdir -p .
        @for f in star.png; do \
-       if test ! -e ./$$f ; \
+       if test ! -f ./$$f ; \
        then x=yep ; \
        else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
        fi; \