Skip to content

Commit b4781a8

Browse files
authored
Merge pull request #635 from prometheus/makefile_common
Synchronize Makefile.common from prometheus/prometheus
2 parents 35ef65d + 330bc3b commit b4781a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.common

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ endif
201201
.PHONY: common-build
202202
common-build: promu
203203
@echo ">> building binaries"
204-
GO111MODULE=$(GO111MODULE) $(PROMU) build --prefix $(PREFIX)
204+
GO111MODULE=$(GO111MODULE) $(PROMU) build --prefix $(PREFIX) $(PROMU_BINARIES)
205205

206206
.PHONY: common-tarball
207207
common-tarball: promu

0 commit comments

Comments
 (0)