X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d391f6679dc29d7c76e4401aa2cc01ed013651e1..2b199a38dccae76ad59f747dd7ef6fcfc680c089:/samples/ownerdrw/Makefile.in?ds=sidebyside diff --git a/samples/ownerdrw/Makefile.in b/samples/ownerdrw/Makefile.in index afd546c250..4d6363e2ea 100644 --- a/samples/ownerdrw/Makefile.in +++ b/samples/ownerdrw/Makefile.in @@ -175,7 +175,7 @@ ownerdrw.app/Contents/PkgInfo: ownerdrw$(EXEEXT) $(top_srcdir)/src/mac/carbon/In data: @mkdir -p . @for f in sound.png nosound.png; do \ - if test ! -e ./$$f ; \ + if test ! -f ./$$f ; \ then x=yep ; \ else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \ fi; \