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 | d5a213c027d18c2c8de4b869af2b6839badb3871 (patch) | |
tree | fce12a0753dcdb206ec0d64d571afcfc1711145c /src/pkg/mime/Makefile | |
parent | ae4b93f1aa082f2529247d0eddcc5a04ffa71564 (diff) | |
download | go-d5a213c027d18c2c8de4b869af2b6839badb3871.tar.gz |
build: no required environment variables
R=adg, r, PeterGo
CC=golang-dev
http://codereview.appspot.com/1942044
Diffstat (limited to 'src/pkg/mime/Makefile')
-rw-r--r-- | src/pkg/mime/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/mime/Makefile b/src/pkg/mime/Makefile index 1f1296b76..901ed6f8e 100644 --- a/src/pkg/mime/Makefile +++ b/src/pkg/mime/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=mime GOFILES=\ |