X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d391f6679dc29d7c76e4401aa2cc01ed013651e1..61c213fe224da24ce33c9187263e75a17ca83a04:/samples/stc/Makefile.in diff --git a/samples/stc/Makefile.in b/samples/stc/Makefile.in index 5ff40f13eb..d89f88004f 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; \