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 923 f3b193a0e566
parent 917 ef0c534262da
child 924 365194e01db5
Add work-around for PATH. Under Windows find.exe going in collision with Cygwin and %WINDIR%/sysem32.
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