From 5c07e0c17ce6a0627a2fe4bbc4254b322ec879ce Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 6 Jan 2010 16:35:28 -0800 Subject: [PATCH] time: fix Makefile so deps.bash is happy (fixes build) TBR=r https://golang.org/cl/183133 --- src/pkg/time/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pkg/time/Makefile b/src/pkg/time/Makefile index f73fc8878c..1dbdb22d53 100644 --- a/src/pkg/time/Makefile +++ b/src/pkg/time/Makefile @@ -6,7 +6,7 @@ include ../../Make.$(GOARCH) TARG=time GOFILES=\ - format.go \ + format.go\ sleep.go\ tick.go\ time.go\