]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/ogl/studio/Makefile.in
Use 'test -f' since Sun's shell doesn't have 'test -e'
[wxWidgets.git] / contrib / samples / ogl / studio / Makefile.in
index 74f6c0c5bba10e1c493790bfcbe675a3c81e568a..f484a8af230ff0e955b36216f848323825e93f7b 100644 (file)
@@ -194,7 +194,7 @@ studio.app/Contents/PkgInfo: studio$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info.p
 data: 
        @mkdir -p .
        @for f in studio_resources.wxr; do \
-       if test ! -e ./$$f ; \
+       if test ! -f ./$$f ; \
        then x=yep ; \
        else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
        fi; \