X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/aadb4d67c86fcb5af00804dc6dfb718d82078b2e..5077fd890cb4d400a76b8fea0395d8b1178c1d8b:/demos/life/Makefile.in diff --git a/demos/life/Makefile.in b/demos/life/Makefile.in index 19eaefb503..2e0b0c4baf 100644 --- a/demos/life/Makefile.in +++ b/demos/life/Makefile.in @@ -176,7 +176,7 @@ life.app/Contents/PkgInfo: life$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info.plist data: @mkdir -p . @for f in breeder.lif; do \ - if test ! -e ./$$f ; \ + if test ! -f ./$$f ; \ then x=yep ; \ else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \ fi; \