diff --git a/Makefile b/Makefile index 6d7fecf88..70c5745c0 100644 --- a/Makefile +++ b/Makefile @@ -273,6 +273,7 @@ install: $(buildbin) # Telegraf build per platform. This improves package performance by sharing # the bin between deb/rpm/tar packages over building directly into the package # directory. +.PHONY: $(buildbin) $(buildbin): echo $(GOOS) @mkdir -pv $(dir $@)