Skip to content

Commit abb94de

Browse files
committed
Makefile updatedeps requires libucl
1 parent 55402f5 commit abb94de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ testacc: config/y.go libucl
3737
testrace: config/y.go libucl
3838
TF_ACC= go test -race $(TEST) $(TESTARGS)
3939

40-
updatedeps: config/y.go
40+
updatedeps: config/y.go libucl
4141
go get -u -v ./...
4242

4343
config/y.go: config/expr.y

0 commit comments

Comments
 (0)