]> git.saurik.com Git - wxWidgets.git/commitdiff
Redo the temporary fix 'test -f' instead of 'test -e' for Solaris
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Wed, 18 May 2005 22:41:47 +0000 (22:41 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Wed, 18 May 2005 22:41:47 +0000 (22:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34149 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/splash/Makefile.in

index 93fdbf1b1aaab770017cc53690664d693c7c010d..91c597bb84e1921b6db8e7fdc4fe48b9c7334ca6 100644 (file)
@@ -183,7 +183,7 @@ splash.app/Contents/PkgInfo: splash$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info.p
 data: 
        @mkdir -p .
        @for f in splash.png press.mpg; do \
-       if test ! -e ./$$f ; \
+       if test ! -f ./$$f ; \
        then x=yep ; \
        else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
        fi; \