]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/Makefile.in
Use 'test -f' since Sun's shell doesn't have 'test -e'
[wxWidgets.git] / tests / Makefile.in
index 5c6cbc3cf2c3f81d80e63055381697734726aded..e3ae6c20b769988bd05e8952b409e2fbe9d24825 100644 (file)
@@ -241,7 +241,7 @@ test_gui.app/Contents/PkgInfo: $(__test_gui___depname) $(top_srcdir)/src/mac/car
 data: 
        @mkdir -p .
        @for f in testdata.fc; do \
-       if test ! -e ./$$f ; \
+       if test ! -f ./$$f ; \
        then x=yep ; \
        else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
        fi; \