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:
parent
b07f0454f6
commit
0f9aa21f2c
@ -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; \
|
||||
|
Loading…
Reference in New Issue
Block a user