# HG changeset patch # User Oleksandr Gavenko # Date 1312749743 -10800 # Node ID 203ac8ba39342167e067a806fd159c52a26e7830 # Parent 154f402aa2dc7f592058da58469bac0902371dc4 Add work-around for PATH. Under Windows find.exe going in collision with Cygwin and %WINDIR%/sysem32. diff -r 154f402aa2dc -r 203ac8ba3934 Makefile --- a/Makefile Fri Aug 05 17:03:02 2011 +0300 +++ b/Makefile Sun Aug 07 23:42:23 2011 +0300 @@ -3,6 +3,7 @@ # You can do anything with this file without any warranty. SHELL = /bin/sh +export PATH := /bin:/usr/bin:${PATH} # Disable built in pattern rules. MAKEFLAGS += -r