Skip to content

Commit de28903

Browse files
committed
Makefile: stale installation of glide was failing
Signed-off-by: Vincent Batts <[email protected]>
1 parent 3a46ac8 commit de28903

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Makefile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ DOC_FILES := \
3939
FIGURE_FILES := \
4040
img/media-types.png
4141

42-
TOOLS := esc gitvalidation glide glide-vc
42+
TOOLS := esc gitvalidation
4343

4444
default: check-license lint test
4545

@@ -120,12 +120,6 @@ install.tools: $(TOOLS:%=.install.%)
120120
.install.gitvalidation:
121121
go get -u github.com/vbatts/git-validation
122122

123-
.install.glide:
124-
go get -u github.com/Masterminds/glide
125-
126-
.install.glide-vc:
127-
go get -u github.com/sgotti/glide-vc
128-
129123
clean:
130124
rm -rf *~ $(OUTPUT_DIRNAME) header.html
131125

0 commit comments

Comments
 (0)