X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/aadb4d67c86fcb5af00804dc6dfb718d82078b2e..5077fd890cb4d400a76b8fea0395d8b1178c1d8b:/samples/html/helpview/Makefile.in diff --git a/samples/html/helpview/Makefile.in b/samples/html/helpview/Makefile.in index 1254d36d8c..64e1f1bc40 100644 --- a/samples/html/helpview/Makefile.in +++ b/samples/html/helpview/Makefile.in @@ -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 \ - if test ! -e ./$$f ; \ + if test ! -f ./$$f ; \ then x=yep ; \ else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \ fi; \