R=rsc CC=golang-dev http://codereview.appspot.com/2005044
@@ -33,7 +33,7 @@
# (Google protocol buffer descriptions).
# Typical use if myproto.proto is a file in package mypackage in this directory:
#
-# include $(GOROOT)/src/Make.$(GOARCH)
+# include $(GOROOT)/src/Make.inc
# TARG=mypackage
# GOFILES=\
# myproto.pb.go
@@ -30,7 +30,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-include $(GOROOT)/src/Make.$(GOARCH)
+include $(GOROOT)/src/Make.inc
all: install
TARG=protoc-gen-go
GOFILES=\
@@ -29,7 +29,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
TARG=goprotobuf.googlecode.com/hg/compiler/descriptor
TARG=goprotobuf.googlecode.com/hg/compiler/generator
TARG=goprotobuf.googlecode.com/hg/compiler/plugin
all:
@echo run make test
TARG=goprotobuf.googlecode.com/hg/proto
include $(GOROOT)/src/pkg/goprotobuf.googlecode.com/hg/Make.protobuf
TARG=test_proto