From c2e0d604ee9bb460975e915776e4f863c29e8d5c Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Wed, 29 Jun 2011 13:55:49 +1000 Subject: [PATCH] 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 --- src/pkg/exp/template/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pkg/exp/template/Makefile b/src/pkg/exp/template/Makefile index 2128ab1a570..a2d39e248a2 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\