Skip to content

Commit 1457f64

Browse files
authored
remove unnecessary dependency (istio#276)
1 parent 7159a8d commit 1457f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.deps.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ $(NPM_BIN):
4141

4242
# Install Typescript generator if missing
4343
PROTOC_GEN_TS := ./node_modules/.bin/protoc-gen-ts
44-
$(PROTOC_GEN_TS): $(NPM_BIN)
44+
$(PROTOC_GEN_TS):
4545
@echo "(re)downloading $@..."
4646
@$(NPM_BIN) install
4747

0 commit comments

Comments
 (0)