]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/configtool/src/Makefile.in
Warning fix.
[wxWidgets.git] / utils / configtool / src / Makefile.in
index ce3cfd919b9153469549ecb19ae67f9c137f39f8..3ab183b11d7113e741f922a4016ba92ef29fbf51 100644 (file)
@@ -172,7 +172,7 @@ wxconfigtool$(EXEEXT): $(WXCONFIGTOOL_OBJECTS) $(__wxconfigtool___win32rc)
 data: 
        @mkdir -p .
        @for f in wxwin250.wxs; do \
-       if test ! -e ./$$f ; \
+       if test ! -f ./$$f ; \
        then x=yep ; \
        else x=`find $(srcdir)/../configs/$$f -newer ./$$f -print` ; \
        fi; \