]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/stc/Makefile.in
Artwork replacement (c) Julian Smart
[wxWidgets.git] / samples / stc / Makefile.in
index d89f88004f27fa14f14707eaafcab6c8f4711165..eefba32c00571fcf7ecb56d54c25f630739b767b 100644 (file)
@@ -36,7 +36,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
 STCTEST_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
        $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \
@@ -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 ! -f ./$$f ; \
+       if test ! -e ./$$f ; \
        then x=yep ; \
        else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
        fi; \