]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/console/Makefile.in
Change 'test -e' to 'test -f' for Sun
[wxWidgets.git] / samples / console / Makefile.in
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; \