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/exec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pkg/exec/Makefile') diff --git a/src/pkg/exec/Makefile b/src/pkg/exec/Makefile index 9d88b8d8aa..bffc1bf361 100644 --- a/src/pkg/exec/Makefile +++ b/src/pkg/exec/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=exec GOFILES=\ -- cgit v1.3-5-g9baa