]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/zip/Makefile.in
Use 'test -f' since Sun's shell doesn't have 'test -e'
[wxWidgets.git] / samples / html / zip / Makefile.in
index 41e5ada8c758b120922c925bc6b1fb6557b76fa0..1a7d08d34d75a9249d19180aec235a049ace641f 100644 (file)
@@ -177,7 +177,7 @@ zip.app/Contents/PkgInfo: zip$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info.plist.i
 data: 
        @mkdir -p .
        @for f in pages.zip start.htm; do \
-       if test ! -e ./$$f ; \
+       if test ! -f ./$$f ; \
        then x=yep ; \
        else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
        fi; \