diff options
Diffstat (limited to 'src/pkg/go/token/Makefile')
-rw-r--r-- | src/pkg/go/token/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/go/token/Makefile b/src/pkg/go/token/Makefile index 629196c5d..7d3257b0a 100644 --- a/src/pkg/go/token/Makefile +++ b/src/pkg/go/token/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=go/token GOFILES=\ |