Commit 63c2d521 authored by Kai Backman's avatar Kai Backman

Fix Makefile in runtime to create proper /pkg subdir.

R=rsc
APPROVED=rsc
DELTA=2  (1 added, 0 deleted, 1 changed)
OCL=30043
CL=30043
parent b7f05802
......@@ -22,7 +22,7 @@ O=$(O_$(GOARCH))
CC=$(O)c
GC=$(O)g
AS=$(O)a
AR=6ar # sic
AR=gopack
LIB=runtime.a
......@@ -74,6 +74,7 @@ HFILES=\
$(GOOS)/$(GOARCH)/defs.h\
install: $(LIB) runtime.acid
test -d $(GOROOT)/pkg && mkdir -p $(GOROOT)/pkg/$(GOOS)_$(GOARCH)
cp $(LIB) $(GOROOT)/pkg/$(GOOS)_$(GOARCH)/$(LIB)
cp runtime.acid $(GOROOT)/acid/runtime.acid
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment