]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/test/Makefile.in
Use 'test -f' since Sun's shell doesn't have 'test -e'
[wxWidgets.git] / samples / html / test / Makefile.in
index e1be7a303ade952e8fd3f6c596a496acb247153a..edcee67e6a7be60606e8f02579bf64aabb0f7ae8 100644 (file)
@@ -181,7 +181,7 @@ test.app/Contents/PkgInfo: test$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info.plist
 data: 
        @mkdir -p .
        @for f in f.html fft.html imagemap.htm imagemap.png pic.png pic2.bmp tables.htm test.htm listtest.htm i18n.gif 8859_2.htm cp1250.htm regres.htm; do \
-       if test ! -e ./$$f ; \
+       if test ! -f ./$$f ; \
        then x=yep ; \
        else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
        fi; \