fix build. missed this file

TBR=r
OCL=24269
CL=24269
This commit is contained in:
Russ Cox 2009-02-03 15:58:13 -08:00
parent 736903c170
commit c55d310cd2
1 changed files with 4 additions and 11 deletions

View File

@ -33,20 +33,18 @@ coverage: packages
O1=\ O1=\
url.$O\ url.$O\
status.$O\
O2=\ O2=\
request.$O\ request.$O\
O3=\ O3=\
conn.$O\
O4=\
server.$O\ server.$O\
http.a: a1 a2 a3 a4 http.a: a1 a2 a3
a1: $(O1) a1: $(O1)
$(AR) grc http.a url.$O $(AR) grc http.a url.$O status.$O
rm -f $(O1) rm -f $(O1)
a2: $(O2) a2: $(O2)
@ -54,12 +52,8 @@ a2: $(O2)
rm -f $(O2) rm -f $(O2)
a3: $(O3) a3: $(O3)
$(AR) grc http.a conn.$O
rm -f $(O3)
a4: $(O4)
$(AR) grc http.a server.$O $(AR) grc http.a server.$O
rm -f $(O4) rm -f $(O3)
newpkg: clean newpkg: clean
$(AR) grc http.a $(AR) grc http.a
@ -67,7 +61,6 @@ newpkg: clean
$(O1): newpkg $(O1): newpkg
$(O2): a1 $(O2): a1
$(O3): a2 $(O3): a2
$(O4): a3
nuke: clean nuke: clean
rm -f $(GOROOT)/pkg/http.a rm -f $(GOROOT)/pkg/http.a