]> git.saurik.com Git - wxWidgets.git/commitdiff
Change 'test -e' to 'test -f' for Sun
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Tue, 31 May 2005 20:44:31 +0000 (20:44 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Tue, 31 May 2005 20:44:31 +0000 (20:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34468 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

40 files changed:
contrib/samples/animate/Makefile.in
contrib/samples/fl/Makefile.in
contrib/samples/ogl/studio/Makefile.in
contrib/samples/stc/Makefile.in
demos/dbbrowse/Makefile.in
demos/forty/Makefile.in
demos/life/Makefile.in
demos/poem/Makefile.in
samples/console/Makefile.in
samples/controls/Makefile.in
samples/dialogs/Makefile.in
samples/dnd/Makefile.in
samples/dragimag/Makefile.in
samples/drawing/Makefile.in
samples/help/Makefile.in
samples/html/about/Makefile.in
samples/html/help/Makefile.in
samples/html/helpview/Makefile.in
samples/html/printing/Makefile.in
samples/html/test/Makefile.in
samples/html/virtual/Makefile.in
samples/html/widget/Makefile.in
samples/html/zip/Makefile.in
samples/image/Makefile.in
samples/internat/Makefile.in
samples/mobile/styles/Makefile.in
samples/opengl/isosurf/Makefile.in
samples/opengl/penguin/Makefile.in
samples/ownerdrw/Makefile.in
samples/richedit/Makefile.in
samples/rotate/Makefile.in
samples/shaped/Makefile.in
samples/sound/Makefile.in
samples/splash/Makefile.in
samples/stc/Makefile.in
samples/xrc/Makefile.in
tests/Makefile.in
utils/configtool/src/Makefile.in
utils/emulator/src/Makefile.in
utils/helpview/src/Makefile.in

index 1e0ad1d1fac6c4b0cde61943cc64a301517763dd..86d527e4eb50afcb2463c2fc6acdc793f9e90921 100644 (file)
@@ -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; \
index 95130784cae1ae3a128ff1e410daec450af216e6..ea96a0bede68a40ed76bc8ee84b6e47f115113b0 100644 (file)
@@ -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; \
index ba9ee763102e803dfe8ab9ca60ff6c142bea23fc..84bab05e6d7fc70af9eccfdedbd43644c723afea 100644 (file)
@@ -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; \
index eefba32c00571fcf7ecb56d54c25f630739b767b..2467af9b842e3efdf702a463f7df7fb6a12fa603 100644 (file)
@@ -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; \
index 778a15195e6e3ad8e055677724c11e2d148aa3a3..e50a10a27e53a6068cce70b14a2c0b591433f4ab 100644 (file)
@@ -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; \
index c54ceb1ff53570d3e63781e39db8e39d2ba08944..7222e74f2707f247cd6ee0841f6a8eff2c0d6545 100644 (file)
@@ -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; \
index 19eaefb503c885f8cd511eac432727fe823bfd0e..2e0b0c4baf34d630577b222cfaf7a4f5c23b5b46 100644 (file)
@@ -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; \
index 554d7d2ed1dd0815c26f1eaf25586765f8084e91..75e1b795df82dec62a5ff560fb8413c0c6e6f7a0 100644 (file)
@@ -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; \
index 53f3973924270de27f3eae7f5d1939d887c5a185..f3e65d97a01f8a882534a134fb1937829a1ad3a9 100644 (file)
@@ -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; \
index 48b6c362245651a1c1ea45d7829e140174a01f5a..b3bc63631c7b2c44ceb261fa715ebcde60150069 100644 (file)
@@ -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; \
index 7eefc1863332ab762a140c7c7d632e43a0d94594..749a29c125c25c91d577180f7568df9b92fc78a0 100644 (file)
@@ -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; \
index 0b3fccec39594e4ab3c9093b11b2046b065a6312..0bf78a47fca7c4af7bc23672dddbda6d9da44570 100644 (file)
@@ -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; \
index d6d35fd6ef828741adca46277152fc054b559596..ba96a17e2e1145f22b02bf9da4b2f37d2005d6bc 100644 (file)
@@ -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; \
index cbf739f026617970847ff1d67cb28fb6e3117b99..fa4c8ae783281a1e3010d66509f5a15f8069b9f9 100644 (file)
@@ -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; \
index 8a1b3f2fabcb9881e2ffc51944d9b2c9dc0fb293..b5bed95a3db8291dd1bde72edff9e83204307910 100644 (file)
@@ -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; \
index dd5418f3cebb3a24f110f627ccf695baa88d90d1..966fe53d57f2f5f3ab87fdc33b8f0baa9fc43095 100644 (file)
@@ -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; \
index a42550f40116e5f21abc41fac6aff6f25c2a3df9..4eeef4396d8f391d0d27b3e104a1f2624196723a 100644 (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; \
index 1254d36d8c32e0ac06ea60f3625f17f3749b7bfc..64e1f1bc402d4128ec8e417cb81a48d2848daff6 100644 (file)
@@ -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; \
index 879f3a71353a332d429b9d003b48c3ec8251679a..201b62678191e351f3a925d33f53138fba86b307 100644 (file)
@@ -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; \
index 502ef844fe7c08029c7c3da4a3c756a86c26f66a..03aa08cdeda5497018b8d24d6a557de61048a76d 100644 (file)
@@ -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; \
index 051a1cb5b9742a52c9e08b40650d9e26ea4e4717..f669a6e0d03d7f8f73a171e0137b0e5f9ec5e4c6 100644 (file)
@@ -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; \
index 7e73b85acfdc2f8ccec566b491a55e8d4167be6a..f8612e1c9cfab57a889e013a5935ef8a7277a27d 100644 (file)
@@ -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; \
index 881bd41a314cb0c227b7624998206de13943931a..5bfce96e88240af5bd9f82ae7d0bfecb47e9d47a 100644 (file)
@@ -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; \
index 2a7b05a3919a179c7f56ae3840e02bc3df4590c8..b64bad8d357149640af71dda3cbb7900075488b9 100644 (file)
@@ -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; \
index 188f5443754941218f7da137e132af5b08bf8155..40e8e3440e536cbe8a5dab03500c7c42de13ea8f 100644 (file)
@@ -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; \
index 96e9df12971c9ab97d96906c4c1c7605d7977194..583f0add5afc9d249949bcdc00c69ec95ef1bd8d 100644 (file)
@@ -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; \
index 43ca0a23a500335084d344681df7c1b6cc56d971..38f6057886cbb0975fffa4b76b24bf162b8eb260 100644 (file)
@@ -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; \
index 3b6165849629a17219202664c306e66b9462f703..1136e1e388ff532a057a06a38eba1fb22cc25976 100644 (file)
@@ -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; \
index d39b1869f6c491162db51cf6d1a3fe5a09474025..3c71944243713e8cd23ec5b7b7908e7b19b1a2d0 100644 (file)
@@ -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; \
index abfc2e32ec0f657c9a959890d6d8b6a91f951bea..03dc8a27b87972b03602b8ec03ed8be23d8c7255 100644 (file)
@@ -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; \
index f6d420431fe328e0273e6549d7eb3ecdede9326e..f706e15c3960977340ce6dc82f9bfd08888d11c8 100644 (file)
@@ -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; \
index 8d2056f018393e960533c75701992a3baef61a1c..7844f2b09e39cab12cc9604b7121d57d30c1e7cd 100644 (file)
@@ -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; \
index d405500268429f7d91cf3280b07ac15ada6e5f83..6de418fbad3e00b5d203c3c184a4673315150158 100644 (file)
@@ -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; \
index 844e5ed957ea50ad9590a034f49d64097681b2ec..bf85c5e176b72ee82f6bf12f5c76bad58973bab6 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; \
index eefba32c00571fcf7ecb56d54c25f630739b767b..2467af9b842e3efdf702a463f7df7fb6a12fa603 100644 (file)
@@ -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; \
index 5eed21243edc5c241069695bbc41ece17e3ba319..e152d1b612a9e276976951f9e200fc74d27e9b58 100644 (file)
@@ -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; \
index 01f6c17cf31c89079baac55d0f877cbbfca9c741..040c35a294eb910f61fe529c8f2f30e0c73604fc 100644 (file)
@@ -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; \
index ce3cfd919b9153469549ecb19ae67f9c137f39f8..3ab183b11d7113e741f922a4016ba92ef29fbf51 100644 (file)
@@ -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; \
index 1bee6b863d9e073cdc84cf3b6f94f0b617bd4a00..26b81f40eb40d11db31464563ad7b773da66f814 100644 (file)
@@ -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; \
index 686a8206a78214d0021bca390afb553afc0f4bf0..d1bdb137ed57496993558150a49dc47c44ed1b40 100644 (file)
@@ -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; \