Index: tools/Makefile |
diff --git a/tools/Makefile b/tools/Makefile |
index 32f6817cec9ea52cfcdae0edd9f7d175b6c91587..a9963915b2815a1cd9f44bf39fc05c15f966bcab 100644 |
--- a/tools/Makefile |
+++ b/tools/Makefile |
@@ -111,7 +111,7 @@ ifeq ($(PLATFORM), win) |
# I'm explicitly coding the path. |
BUILDPATH = $(DESTDIR)$(PREFIX)/bin:/usr/local/bin:/usr/bin:/bin |
SCONS ?= scons.bat |
- GIT ?= $(shell python ../build/find_depot_tools.py)/git.bat |
+ GIT ?= $(shell python ../../build/find_depot_tools.py)/git.bat |
REVISION ?= $(shell $(GIT) rev-parse HEAD | tr -d $$"\r") |
PREFIX_NATIVE = $(shell cygpath -m $(PREFIX)) |
CREATE_REDIRECTORS = ./create_redirectors_cygwin.sh |