X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9ad7392b6a1bcd63cce8ad7899348f49d3e82a88..a77104ea4508f59c6f4d8cd2a3b97ccbccd74fc9:/samples/opengl/penguin/Makefile.in diff --git a/samples/opengl/penguin/Makefile.in b/samples/opengl/penguin/Makefile.in index de91feba33..16f30efc9d 100644 --- a/samples/opengl/penguin/Makefile.in +++ b/samples/opengl/penguin/Makefile.in @@ -188,7 +188,7 @@ penguin.app/Contents/PkgInfo: $(__penguin___depname) $(top_srcdir)/src/mac/carbo data: @mkdir -p . @for f in penguin.lwo; do \ - if test ! -e ./$$f ; \ + if test ! -f ./$$f ; \ then x=yep ; \ else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \ fi; \