Makefile updatedeps requires libucl

This commit is contained in:
Mitchell Hashimoto
2014-07-29 23:52:31 -07:00
parent 55402f5f3e
commit abb94de631

View File

@@ -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