X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5077fd890cb4d400a76b8fea0395d8b1178c1d8b..40711af81b4a412892045837997211d597d98ff2:/samples/console/Makefile.in diff --git a/samples/console/Makefile.in b/samples/console/Makefile.in index f3e65d97a0..d54ac28410 100644 --- a/samples/console/Makefile.in +++ b/samples/console/Makefile.in @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.8 (http://bakefile.sourceforge.net) +# Bakefile 0.1.9 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -119,7 +119,7 @@ console$(EXEEXT): $(CONSOLE_OBJECTS) data: @mkdir -p . @for f in testdata.fc; do \ - if test ! -f ./$$f ; \ + if test ! -f ./$$f -a ! -d ./$$f ; \ then x=yep ; \ else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \ fi; \