diff options
| author | Russ Cox <rsc@golang.org> | 2010-08-18 10:08:49 -0400 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2010-08-18 10:08:49 -0400 |
| commit | da392d9136b56b28d901aacf9fe79996bf729c65 (patch) | |
| tree | 049d4382b068bdd59ecec8dad9617bbb3be5f512 /src/pkg/exec | |
| parent | 31339c32244a58263dd2f375d0c32d5f0ac596e5 (diff) | |
| download | go-da392d9136b56b28d901aacf9fe79996bf729c65.tar.xz | |
build: no required environment variables
R=adg, r, PeterGo
CC=golang-dev
https://golang.org/cl/1942044
Diffstat (limited to 'src/pkg/exec')
| -rw-r--r-- | src/pkg/exec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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=\ |
