diff options
Diffstat (limited to 'src/pkg/old/template/Makefile')
| -rw-r--r-- | src/pkg/old/template/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pkg/old/template/Makefile b/src/pkg/old/template/Makefile index b0362c0ae8..5772cb4aa8 100644 --- a/src/pkg/old/template/Makefile +++ b/src/pkg/old/template/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.inc +include ../../../Make.inc TARG=old/template GOFILES=\ @@ -11,4 +11,4 @@ GOFILES=\ format.go\ parse.go\ -include ../../Make.pkg +include ../../../Make.pkg |
