From da392d9136b56b28d901aacf9fe79996bf729c65 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 18 Aug 2010 10:08:49 -0400 Subject: build: no required environment variables R=adg, r, PeterGo CC=golang-dev https://golang.org/cl/1942044 --- src/pkg/encoding/binary/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pkg/encoding/binary') diff --git a/src/pkg/encoding/binary/Makefile b/src/pkg/encoding/binary/Makefile index 23d4d6d436..dc46abe909 100644 --- a/src/pkg/encoding/binary/Makefile +++ b/src/pkg/encoding/binary/Makefile @@ -2,7 +2,7 @@ # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. -include ../../../Make.$(GOARCH) +include ../../../Make.inc TARG=encoding/binary GOFILES=\ -- cgit v1.3