Add work-around for PATH. Under Windows find.exe going in collision with
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 07 Aug 2011 23:42:23 +0300
changeset 678 203ac8ba3934
parent 677 154f402aa2dc
child 679 9db25653169a
Add work-around for PATH. Under Windows find.exe going in collision with Cygwin and %WINDIR%/sysem32.
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