[offsets-tool] Fixed the Makefile to clone into the base directory instead.
authorJoao Matos <joao@tritao.eu>
Fri, 11 Nov 2016 12:57:56 +0000 (12:57 +0000)
committerJoao Matos <joao@tritao.eu>
Fri, 11 Nov 2016 12:59:14 +0000 (12:59 +0000)
tools/offsets-tool/Makefile

index 0a60dbdc30b8ae7a0373f4db929609644ad4429a..37909156cee069bd22496d34967a1aac901f55d6 100644 (file)
@@ -38,7 +38,7 @@ MONO_OPTIONS_SRC = $(SRC_ROOT)/mcs/class/Mono.Options/Mono.Options/Options.cs
 
 .stamp-clone:
        @if [ ! -d $(CPPSHARP_BASE_DIR) ]; then \
-               git clone -b 60f763a9 --depth 1 git://github.com/xamarin/CppSharpBinaries.git $(CPPSHARP_DIR) && touch $@; \
+               git clone -b 60f763a9 --depth 1 git://github.com/xamarin/CppSharpBinaries.git $(CPPSHARP_BASE_DIR) && touch $@; \
        fi
 
 MonoAotOffsetsDumper.exe: .stamp-clone MonoAotOffsetsDumper.cs $(MONO_OPTIONS_SRC)