]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/life/Makefile.in
Fixes to allow compilation with no wchar_t (djgpp probably has a real wchar_t
[wxWidgets.git] / demos / life / Makefile.in
index 29edfc2a538cd3f219b66b2150d720ef0b378b77..3eb63c9ca8cea55a614c017debaee23a798ac2e1 100644 (file)
@@ -176,7 +176,7 @@ life.app/Contents/PkgInfo: life$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info.plist
 data: 
        @mkdir -p .
        @for f in breeder.lif; do \
-       if test ! -e ./$$f ; \
+       if test ! -f ./$$f ; \
        then x=yep ; \
        else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
        fi; \