summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/pkg/websocket/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pkg/websocket/Makefile b/src/pkg/websocket/Makefile
index ba1b7265d..145d8f429 100644
--- a/src/pkg/websocket/Makefile
+++ b/src/pkg/websocket/Makefile
@@ -1,4 +1,4 @@
-include $(GOROOT)/src/Make.$(GOARCH)
+include ../../Make.$(GOARCH)
TARG=websocket
GOFILES=\
@@ -6,4 +6,4 @@ GOFILES=\
server.go\
websocket.go\
-include $(GOROOT)/src/Make.pkg
+include ../../Make.pkg