]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/console/Makefile.in
Corrections for future OW 1.4. Warning fixes.
[wxWidgets.git] / samples / console / Makefile.in
index a5c809eb85c6a0c518c603637f7bb03c58524314..f3e65d97a01f8a882534a134fb1937829a1ad3a9 100644 (file)
@@ -33,7 +33,7 @@ SAMPLES_RPATH_POSTLINK = @SAMPLES_RPATH_POSTLINK@
 ### Variables: ###
 
 DESTDIR = 
-WX_RELEASE = 2.5
+WX_RELEASE = 2.6
 LIBDIRNAME = $(top_builddir)lib
 CONSOLE_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
        $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \
@@ -119,7 +119,7 @@ console$(EXEEXT): $(CONSOLE_OBJECTS)
 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; \