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