diff options
Diffstat (limited to 'src/pkg/exec/Makefile')
| -rw-r--r-- | src/pkg/exec/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pkg/exec/Makefile b/src/pkg/exec/Makefile index 9927eb3e7b..9d88b8d8aa 100644 --- a/src/pkg/exec/Makefile +++ b/src/pkg/exec/Makefile @@ -2,10 +2,10 @@ # 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=exec GOFILES=\ exec.go\ -include $(GOROOT)/src/Make.pkg +include ../../Make.pkg |
