Redo the temporary fix 'test -f' instead of 'test -e' for Solaris

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34149 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell 2005-05-18 22:41:47 +00:00
parent b07f0454f6
commit 0f9aa21f2c

View 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; \