1
0
mirror of https://github.com/golang/go synced 2024-11-20 04:14:49 -07:00

time: fix Makefile so deps.bash is happy (fixes build)

TBR=r
https://golang.org/cl/183133
This commit is contained in:
Russ Cox 2010-01-06 16:35:28 -08:00
parent e0763ba8e7
commit 5c07e0c17c

View File

@ -6,7 +6,7 @@ include ../../Make.$(GOARCH)
TARG=time TARG=time
GOFILES=\ GOFILES=\
format.go \ format.go\
sleep.go\ sleep.go\
tick.go\ tick.go\
time.go\ time.go\