summaryrefslogtreecommitdiff
path: root/test/bench
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2011-12-13 17:53:00 -0500
committerRuss Cox <rsc@golang.org>2011-12-13 17:53:00 -0500
commitca4e0c7a23161ae3916874523e9ff0a6748b5228 (patch)
tree8de98a926e2ff0f6c0f2f45dc1a9c3a169d78a2d /test/bench
parent7c40cf708c3ec1134c0739d5de9e49069843ede8 (diff)
downloadgo-ca4e0c7a23161ae3916874523e9ff0a6748b5228.tar.gz
fix build, sorry
TBR=r CC=golang-dev http://codereview.appspot.com/5488066
Diffstat (limited to 'test/bench')
-rw-r--r--test/bench/shootout/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bench/shootout/Makefile b/test/bench/shootout/Makefile
index 145fe0cea..e1c9b7b80 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"