]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/poem/Makefile.in
Change 'test -e' to 'test -f' for Sun
[wxWidgets.git] / demos / poem / Makefile.in
index 554d7d2ed1dd0815c26f1eaf25586765f8084e91..75e1b795df82dec62a5ff560fb8413c0c6e6f7a0 100644 (file)
@@ -179,7 +179,7 @@ wxpoem.app/Contents/PkgInfo: wxpoem$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info.p
 data: 
        @mkdir -p .
        @for f in wxpoem.txt wxpoem.dat; do \
-       if test ! -e ./$$f ; \
+       if test ! -f ./$$f ; \
        then x=yep ; \
        else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
        fi; \