From c6f2f6c1ab90bce80432a038e1233ca54a028908 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 18 Aug 2010 10:08:49 -0400 Subject: [PATCH] build: no required environment variables R=adg, r, PeterGo CC=golang-dev https://golang.org/cl/1942044 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5e25bd4..86f9695 100644 --- a/Makefile +++ b/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=crypto/tls GOFILES=\