]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/richedit/Makefile.in
Fixes to allow compilation with no wchar_t (djgpp probably has a real wchar_t
[wxWidgets.git] / samples / richedit / Makefile.in
index 595b9fb3619ec2f6e42f09fe09fd6efbc418964d..734c7b57a193896ef3d36751a685f36e1b671557 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; \