From: Jens Geyer Date: Fri, 16 May 2014 23:54:09 +0000 (+0200) Subject: Fixed broken build: "thrift -out " expects that already exists X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=a47cf906ab060e7f6520d0eb8e5703008183f219;p=common%2Fthrift.git Fixed broken build: "thrift -out " expects that already exists --- diff --git a/test/go/Makefile.am b/test/go/Makefile.am index d9890c94..a23402e0 100644 --- a/test/go/Makefile.am +++ b/test/go/Makefile.am @@ -28,6 +28,7 @@ ThriftTest.thrift: $(THRIFTTEST) # 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