summaryrefslogtreecommitdiff
path: root/src/pkg/text/tabwriter/Makefile
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2011-11-08 15:38:47 -0800
committerRob Pike <r@golang.org>2011-11-08 15:38:47 -0800
commitae8d912e3d110735b9fbfa2b1b11a20eae01d11b (patch)
treef512d24a10314c44da57a0cda4a368e3d1f276c0 /src/pkg/text/tabwriter/Makefile
parent394c9152c957a1e4ce16806e4cd4026c6795969e (diff)
downloadgo-ae8d912e3d110735b9fbfa2b1b11a20eae01d11b.tar.gz
renaming_1: hand-edited files for go 1 renaming
This contains the files that required handiwork, mostly Makefiles with updated TARGs, plus the two packages with modified package names. html/template/doc.go needs a separate edit pass. test/fixedbugs/bug358.go is not legal go so gofix fails on it. R=rsc CC=golang-dev http://codereview.appspot.com/5340050
Diffstat (limited to 'src/pkg/text/tabwriter/Makefile')
-rw-r--r--src/pkg/text/tabwriter/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/text/tabwriter/Makefile b/src/pkg/text/tabwriter/Makefile
index 70ad25cea..ba1bf5795 100644
--- a/src/pkg/text/tabwriter/Makefile
+++ b/src/pkg/text/tabwriter/Makefile
@@ -4,7 +4,7 @@
include ../../../Make.inc
-TARG=tabwriter
+TARG=text/tabwriter
GOFILES=\
tabwriter.go\