From abb94de63124411f3cb522e578bb38cd93f1239c Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 29 Jul 2014 23:52:31 -0700 Subject: [PATCH] Makefile updatedeps requires libucl --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ab6fb00c5..38abbec7e 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ testacc: config/y.go libucl testrace: config/y.go libucl TF_ACC= go test -race $(TEST) $(TESTARGS) -updatedeps: config/y.go +updatedeps: config/y.go libucl go get -u -v ./... config/y.go: config/expr.y