X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/47a4a1aec8d7064fadc98821c5f6079a6aceceeb..97bdb4c89008098cc9e06a624633d4beca1553b8:/samples/shaped/Makefile.in?ds=sidebyside diff --git a/samples/shaped/Makefile.in b/samples/shaped/Makefile.in index 8d2056f018..7844f2b09e 100644 --- a/samples/shaped/Makefile.in +++ b/samples/shaped/Makefile.in @@ -175,7 +175,7 @@ shaped.app/Contents/PkgInfo: shaped$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info.p data: @mkdir -p . @for f in star.png; do \ - if test ! -e ./$$f ; \ + if test ! -f ./$$f ; \ then x=yep ; \ else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \ fi; \