diff options
Diffstat (limited to 'src/pkg/go/doc/Makefile')
-rw-r--r-- | src/pkg/go/doc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pkg/go/doc/Makefile b/src/pkg/go/doc/Makefile index 60ce26483..1558ac30a 100644 --- a/src/pkg/go/doc/Makefile +++ b/src/pkg/go/doc/Makefile @@ -2,11 +2,11 @@ # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. -include $(GOROOT)/src/Make.$(GOARCH) +include ../../../Make.$(GOARCH) TARG=go/doc GOFILES=\ comment.go\ doc.go\ -include $(GOROOT)/src/Make.pkg +include ../../../Make.pkg |