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