X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d391f6679dc29d7c76e4401aa2cc01ed013651e1..9527eca5de27bd2060d5216426164da7721dd322:/samples/rotate/Makefile.in diff --git a/samples/rotate/Makefile.in b/samples/rotate/Makefile.in index b4fca22b03..7cd2117ac3 100644 --- a/samples/rotate/Makefile.in +++ b/samples/rotate/Makefile.in @@ -174,8 +174,8 @@ rotate.app/Contents/PkgInfo: rotate$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info.p data: @mkdir -p . - @for f in kclub.bmp; do \ - if test ! -e ./$$f ; \ + @for f in duck.png; do \ + if test ! -f ./$$f ; \ then x=yep ; \ else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \ fi; \