diff options
Diffstat (limited to 'src/pkg/template')
-rw-r--r-- | src/pkg/template/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pkg/template/Makefile b/src/pkg/template/Makefile index 832f5046c..c9c79f799 100644 --- a/src/pkg/template/Makefile +++ b/src/pkg/template/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=template GOFILES=\ format.go\ template.go\ -include $(GOROOT)/src/Make.pkg +include ../../Make.pkg |