aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/unicode/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/unicode/Makefile')
-rw-r--r--src/pkg/unicode/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pkg/unicode/Makefile b/src/pkg/unicode/Makefile
index 33b06ca10d..aba12a0710 100644
--- a/src/pkg/unicode/Makefile
+++ b/src/pkg/unicode/Makefile
@@ -6,8 +6,7 @@ maketables: maketables.go
go build maketables.go
tables: maketables
- ./maketables --tables=all > tables.go
- gofmt -w tables.go
+ ./maketables --tables=all -output tables.go
# Downloads from www.unicode.org, so not part
# of standard test scripts.