]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dnd/Makefile.in
A slightly modified version of Patch #1197468. Keeps track of pending
[wxWidgets.git] / samples / dnd / Makefile.in
index cb6401d9f7ca41d1690b2f660a62fc4d62b155b8..2ab1f170ff46b03284b6fcecce74386ffc772099 100644 (file)
@@ -172,7 +172,7 @@ dnd.app/Contents/PkgInfo: dnd$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info.plist.i
 data: 
        @mkdir -p .
        @for f in wxwin.png; do \
-       if test ! -e ./$$f ; \
+       if test ! -f ./$$f ; \
        then x=yep ; \
        else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
        fi; \