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