]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/helpview/Makefile.in
Change 'test -e' to 'test -f' for Sun
[wxWidgets.git] / samples / html / helpview / Makefile.in
index 1254d36d8c32e0ac06ea60f3625f17f3749b7bfc..64e1f1bc402d4128ec8e417cb81a48d2848daff6 100644 (file)
@@ -180,7 +180,7 @@ helpview.app/Contents/PkgInfo: helpview$(EXEEXT) $(top_srcdir)/src/mac/carbon/In
 data: 
        @mkdir -p .
        @for f in test.zip; do \
 data: 
        @mkdir -p .
        @for f in test.zip; do \
-       if test ! -e ./$$f ; \
+       if test ! -f ./$$f ; \
        then x=yep ; \
        else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
        fi; \
        then x=yep ; \
        else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
        fi; \