From: Russ Cox Date: Thu, 7 Jan 2010 00:35:28 +0000 (-0800) Subject: time: fix Makefile so deps.bash is happy (fixes build) X-Git-Tag: weekly.2010-01-13~62 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=5c07e0c17ce6a0627a2fe4bbc4254b322ec879ce;p=gostls13.git time: fix Makefile so deps.bash is happy (fixes build) TBR=r https://golang.org/cl/183133 --- 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\