summaryrefslogtreecommitdiff
path: root/src/cmd/8c/Makefile
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-03-24 18:04:19 -0700
committerRuss Cox <rsc@golang.org>2009-03-24 18:04:19 -0700
commitaf20b02ee3e03944f32b752bdebe1e9af2979159 (patch)
treea5b9d7e56ba58fdd7ddac10a6f1b8d27bdc06a41 /src/cmd/8c/Makefile
parentce31e3405516a95b426b439cf233bcd8a1027bdb (diff)
downloadgo-af20b02ee3e03944f32b752bdebe1e9af2979159.tar.gz
make 8a, 8c build again.
add 8a 8c 8l to the build to keep us honest. R=r DELTA=33 (28 added, 0 deleted, 5 changed) OCL=26694 CL=26711
Diffstat (limited to 'src/cmd/8c/Makefile')
-rw-r--r--src/cmd/8c/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/8c/Makefile b/src/cmd/8c/Makefile
index 9893ef63f..75919ddfd 100644
--- a/src/cmd/8c/Makefile
+++ b/src/cmd/8c/Makefile
@@ -30,7 +30,7 @@ LIB=\
../cc/cc.a$O
$(TARG): $(OFILES) $(LIB)
- $(LD) -o $(TARG) -L$(GOROOT)/lib $(OFILES) $(LIB) -lbio -l9
+ $(LD) -o $(TARG) -L$(GOROOT)/lib $(OFILES) $(LIB) -lm -lbio -l9
$(OFILES): $(HFILES)