From 5077fd890cb4d400a76b8fea0395d8b1178c1d8b Mon Sep 17 00:00:00 2001 From: Michael Wetherell Date: Tue, 31 May 2005 20:44:31 +0000 Subject: [PATCH] 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 --- contrib/samples/animate/Makefile.in | 2 +- contrib/samples/fl/Makefile.in | 2 +- contrib/samples/ogl/studio/Makefile.in | 2 +- contrib/samples/stc/Makefile.in | 2 +- demos/dbbrowse/Makefile.in | 4 ++-- demos/forty/Makefile.in | 2 +- demos/life/Makefile.in | 2 +- demos/poem/Makefile.in | 2 +- samples/console/Makefile.in | 2 +- samples/controls/Makefile.in | 2 +- samples/dialogs/Makefile.in | 2 +- samples/dnd/Makefile.in | 2 +- samples/dragimag/Makefile.in | 2 +- samples/drawing/Makefile.in | 2 +- samples/help/Makefile.in | 4 ++-- samples/html/about/Makefile.in | 2 +- samples/html/help/Makefile.in | 2 +- samples/html/helpview/Makefile.in | 2 +- samples/html/printing/Makefile.in | 2 +- samples/html/test/Makefile.in | 2 +- samples/html/virtual/Makefile.in | 2 +- samples/html/widget/Makefile.in | 2 +- samples/html/zip/Makefile.in | 2 +- samples/image/Makefile.in | 2 +- samples/internat/Makefile.in | 16 ++++++++-------- samples/mobile/styles/Makefile.in | 2 +- samples/opengl/isosurf/Makefile.in | 2 +- samples/opengl/penguin/Makefile.in | 2 +- samples/ownerdrw/Makefile.in | 2 +- samples/richedit/Makefile.in | 2 +- samples/rotate/Makefile.in | 2 +- samples/shaped/Makefile.in | 2 +- samples/sound/Makefile.in | 2 +- samples/splash/Makefile.in | 2 +- samples/stc/Makefile.in | 2 +- samples/xrc/Makefile.in | 2 +- tests/Makefile.in | 2 +- utils/configtool/src/Makefile.in | 2 +- utils/emulator/src/Makefile.in | 2 +- utils/helpview/src/Makefile.in | 2 +- 40 files changed, 49 insertions(+), 49 deletions(-) diff --git a/contrib/samples/animate/Makefile.in b/contrib/samples/animate/Makefile.in index 1e0ad1d1fa..86d527e4eb 100644 --- a/contrib/samples/animate/Makefile.in +++ b/contrib/samples/animate/Makefile.in @@ -176,7 +176,7 @@ anitest.app/Contents/PkgInfo: anitest$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info data: @mkdir -p . @for f in mondrian.ico; do \ - if test ! -e ./$$f ; \ + if test ! -f ./$$f ; \ then x=yep ; \ else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \ fi; \ diff --git a/contrib/samples/fl/Makefile.in b/contrib/samples/fl/Makefile.in index 95130784ca..ea96a0bede 100644 --- a/contrib/samples/fl/Makefile.in +++ b/contrib/samples/fl/Makefile.in @@ -408,7 +408,7 @@ fl_sample3.app/Contents/PkgInfo: fl_sample3$(EXEEXT) $(top_srcdir)/src/mac/carbo data_files: @mkdir -p ./bitmaps @for f in bookmarks.bmp class_icon.bmp class_icon1.bmp copy.bmp cut.bmp file_icon.bmp folder_icon.bmp help_icon.bmp new.bmp nextmark.bmp open.bmp paste.bmp prevmark.bmp res_icon.bmp save.bmp saveall.bmp search.bmp start95_dp.bmp start95_pr.bmp tile.bmp; do \ - if test ! -e ./bitmaps/$$f ; \ + if test ! -f ./bitmaps/$$f ; \ then x=yep ; \ else x=`find $(srcdir)/bitmaps/$$f -newer ./bitmaps/$$f -print` ; \ fi; \ diff --git a/contrib/samples/ogl/studio/Makefile.in b/contrib/samples/ogl/studio/Makefile.in index ba9ee76310..84bab05e6d 100644 --- a/contrib/samples/ogl/studio/Makefile.in +++ b/contrib/samples/ogl/studio/Makefile.in @@ -194,7 +194,7 @@ studio.app/Contents/PkgInfo: studio$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info.p data: @mkdir -p . @for f in studio_resources.wxr; do \ - if test ! -e ./$$f ; \ + if test ! -f ./$$f ; \ then x=yep ; \ else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \ fi; \ diff --git a/contrib/samples/stc/Makefile.in b/contrib/samples/stc/Makefile.in index eefba32c00..2467af9b84 100644 --- a/contrib/samples/stc/Makefile.in +++ b/contrib/samples/stc/Makefile.in @@ -178,7 +178,7 @@ stctest.app/Contents/PkgInfo: stctest$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info data: @mkdir -p . @for f in stctest.cpp; do \ - if test ! -e ./$$f ; \ + if test ! -f ./$$f ; \ then x=yep ; \ else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \ fi; \ diff --git a/demos/dbbrowse/Makefile.in b/demos/dbbrowse/Makefile.in index 778a15195e..e50a10a27e 100644 --- a/demos/dbbrowse/Makefile.in +++ b/demos/dbbrowse/Makefile.in @@ -199,7 +199,7 @@ dbbrowse.app/Contents/PkgInfo: $(__dbbrowse___depname) $(top_srcdir)/src/mac/car data_help_std: @mkdir -p ./help.std @for f in compiler.htm dbbrowse.hhc dbbrowse.hhk dbbrowse.hhp dbbrowse.htm getcol.htm getcolsh.htm icons.htm picgrams.htm problems.htm remstar.htm sample.htm startprm.htm todo.htm wxdb.htm wxtable.htm; do \ - if test ! -e ./help.std/$$f ; \ + if test ! -f ./help.std/$$f ; \ then x=yep ; \ else x=`find $(srcdir)/help.std/$$f -newer ./help.std/$$f -print` ; \ fi; \ @@ -211,7 +211,7 @@ data_help_std: data_help_png: @mkdir -p ./help.png @for f in col.png d_closed.png d_open.png dsn.png dsnclose.png dsnopen.png f_closed.png f_open.png gnu.png gtk.png imbau.png kde.png key.png keyf.png linux.png logo.png motif.png msvc.png odbc.png pgmctrl.png redh.png remstar.png server.png suse.png tab.png view.png winnt.png wins.png; do \ - if test ! -e ./help.png/$$f ; \ + if test ! -f ./help.png/$$f ; \ then x=yep ; \ else x=`find $(srcdir)/help.png/$$f -newer ./help.png/$$f -print` ; \ fi; \ diff --git a/demos/forty/Makefile.in b/demos/forty/Makefile.in index c54ceb1ff5..7222e74f27 100644 --- a/demos/forty/Makefile.in +++ b/demos/forty/Makefile.in @@ -190,7 +190,7 @@ forty.app/Contents/PkgInfo: forty$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info.pli data: @mkdir -p . @for f in about.htm; do \ - if test ! -e ./$$f ; \ + if test ! -f ./$$f ; \ then x=yep ; \ else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \ fi; \ diff --git a/demos/life/Makefile.in b/demos/life/Makefile.in index 19eaefb503..2e0b0c4baf 100644 --- a/demos/life/Makefile.in +++ b/demos/life/Makefile.in @@ -176,7 +176,7 @@ life.app/Contents/PkgInfo: life$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info.plist data: @mkdir -p . @for f in breeder.lif; do \ - if test ! -e ./$$f ; \ + if test ! -f ./$$f ; \ then x=yep ; \ else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \ fi; \ diff --git a/demos/poem/Makefile.in b/demos/poem/Makefile.in index 554d7d2ed1..75e1b795df 100644 --- a/demos/poem/Makefile.in +++ b/demos/poem/Makefile.in @@ -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; \ diff --git a/samples/console/Makefile.in b/samples/console/Makefile.in index 53f3973924..f3e65d97a0 100644 --- a/samples/console/Makefile.in +++ b/samples/console/Makefile.in @@ -119,7 +119,7 @@ console$(EXEEXT): $(CONSOLE_OBJECTS) data: @mkdir -p . @for f in testdata.fc; do \ - if test ! -e ./$$f ; \ + if test ! -f ./$$f ; \ then x=yep ; \ else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \ fi; \ diff --git a/samples/controls/Makefile.in b/samples/controls/Makefile.in index 48b6c36224..b3bc63631c 100644 --- a/samples/controls/Makefile.in +++ b/samples/controls/Makefile.in @@ -175,7 +175,7 @@ controls.app/Contents/PkgInfo: controls$(EXEEXT) $(top_srcdir)/src/mac/carbon/In data: @mkdir -p . @for f in test2.bmp; do \ - if test ! -e ./$$f ; \ + if test ! -f ./$$f ; \ then x=yep ; \ else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \ fi; \ diff --git a/samples/dialogs/Makefile.in b/samples/dialogs/Makefile.in index 7eefc18633..749a29c125 100644 --- a/samples/dialogs/Makefile.in +++ b/samples/dialogs/Makefile.in @@ -189,7 +189,7 @@ dialogs.app/Contents/PkgInfo: dialogs$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info data: @mkdir -p . @for f in tips.txt; do \ - if test ! -e ./$$f ; \ + if test ! -f ./$$f ; \ then x=yep ; \ else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \ fi; \ diff --git a/samples/dnd/Makefile.in b/samples/dnd/Makefile.in index 0b3fccec39..0bf78a47fc 100644 --- a/samples/dnd/Makefile.in +++ b/samples/dnd/Makefile.in @@ -172,7 +172,7 @@ dnd.app/Contents/PkgInfo: dnd$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info.plist.i data: @mkdir -p . @for f in wxwin.png; do \ - if test ! -e ./$$f ; \ + if test ! -f ./$$f ; \ then x=yep ; \ else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \ fi; \ diff --git a/samples/dragimag/Makefile.in b/samples/dragimag/Makefile.in index d6d35fd6ef..ba96a17e2e 100644 --- a/samples/dragimag/Makefile.in +++ b/samples/dragimag/Makefile.in @@ -175,7 +175,7 @@ dragimag.app/Contents/PkgInfo: dragimag$(EXEEXT) $(top_srcdir)/src/mac/carbon/In data: @mkdir -p . @for f in backgrnd.png shape01.png shape02.png shape03.png; do \ - if test ! -e ./$$f ; \ + if test ! -f ./$$f ; \ then x=yep ; \ else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \ fi; \ diff --git a/samples/drawing/Makefile.in b/samples/drawing/Makefile.in index cbf739f026..fa4c8ae783 100644 --- a/samples/drawing/Makefile.in +++ b/samples/drawing/Makefile.in @@ -175,7 +175,7 @@ drawing.app/Contents/PkgInfo: drawing$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info data: @mkdir -p . @for f in pat4.bmp pat35.bmp pat36.bmp image.bmp mask.bmp; do \ - if test ! -e ./$$f ; \ + if test ! -f ./$$f ; \ then x=yep ; \ else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \ fi; \ diff --git a/samples/help/Makefile.in b/samples/help/Makefile.in index 8a1b3f2fab..b5bed95a3d 100644 --- a/samples/help/Makefile.in +++ b/samples/help/Makefile.in @@ -177,7 +177,7 @@ help.app/Contents/PkgInfo: help$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info.plist data: @mkdir -p . @for f in back.gif bullet.bmp contents.gif cshelp.txt doc.chm doc.cnt doc.hhc doc.hhk doc.hhp doc.hlp doc.hpj doc.zip forward.gif up.gif; do \ - if test ! -e ./$$f ; \ + if test ! -f ./$$f ; \ then x=yep ; \ else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \ fi; \ @@ -189,7 +189,7 @@ data: data_doc: @mkdir -p ./doc @for f in aindex.html ClassGraph.class ClassGraphPanel.class ClassLayout.class down.gif dxxgifs.tex HIER.html HIERjava.html icon1.gif icon2.gif index.html logo.gif NavigatorButton.class USE_HELP.html wx204.htm wx34.htm wxExtHelpController.html wxhelp.map wx.htm; do \ - if test ! -e ./doc/$$f ; \ + if test ! -f ./doc/$$f ; \ then x=yep ; \ else x=`find $(srcdir)/doc/$$f -newer ./doc/$$f -print` ; \ fi; \ diff --git a/samples/html/about/Makefile.in b/samples/html/about/Makefile.in index dd5418f3ce..966fe53d57 100644 --- a/samples/html/about/Makefile.in +++ b/samples/html/about/Makefile.in @@ -179,7 +179,7 @@ about.app/Contents/PkgInfo: about$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info.pli data_files: @mkdir -p ./data @for f in about.htm logo.png; do \ - if test ! -e ./data/$$f ; \ + if test ! -f ./data/$$f ; \ then x=yep ; \ else x=`find $(srcdir)/data/$$f -newer ./data/$$f -print` ; \ fi; \ diff --git a/samples/html/help/Makefile.in b/samples/html/help/Makefile.in index a42550f401..4eeef4396d 100644 --- a/samples/html/help/Makefile.in +++ b/samples/html/help/Makefile.in @@ -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; \ diff --git a/samples/html/helpview/Makefile.in b/samples/html/helpview/Makefile.in index 1254d36d8c..64e1f1bc40 100644 --- a/samples/html/helpview/Makefile.in +++ b/samples/html/helpview/Makefile.in @@ -180,7 +180,7 @@ helpview.app/Contents/PkgInfo: helpview$(EXEEXT) $(top_srcdir)/src/mac/carbon/In data: @mkdir -p . @for f in test.zip; do \ - if test ! -e ./$$f ; \ + if test ! -f ./$$f ; \ then x=yep ; \ else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \ fi; \ diff --git a/samples/html/printing/Makefile.in b/samples/html/printing/Makefile.in index 879f3a7135..201b626781 100644 --- a/samples/html/printing/Makefile.in +++ b/samples/html/printing/Makefile.in @@ -180,7 +180,7 @@ printing.app/Contents/PkgInfo: printing$(EXEEXT) $(top_srcdir)/src/mac/carbon/In data: @mkdir -p . @for f in logo6.gif test.htm; do \ - if test ! -e ./$$f ; \ + if test ! -f ./$$f ; \ then x=yep ; \ else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \ fi; \ diff --git a/samples/html/test/Makefile.in b/samples/html/test/Makefile.in index 502ef844fe..03aa08cded 100644 --- a/samples/html/test/Makefile.in +++ b/samples/html/test/Makefile.in @@ -181,7 +181,7 @@ test.app/Contents/PkgInfo: test$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info.plist data: @mkdir -p . @for f in f.html fft.html imagemap.htm imagemap.png pic.png pic2.bmp tables.htm test.htm listtest.htm i18n.gif 8859_2.htm cp1250.htm regres.htm; do \ - if test ! -e ./$$f ; \ + if test ! -f ./$$f ; \ then x=yep ; \ else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \ fi; \ diff --git a/samples/html/virtual/Makefile.in b/samples/html/virtual/Makefile.in index 051a1cb5b9..f669a6e0d0 100644 --- a/samples/html/virtual/Makefile.in +++ b/samples/html/virtual/Makefile.in @@ -180,7 +180,7 @@ virtual.app/Contents/PkgInfo: virtual$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info data: @mkdir -p . @for f in start.htm; do \ - if test ! -e ./$$f ; \ + if test ! -f ./$$f ; \ then x=yep ; \ else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \ fi; \ diff --git a/samples/html/widget/Makefile.in b/samples/html/widget/Makefile.in index 7e73b85acf..f8612e1c9c 100644 --- a/samples/html/widget/Makefile.in +++ b/samples/html/widget/Makefile.in @@ -180,7 +180,7 @@ widget.app/Contents/PkgInfo: widget$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info.p data: @mkdir -p . @for f in start.htm; do \ - if test ! -e ./$$f ; \ + if test ! -f ./$$f ; \ then x=yep ; \ else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \ fi; \ diff --git a/samples/html/zip/Makefile.in b/samples/html/zip/Makefile.in index 881bd41a31..5bfce96e88 100644 --- a/samples/html/zip/Makefile.in +++ b/samples/html/zip/Makefile.in @@ -177,7 +177,7 @@ zip.app/Contents/PkgInfo: zip$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info.plist.i data: @mkdir -p . @for f in pages.zip start.htm; do \ - if test ! -e ./$$f ; \ + if test ! -f ./$$f ; \ then x=yep ; \ else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \ fi; \ diff --git a/samples/image/Makefile.in b/samples/image/Makefile.in index 2a7b05a391..b64bad8d35 100644 --- a/samples/image/Makefile.in +++ b/samples/image/Makefile.in @@ -174,7 +174,7 @@ image.app/Contents/PkgInfo: image$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info.pli data: @mkdir -p . @for f in horse.png horse.jpg horse.bmp horse.gif horse.pcx horse.pnm horse_ag.pnm horse_rg.pnm horse.tif horse.xpm horse.cur horse.ico horse3.ani smile.xbm; do \ - if test ! -e ./$$f ; \ + if test ! -f ./$$f ; \ then x=yep ; \ else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \ fi; \ diff --git a/samples/internat/Makefile.in b/samples/internat/Makefile.in index 188f544375..40e8e3440e 100644 --- a/samples/internat/Makefile.in +++ b/samples/internat/Makefile.in @@ -175,7 +175,7 @@ internat.app/Contents/PkgInfo: internat$(EXEEXT) $(top_srcdir)/src/mac/carbon/In bg: @mkdir -p ./bg @for f in internat.po internat.mo; do \ - if test ! -e ./bg/$$f ; \ + if test ! -f ./bg/$$f ; \ then x=yep ; \ else x=`find $(srcdir)/bg/$$f -newer ./bg/$$f -print` ; \ fi; \ @@ -187,7 +187,7 @@ bg: cs: @mkdir -p ./cs @for f in internat.po internat.mo; do \ - if test ! -e ./cs/$$f ; \ + if test ! -f ./cs/$$f ; \ then x=yep ; \ else x=`find $(srcdir)/cs/$$f -newer ./cs/$$f -print` ; \ fi; \ @@ -199,7 +199,7 @@ cs: de: @mkdir -p ./de @for f in internat.po internat.mo; do \ - if test ! -e ./de/$$f ; \ + if test ! -f ./de/$$f ; \ then x=yep ; \ else x=`find $(srcdir)/de/$$f -newer ./de/$$f -print` ; \ fi; \ @@ -211,7 +211,7 @@ de: fr: @mkdir -p ./fr @for f in internat.po internat.mo; do \ - if test ! -e ./fr/$$f ; \ + if test ! -f ./fr/$$f ; \ then x=yep ; \ else x=`find $(srcdir)/fr/$$f -newer ./fr/$$f -print` ; \ fi; \ @@ -223,7 +223,7 @@ fr: ja: @mkdir -p ./ja @for f in internat.po internat.mo; do \ - if test ! -e ./ja/$$f ; \ + if test ! -f ./ja/$$f ; \ then x=yep ; \ else x=`find $(srcdir)/ja/$$f -newer ./ja/$$f -print` ; \ fi; \ @@ -235,7 +235,7 @@ ja: ka: @mkdir -p ./ka @for f in internat.po internat.mo; do \ - if test ! -e ./ka/$$f ; \ + if test ! -f ./ka/$$f ; \ then x=yep ; \ else x=`find $(srcdir)/ka/$$f -newer ./ka/$$f -print` ; \ fi; \ @@ -247,7 +247,7 @@ ka: pl: @mkdir -p ./pl @for f in internat.po internat.mo; do \ - if test ! -e ./pl/$$f ; \ + if test ! -f ./pl/$$f ; \ then x=yep ; \ else x=`find $(srcdir)/pl/$$f -newer ./pl/$$f -print` ; \ fi; \ @@ -259,7 +259,7 @@ pl: ru: @mkdir -p ./ru @for f in internat.po internat.mo; do \ - if test ! -e ./ru/$$f ; \ + if test ! -f ./ru/$$f ; \ then x=yep ; \ else x=`find $(srcdir)/ru/$$f -newer ./ru/$$f -print` ; \ fi; \ diff --git a/samples/mobile/styles/Makefile.in b/samples/mobile/styles/Makefile.in index 96e9df1297..583f0add5a 100644 --- a/samples/mobile/styles/Makefile.in +++ b/samples/mobile/styles/Makefile.in @@ -176,7 +176,7 @@ styles.app/Contents/PkgInfo: styles$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info.p data: @mkdir -p . @for f in marble.jpg; do \ - if test ! -e ./$$f ; \ + if test ! -f ./$$f ; \ then x=yep ; \ else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \ fi; \ diff --git a/samples/opengl/isosurf/Makefile.in b/samples/opengl/isosurf/Makefile.in index 43ca0a23a5..38f6057886 100644 --- a/samples/opengl/isosurf/Makefile.in +++ b/samples/opengl/isosurf/Makefile.in @@ -178,7 +178,7 @@ isosurf.app/Contents/PkgInfo: $(__isosurf___depname) $(top_srcdir)/src/mac/carbo data: @mkdir -p . @for f in isosurf.dat.gz; do \ - if test ! -e ./$$f ; \ + if test ! -f ./$$f ; \ then x=yep ; \ else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \ fi; \ diff --git a/samples/opengl/penguin/Makefile.in b/samples/opengl/penguin/Makefile.in index 3b61658496..1136e1e388 100644 --- a/samples/opengl/penguin/Makefile.in +++ b/samples/opengl/penguin/Makefile.in @@ -188,7 +188,7 @@ penguin.app/Contents/PkgInfo: $(__penguin___depname) $(top_srcdir)/src/mac/carbo data: @mkdir -p . @for f in penguin.lwo; do \ - if test ! -e ./$$f ; \ + if test ! -f ./$$f ; \ then x=yep ; \ else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \ fi; \ diff --git a/samples/ownerdrw/Makefile.in b/samples/ownerdrw/Makefile.in index d39b1869f6..3c71944243 100644 --- a/samples/ownerdrw/Makefile.in +++ b/samples/ownerdrw/Makefile.in @@ -175,7 +175,7 @@ ownerdrw.app/Contents/PkgInfo: ownerdrw$(EXEEXT) $(top_srcdir)/src/mac/carbon/In data: @mkdir -p . @for f in sound.png nosound.png; do \ - if test ! -e ./$$f ; \ + if test ! -f ./$$f ; \ then x=yep ; \ else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \ fi; \ diff --git a/samples/richedit/Makefile.in b/samples/richedit/Makefile.in index abfc2e32ec..03dc8a27b8 100644 --- a/samples/richedit/Makefile.in +++ b/samples/richedit/Makefile.in @@ -179,7 +179,7 @@ richedit.app/Contents/PkgInfo: richedit$(EXEEXT) $(top_srcdir)/src/mac/carbon/In data: @mkdir -p . @for f in wxLayout.cpp; do \ - if test ! -e ./$$f ; \ + if test ! -f ./$$f ; \ then x=yep ; \ else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \ fi; \ diff --git a/samples/rotate/Makefile.in b/samples/rotate/Makefile.in index f6d420431f..f706e15c39 100644 --- a/samples/rotate/Makefile.in +++ b/samples/rotate/Makefile.in @@ -175,7 +175,7 @@ rotate.app/Contents/PkgInfo: rotate$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info.p data: @mkdir -p . @for f in duck.png; do \ - if test ! -e ./$$f ; \ + if test ! -f ./$$f ; \ then x=yep ; \ else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \ fi; \ diff --git a/samples/shaped/Makefile.in b/samples/shaped/Makefile.in index 8d2056f018..7844f2b09e 100644 --- a/samples/shaped/Makefile.in +++ b/samples/shaped/Makefile.in @@ -175,7 +175,7 @@ shaped.app/Contents/PkgInfo: shaped$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info.p data: @mkdir -p . @for f in star.png; do \ - if test ! -e ./$$f ; \ + if test ! -f ./$$f ; \ then x=yep ; \ else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \ fi; \ diff --git a/samples/sound/Makefile.in b/samples/sound/Makefile.in index d405500268..6de418fbad 100644 --- a/samples/sound/Makefile.in +++ b/samples/sound/Makefile.in @@ -179,7 +179,7 @@ sound.app/Contents/PkgInfo: sound$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info.pli data: @mkdir -p . @for f in 9000g.wav cuckoo.wav doggrowl.wav tinkalink2.wav; do \ - if test ! -e ./$$f ; \ + if test ! -f ./$$f ; \ then x=yep ; \ else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \ fi; \ diff --git a/samples/splash/Makefile.in b/samples/splash/Makefile.in index 844e5ed957..bf85c5e176 100644 --- a/samples/splash/Makefile.in +++ b/samples/splash/Makefile.in @@ -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; \ diff --git a/samples/stc/Makefile.in b/samples/stc/Makefile.in index eefba32c00..2467af9b84 100644 --- a/samples/stc/Makefile.in +++ b/samples/stc/Makefile.in @@ -178,7 +178,7 @@ stctest.app/Contents/PkgInfo: stctest$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info data: @mkdir -p . @for f in stctest.cpp; do \ - if test ! -e ./$$f ; \ + if test ! -f ./$$f ; \ then x=yep ; \ else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \ fi; \ diff --git a/samples/xrc/Makefile.in b/samples/xrc/Makefile.in index 5eed21243e..e152d1b612 100644 --- a/samples/xrc/Makefile.in +++ b/samples/xrc/Makefile.in @@ -194,7 +194,7 @@ xrcdemo.app/Contents/PkgInfo: xrcdemo$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info data: @mkdir -p ./rc @for f in appicon.ico appicon.xpm artprov.xpm artprov.xrc basicdlg.xpm basicdlg.xrc controls.xpm controls.xrc custclas.xpm custclas.xrc derivdlg.xpm derivdlg.xrc fileopen.gif filesave.gif frame.xrc fuzzy.gif menu.xrc platform.xpm platform.xrc quotes.gif resource.xrc toolbar.xrc uncenter.xpm uncenter.xrc update.gif variable.xpm variable.xrc; do \ - if test ! -e ./rc/$$f ; \ + if test ! -f ./rc/$$f ; \ then x=yep ; \ else x=`find $(srcdir)/rc/$$f -newer ./rc/$$f -print` ; \ fi; \ diff --git a/tests/Makefile.in b/tests/Makefile.in index 01f6c17cf3..040c35a294 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -239,7 +239,7 @@ test_gui.app/Contents/PkgInfo: $(__test_gui___depname) $(top_srcdir)/src/mac/car data: @mkdir -p . @for f in testdata.fc; do \ - if test ! -e ./$$f ; \ + if test ! -f ./$$f ; \ then x=yep ; \ else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \ fi; \ diff --git a/utils/configtool/src/Makefile.in b/utils/configtool/src/Makefile.in index ce3cfd919b..3ab183b11d 100644 --- a/utils/configtool/src/Makefile.in +++ b/utils/configtool/src/Makefile.in @@ -172,7 +172,7 @@ wxconfigtool$(EXEEXT): $(WXCONFIGTOOL_OBJECTS) $(__wxconfigtool___win32rc) data: @mkdir -p . @for f in wxwin250.wxs; do \ - if test ! -e ./$$f ; \ + if test ! -f ./$$f ; \ then x=yep ; \ else x=`find $(srcdir)/../configs/$$f -newer ./$$f -print` ; \ fi; \ diff --git a/utils/emulator/src/Makefile.in b/utils/emulator/src/Makefile.in index 1bee6b863d..26b81f40eb 100644 --- a/utils/emulator/src/Makefile.in +++ b/utils/emulator/src/Makefile.in @@ -144,7 +144,7 @@ wxemulator$(EXEEXT): $(WXEMULATOR_OBJECTS) $(__wxemulator___win32rc) data: @mkdir -p . @for f in default.wxe ipaq.wxe bluegradient.jpg ipaq01.jpg; do \ - if test ! -e ./$$f ; \ + if test ! -f ./$$f ; \ then x=yep ; \ else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \ fi; \ diff --git a/utils/helpview/src/Makefile.in b/utils/helpview/src/Makefile.in index 686a8206a7..d1bdb137ed 100644 --- a/utils/helpview/src/Makefile.in +++ b/utils/helpview/src/Makefile.in @@ -160,7 +160,7 @@ install_helpview: data: @mkdir -p . @for f in test.zip; do \ - if test ! -e ./$$f ; \ + if test ! -f ./$$f ; \ then x=yep ; \ else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \ fi; \ -- 2.45.2