aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2018-01-05 15:51:25 +0100
committerSebastien Douheret <sebastien.douheret@iot.bzh>2018-01-05 15:51:30 +0100
commit25df9a0cd445ed4e0c958a2ca0227f4f1465a5e0 (patch)
tree843db8ec0419c0cc3976db6a770011bedd1752c5 /Makefile
parent2a7a112bbffcd41a3436c086f1910ea7a9c94744 (diff)
Update vendor/debug rule according to gerrit migration.
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 38ee4a6..271061c 100644
--- a/Makefile
+++ b/Makefile
@@ -190,7 +190,7 @@ vendor: tools/glide glide.yaml
vendor/debug: vendor
(cd vendor/gerrit.automotivelinux.org/gerrit/src/xds && \
- rm -rf xds-common && ln -s ../../../../../../xds-common )
+ rm -rf xds-common.git && ln -s ../../../../../../xds-common xds-common.git )
.PHONY: tools/glide
tools/glide: