]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/emulator/src/Makefile.in
Use 'test -f' since Sun's shell doesn't have 'test -e'
[wxWidgets.git] / utils / emulator / src / Makefile.in
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; \