commit | 6fa807315149fce5d67458fdfcb759059daffada | [log] [tgz] |
---|---|---|
author | nick <np202g@att.com> | Tue May 22 14:47:10 2018 -0400 |
committer | nick <np202g@att.com> | Tue May 22 14:50:30 2018 -0400 |
tree | 9680c950456b1a10a49a05ed52abaf799046c6ec | |
parent | ec62c62cd290038ae6eec30598ee2c8f508afed0 [diff] [blame] |
Makefile prereq additions and change to protos Makefile to use the publicly accessible git repository Change-Id: I115983dd566b316d59be51623a22a4e35a9be250
diff --git a/protos/Makefile b/protos/Makefile index ba9591f..046ca49 100644 --- a/protos/Makefile +++ b/protos/Makefile
@@ -40,7 +40,7 @@ googleapis: if [ ! -e "googleapis" ]; then \ - git clone git@github.com:googleapis/googleapis.git; \ + git clone https://github.com/googleapis/googleapis.git; \ make -C googleapis LANGUAGE=cpp all; \ fi;