Revert "Skip go get if compiled"

This reverts commit 78e40722e8.
This commit is contained in:
Star Brilliant
2018-03-21 02:27:55 +08:00
parent fba928e4e4
commit 26d4cd413d

View File

@@ -23,7 +23,6 @@ uninstall:
$(MAKE) -C NetworkManager uninstall "DESTDIR=$(DESTDIR)" "PREFIX=$(PREFIX)"
deps:
[ -e ./doh-client/doh-client -a -e ./doh-server/doh-server ] || \
$(GOGET) ./doh-client ./doh-server
doh-client/doh-client: deps doh-client/client.go doh-client/config.go doh-client/google.go doh-client/ietf.go doh-client/main.go json-dns/error.go json-dns/globalip.go json-dns/marshal.go json-dns/response.go json-dns/unmarshal.go