X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d391f6679dc29d7c76e4401aa2cc01ed013651e1..3285ee538be44537a0d4e43252db18f5e7362782:/samples/html/about/Makefile.in diff --git a/samples/html/about/Makefile.in b/samples/html/about/Makefile.in index a26d08cdea..966fe53d57 100644 --- a/samples/html/about/Makefile.in +++ b/samples/html/about/Makefile.in @@ -37,7 +37,7 @@ SAMPLES_RPATH_POSTLINK = @SAMPLES_RPATH_POSTLINK@ DESTDIR = WX_RELEASE = 2.6 -WX_VERSION = $(WX_RELEASE).0 +WX_VERSION = $(WX_RELEASE).1 LIBDIRNAME = $(top_builddir)lib ABOUT_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \ $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \ @@ -179,7 +179,7 @@ about.app/Contents/PkgInfo: about$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info.pli data_files: @mkdir -p ./data @for f in about.htm logo.png; do \ - if test ! -e ./data/$$f ; \ + if test ! -f ./data/$$f ; \ then x=yep ; \ else x=`find $(srcdir)/data/$$f -newer ./data/$$f -print` ; \ fi; \