X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9ad7392b6a1bcd63cce8ad7899348f49d3e82a88..a77104ea4508f59c6f4d8cd2a3b97ccbccd74fc9:/tests/Makefile.in diff --git a/tests/Makefile.in b/tests/Makefile.in index 5c6cbc3cf2..e3ae6c20b7 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -241,7 +241,7 @@ test_gui.app/Contents/PkgInfo: $(__test_gui___depname) $(top_srcdir)/src/mac/car data: @mkdir -p . @for f in testdata.fc; do \ - if test ! -e ./$$f ; \ + if test ! -f ./$$f ; \ then x=yep ; \ else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \ fi; \