X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/47a4a1aec8d7064fadc98821c5f6079a6aceceeb..e38bacf8840985709905e3c9672fe13377c030cd:/samples/image/Makefile.in diff --git a/samples/image/Makefile.in b/samples/image/Makefile.in index 2a7b05a391..b64bad8d35 100644 --- a/samples/image/Makefile.in +++ b/samples/image/Makefile.in @@ -174,7 +174,7 @@ image.app/Contents/PkgInfo: image$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info.pli data: @mkdir -p . @for f in horse.png horse.jpg horse.bmp horse.gif horse.pcx horse.pnm horse_ag.pnm horse_rg.pnm horse.tif horse.xpm horse.cur horse.ico horse3.ani smile.xbm; do \ - if test ! -e ./$$f ; \ + if test ! -f ./$$f ; \ then x=yep ; \ else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \ fi; \