Use whitespace + $(null) instead of whitespace + #

This commit is contained in:
Rayan Makhmutov 2016-05-13 08:30:02 +05:00
parent 5d2bd8070c
commit 4eb805b527

View file

@ -3,7 +3,7 @@
PACKAGES = $(shell go list ./... | grep -v /vendor/)
ifneq ($(shell uname), Darwin)
EXTLDFLAGS = -extldflags "-static" #
EXTLDFLAGS = -extldflags "-static" $(null)
else
EXTLDFLAGS =
endif