]> Cypherpunks repositories - gostls13.git/commitdiff
time: fix Makefile so deps.bash is happy (fixes build)
authorRuss Cox <rsc@golang.org>
Thu, 7 Jan 2010 00:35:28 +0000 (16:35 -0800)
committerRuss Cox <rsc@golang.org>
Thu, 7 Jan 2010 00:35:28 +0000 (16:35 -0800)
TBR=r
https://golang.org/cl/183133

src/pkg/time/Makefile

index f73fc8878c9365101e9ff7d0d6c2958b63a6629a..1dbdb22d5385a0086a0f940272ce097d61260f17 100644 (file)
@@ -6,7 +6,7 @@ include ../../Make.$(GOARCH)
 
 TARG=time
 GOFILES=\
-       format.go \
+       format.go\
        sleep.go\
        tick.go\
        time.go\