From 63f36e8aeaaa2de0baae77cd2be75ec541f0e5c3 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 7 Mar 2012 11:38:05 -0500 Subject: make.bash: fix old builds Fixes issue 3222. R=golang-dev, gri CC=golang-dev http://codereview.appspot.com/5761044 --- src/make.bash | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/make.bash') diff --git a/src/make.bash b/src/make.bash index aaee75e46..3668e9204 100755 --- a/src/make.bash +++ b/src/make.bash @@ -76,6 +76,9 @@ do fi done +# Clean old generated file that will cause problems in the build. +rm -f ./pkg/runtime/runtime_defs.go + # Finally! Run the build. echo '# Building C bootstrap tool.' -- cgit v1.2.1