1
0
mirror of https://github.com/golang/go synced 2024-11-21 22:14:41 -07:00

fix build, sorry

TBR=r
CC=golang-dev
https://golang.org/cl/5488066
This commit is contained in:
Russ Cox 2011-12-13 17:53:00 -05:00
parent 39213c1fdb
commit 1161e1172b
2 changed files with 2 additions and 2 deletions

View File

@ -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

View 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"