]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/opengl/isosurf/Makefile.in
Use 'test -f' since Sun's shell doesn't have 'test -e'
[wxWidgets.git] / samples / opengl / isosurf / Makefile.in
index 25df7f75d4f731774e81b1dbbca920cf8297e046..3f33777e6c43013fc685be5b9c6cd7ddf7b16ae5 100644 (file)
@@ -178,7 +178,7 @@ isosurf.app/Contents/PkgInfo: $(__isosurf___depname) $(top_srcdir)/src/mac/carbo
 data: 
        @mkdir -p .
        @for f in isosurf.dat.gz; do \
-       if test ! -e ./$$f ; \
+       if test ! -f ./$$f ; \
        then x=yep ; \
        else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
        fi; \