summaryrefslogtreecommitdiff
path: root/src/pkg/time/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/time/Makefile')
-rw-r--r--src/pkg/time/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/pkg/time/Makefile b/src/pkg/time/Makefile
deleted file mode 100644
index cba58e4e0..000000000
--- a/src/pkg/time/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2013 The Go Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style
-# license that can be found in the LICENSE file.
-
-genzabbrs: genzabbrs.go
- go build genzabbrs.go
-
-windows: genzabbrs
- ./genzabbrs | gofmt >zoneinfo_abbrs_windows.go