]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/rotate/Makefile.in
Make PaintBackground virtual, too. Now that we have
[wxWidgets.git] / samples / rotate / Makefile.in
index b4fca22b03715e7caf10a0548ca9907145621ff0..7cd2117ac389febc4ee05cb27fe7ee9c37eafe21 100644 (file)
@@ -174,8 +174,8 @@ rotate.app/Contents/PkgInfo: rotate$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info.p
 
 data: 
        @mkdir -p .
-       @for f in kclub.bmp; do \
-       if test ! -e ./$$f ; \
+       @for f in duck.png; do \
+       if test ! -f ./$$f ; \
        then x=yep ; \
        else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
        fi; \