Fixed broken build: "thrift -out <dir>" expects that <dir> already exists
diff --git a/test/go/Makefile.am b/test/go/Makefile.am
index d9890c9..a23402e 100644
--- a/test/go/Makefile.am
+++ b/test/go/Makefile.am
@@ -28,6 +28,7 @@
 
 # Thrift for GO has problems with complex map keys: THRIFT-2063
 gopath: $(THRIFT) ThriftTest.thrift 
+	mkdir src/gen
 	$(THRIFTCMD) ThriftTest.thrift
 	$(THRIFTCMD) ../StressTest.thrift
 	ln -nfs ../../../lib/go/thrift src/thrift