]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/image/Makefile.in
WinCE does support strftime() now, no need to #ifdef it out
[wxWidgets.git] / samples / image / Makefile.in
index 2a7b05a3919a179c7f56ae3840e02bc3df4590c8..b64bad8d357149640af71dda3cbb7900075488b9 100644 (file)
@@ -174,7 +174,7 @@ image.app/Contents/PkgInfo: image$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info.pli
 data: 
        @mkdir -p .
        @for f in horse.png horse.jpg horse.bmp horse.gif horse.pcx horse.pnm horse_ag.pnm horse_rg.pnm horse.tif horse.xpm horse.cur horse.ico horse3.ani smile.xbm; do \
-       if test ! -e ./$$f ; \
+       if test ! -f ./$$f ; \
        then x=yep ; \
        else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
        fi; \