From: Russ Cox Date: Tue, 13 Dec 2011 22:53:00 +0000 (-0500) Subject: fix build, sorry X-Git-Tag: weekly.2011-12-14~38 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=1161e1172bfc17a23fb38f8e930d230c5bc78eae;p=gostls13.git fix build, sorry TBR=r CC=golang-dev https://golang.org/cl/5488066 --- diff --git a/src/clean.bash b/src/clean.bash index e4e2f8f55a..3c6a3972d8 100755 --- a/src/clean.bash +++ b/src/clean.bash @@ -24,7 +24,7 @@ for i in lib9 libbio libmach cmd pkg \ ../misc/cgo/life ../misc/cgo/test \ ../misc/dashboard/builder ../misc/goplay\ ../doc/codelab/wiki\ - ../test/bench ../test/garbage + ../test/bench/shootout ../test/garbage do # Do not use gomake here. It may not be available. $MAKE -C "$GOROOT/src/$i" clean diff --git a/test/bench/shootout/Makefile b/test/bench/shootout/Makefile index 145fe0cea6..e1c9b7b80e 100644 --- a/test/bench/shootout/Makefile +++ b/test/bench/shootout/Makefile @@ -2,7 +2,7 @@ # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. -include ../../src/Make.inc +include ../../../src/Make.inc all: @echo "make clean or timing"