Add work-around for PATH. Under Windows find.exe going in collision with
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 07 Aug 2011 23:39:37 +0300
changeset 3 194bc8d6504a
parent 2 ee2c7334966e
child 4 535ed5cca007
Add work-around for PATH. Under Windows find.exe going in collision with Cygwin and %WINDIR%/sysem32.
Makefile
--- a/Makefile	Wed Jul 20 14:37:56 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