Index: src/pkg/sort/Makefile |
=================================================================== |
--- a/src/pkg/sort/Makefile |
+++ b/src/pkg/sort/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=sort |
GOFILES=\ |
sort.go\ |
-include $(GOROOT)/src/Make.pkg |
+include ../../Make.pkg |