Change 'test -e' to 'test -f' for Sun

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34468 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell
2005-05-31 20:44:31 +00:00
parent aadb4d67c8
commit 5077fd890c
40 changed files with 49 additions and 49 deletions

View File

@@ -178,7 +178,7 @@ help.app/Contents/PkgInfo: help$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info.plist
data:
@mkdir -p ./helpfiles
@for f in Index.hhk another.hhc another.hhp another.htm book1.htm book2.htm contents.hhc main.htm page2-b.htm testing.hhp; do \
if test ! -e ./helpfiles/$$f ; \
if test ! -f ./helpfiles/$$f ; \
then x=yep ; \
else x=`find $(srcdir)/helpfiles/$$f -newer ./helpfiles/$$f -print` ; \
fi; \