Commit 1161e117 authored by Russ Cox's avatar Russ Cox

fix build, sorry

TBR=r
CC=golang-dev
https://golang.org/cl/5488066
parent 39213c1f
...@@ -24,7 +24,7 @@ for i in lib9 libbio libmach cmd pkg \ ...@@ -24,7 +24,7 @@ for i in lib9 libbio libmach cmd pkg \
../misc/cgo/life ../misc/cgo/test \ ../misc/cgo/life ../misc/cgo/test \
../misc/dashboard/builder ../misc/goplay\ ../misc/dashboard/builder ../misc/goplay\
../doc/codelab/wiki\ ../doc/codelab/wiki\
../test/bench ../test/garbage ../test/bench/shootout ../test/garbage
do do
# Do not use gomake here. It may not be available. # Do not use gomake here. It may not be available.
$MAKE -C "$GOROOT/src/$i" clean $MAKE -C "$GOROOT/src/$i" clean
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style # Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file. # license that can be found in the LICENSE file.
include ../../src/Make.inc include ../../../src/Make.inc
all: all:
@echo "make clean or timing" @echo "make clean or timing"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment