]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/richedit/Makefile.in
Hopefully fixed library names generated by wx-config for OS/2's PM port.
[wxWidgets.git] / samples / richedit / Makefile.in
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; \