]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/controls/Makefile.in
Hopefully fixed library names generated by wx-config for OS/2's PM port.
[wxWidgets.git] / samples / controls / Makefile.in
index 48b6c362245651a1c1ea45d7829e140174a01f5a..b3bc63631c7b2c44ceb261fa715ebcde60150069 100644 (file)
@@ -175,7 +175,7 @@ controls.app/Contents/PkgInfo: controls$(EXEEXT) $(top_srcdir)/src/mac/carbon/In
 data: 
        @mkdir -p .
        @for f in test2.bmp; do \
 data: 
        @mkdir -p .
        @for f in test2.bmp; do \
-       if test ! -e ./$$f ; \
+       if test ! -f ./$$f ; \
        then x=yep ; \
        else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
        fi; \
        then x=yep ; \
        else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
        fi; \