]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/console/Makefile.in
Unicode compilation fix
[wxWidgets.git] / samples / console / Makefile.in
index f3e65d97a01f8a882534a134fb1937829a1ad3a9..d54ac28410679b69166b7bfa725c01033b79168e 100644 (file)
@@ -1,6 +1,6 @@
 # =========================================================================
 #     This makefile was generated by
-#     Bakefile 0.1.8 (http://bakefile.sourceforge.net)
+#     Bakefile 0.1.9 (http://bakefile.sourceforge.net)
 #     Do not modify, all changes will be overwritten!
 # =========================================================================
 
@@ -119,7 +119,7 @@ console$(EXEEXT): $(CONSOLE_OBJECTS)
 data: 
        @mkdir -p .
        @for f in testdata.fc; do \
-       if test ! -f ./$$f ; \
+       if test ! -f ./$$f -a ! -d ./$$f ; \
        then x=yep ; \
        else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
        fi; \