]> Cypherpunks repositories - gostls13.git/commitdiff
exp/template: fix build
authorRob Pike <r@golang.org>
Wed, 29 Jun 2011 03:55:49 +0000 (13:55 +1000)
committerRob Pike <r@golang.org>
Wed, 29 Jun 2011 03:55:49 +0000 (13:55 +1000)
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

index 2128ab1a570e49d9276f746a81803bacd83feb77..a2d39e248a219406db09c031eb9c62ab1d6a6d56 100644 (file)
@@ -4,7 +4,7 @@
 
 include ../../../Make.inc
 
-TARG=template
+TARG=exp/template
 GOFILES=\
        exec.go\
        lex.go\