Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix usage of $GOPATH in Makefile (#1379)
The command `make build` fails when `$GOPATH` contains multiple paths separated by `:`: Example: ``` $ echo $GOPATH /go:/opt/rh/go-toolset/root/usr/share/gocode $ make build Makefile:99: *** target pattern contains no `%'. Stop.
- Loading branch information