From: Rob Pike Date: Wed, 29 Jun 2011 03:55:49 +0000 (+1000) Subject: exp/template: fix build X-Git-Tag: weekly.2011-07-07~85 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c2e0d604ee9bb460975e915776e4f863c29e8d5c;p=gostls13.git exp/template: fix build wrong path in Makefile. why didn't my all.bash fail? TBR=dsymonds R=dsymonds CC=golang-dev https://golang.org/cl/4630075 --- diff --git a/src/pkg/exp/template/Makefile b/src/pkg/exp/template/Makefile index 2128ab1a57..a2d39e248a 100644 --- a/src/pkg/exp/template/Makefile +++ b/src/pkg/exp/template/Makefile @@ -4,7 +4,7 @@ include ../../../Make.inc -TARG=template +TARG=exp/template GOFILES=\ exec.go\ lex.go\