]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/about/Makefile.in
Change 'test -e' to 'test -f' for Sun
[wxWidgets.git] / samples / html / about / Makefile.in
index dd5418f3cebb3a24f110f627ccf695baa88d90d1..966fe53d57f2f5f3ab87fdc33b8f0baa9fc43095 100644 (file)
@@ -179,7 +179,7 @@ about.app/Contents/PkgInfo: about$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info.pli
 data_files: 
        @mkdir -p ./data
        @for f in about.htm logo.png; do \
-       if test ! -e ./data/$$f ; \
+       if test ! -f ./data/$$f ; \
        then x=yep ; \
        else x=`find $(srcdir)/data/$$f -newer ./data/$$f -print` ; \
        fi; \