X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/47a4a1aec8d7064fadc98821c5f6079a6aceceeb..c7ca49e407b5c9b6e77165dec55ace350e6c68c2:/samples/stc/Makefile.in diff --git a/samples/stc/Makefile.in b/samples/stc/Makefile.in index eefba32c00..2467af9b84 100644 --- a/samples/stc/Makefile.in +++ b/samples/stc/Makefile.in @@ -178,7 +178,7 @@ stctest.app/Contents/PkgInfo: stctest$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info data: @mkdir -p . @for f in stctest.cpp; do \ - if test ! -e ./$$f ; \ + if test ! -f ./$$f ; \ then x=yep ; \ else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \ fi; \