summaryrefslogtreecommitdiff
path: root/src/cmd/ebnflint/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/ebnflint/Makefile')
-rw-r--r--src/cmd/ebnflint/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cmd/ebnflint/Makefile b/src/cmd/ebnflint/Makefile
index 6e42ba8d2..9c482446a 100644
--- a/src/cmd/ebnflint/Makefile
+++ b/src/cmd/ebnflint/Makefile
@@ -2,14 +2,14 @@
# 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=ebnflint
GOFILES=\
ebnflint.go\
-include $(GOROOT)/src/Make.cmd
+include ../../Make.cmd
test: $(TARG)
- $(TARG) -start="SourceFile" $(GOROOT)/doc/go_spec.html
+ $(TARG) -start="SourceFile" "$(GOROOT)"/doc/go_spec.html