summaryrefslogtreecommitdiff
path: root/src/hub/Makefile
diff options
context:
space:
mode:
authorMarkus Grüneis <gimpf@gimpf.org>2014-10-25 15:46:04 +0200
committerMarkus Grüneis <gimpf@gimpf.org>2014-10-25 15:46:04 +0200
commit5edf5fbd04c897fa02a306bfb8cc0554745967fa (patch)
treebd15d13162deea495e95ca6ae749d2742eb92208 /src/hub/Makefile
parenthub: Fix missing abort transaction. (diff)
hub: Remove go get of unused library
Diffstat (limited to 'src/hub/Makefile')
-rw-r--r--src/hub/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hub/Makefile b/src/hub/Makefile
index d2b6f12..eab73bd 100644
--- a/src/hub/Makefile
+++ b/src/hub/Makefile
@@ -42,7 +42,7 @@ getlibs:
$(GOCMD) get "github.com/zenazn/goji"
$(GOCMD) get "code.google.com/p/go-uuid/uuid"
$(GOCMD) get "github.com/go-sql-driver/mysql"
- $(GOCMD) get "github.com/ziutek/mymysql/godrv"
+# $(GOCMD) get "github.com/ziutek/mymysql/godrv"
build: export GOPATH=$(curdir)
build: getlibs