Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJoao Matos <joao@tritao.eu>2016-11-11 15:57:56 +0300
committerJoao Matos <joao@tritao.eu>2016-11-11 15:59:14 +0300
commita1ac272ffe8d6b54bc9f9ebe1331699d1b623507 (patch)
treec70fda84001d1e5948d9c6d6d02e79e97b895117 /tools
parentced1dce6fb73eb9e57d31b30ec3e8d8d971a18dd (diff)
[offsets-tool] Fixed the Makefile to clone into the base directory instead.
Diffstat (limited to 'tools')
-rw-r--r--tools/offsets-tool/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/offsets-tool/Makefile b/tools/offsets-tool/Makefile
index 0a60dbdc30b..37909156cee 100644
--- a/tools/offsets-tool/Makefile
+++ b/tools/offsets-tool/Makefile
@@ -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)