]> Cypherpunks repositories - gostls13.git/commitdiff
fix build, sorry
authorRuss Cox <rsc@golang.org>
Tue, 13 Dec 2011 22:53:00 +0000 (17:53 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 13 Dec 2011 22:53:00 +0000 (17:53 -0500)
TBR=r
CC=golang-dev
https://golang.org/cl/5488066

src/clean.bash
test/bench/shootout/Makefile

index e4e2f8f55ad2ab7f0dd47264ab4335a164937f34..3c6a3972d8d7e91c3a3f0e10d0e13018ff53b5de 100755 (executable)
@@ -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
index 145fe0cea636af5727088c2b43e0584e93b38b4d..e1c9b7b80ec3907e3b50e07db5e8aed0e49e2aed 100644 (file)
@@ -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"