# HG changeset patch # User Oleksandr Gavenko # Date 1312749577 -10800 # Node ID f3b193a0e566658392ef5e207e683c9183a45cfe # Parent ef0c534262da4cd89e0b390527ec9b4020fb2895 Add work-around for PATH. Under Windows find.exe going in collision with Cygwin and %WINDIR%/sysem32. diff -r ef0c534262da -r f3b193a0e566 Makefile --- a/Makefile Sat Jul 30 12:27:28 2011 +0300 +++ b/Makefile Sun Aug 07 23:39:37 2011 +0300 @@ -1,5 +1,5 @@ - SHELL = /bin/sh +export PATH := /bin:/usr/bin:${PATH} # Disable built in pattern rules. MAKEFLAGS += -r