diff options
Diffstat (limited to 'src/pkg/time/Makefile')
-rw-r--r-- | src/pkg/time/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/pkg/time/Makefile b/src/pkg/time/Makefile index 6732d6a79..5213e4457 100644 --- a/src/pkg/time/Makefile +++ b/src/pkg/time/Makefile @@ -2,7 +2,7 @@ # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. -include ../../Make.$(GOARCH) +include ../../Make.inc TARG=time GOFILES=\ @@ -20,9 +20,6 @@ GOFILES_darwin=\ GOFILES_linux=\ zoneinfo_unix.go\ -GOFILES_nacl=\ - zoneinfo_unix.go\ - GOFILES_windows=\ zoneinfo_windows.go\ |