aboutsummaryrefslogtreecommitdiff
path: root/googlemock/make/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'googlemock/make/Makefile')
-rw-r--r--googlemock/make/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/make/Makefile b/googlemock/make/Makefile
index c1cc0e90..7c13e05f 100644
--- a/googlemock/make/Makefile
+++ b/googlemock/make/Makefile
@@ -17,7 +17,7 @@
# Points to the root of Google Test, relative to where this file is.
# Remember to tweak this if you move this file, or if you want to use
# a copy of Google Test at a different location.
-GTEST_DIR = ../gtest
+GTEST_DIR = ../../googletest
# Points to the root of Google Mock, relative to where this file is.
# Remember to tweak this if you move this file.