]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/shaped/Makefile.in
Use 'test -f' since Sun's shell doesn't have 'test -e'
[wxWidgets.git] / samples / shaped / Makefile.in
index 8d49e91c0b4c1e2a39c977309f74f57485a7c69b..7eca4f9cf891a2b01e907c6b3c70268daccc6bb9 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; \