1
0
mirror of https://github.com/golang/go synced 2024-09-30 16:08:36 -06:00

make pkg/runtime/Makefile behave like the others:

make builds; make install installs.

R=r
DELTA=2  (2 added, 0 deleted, 0 changed)
OCL=30489
CL=30491
This commit is contained in:
Russ Cox 2009-06-18 13:33:28 -07:00
parent cfe9211753
commit ab7a8d43a4

View File

@ -79,6 +79,8 @@ HFILES=\
$(GOOS)/os.h\
$(GOOS)/$(GOARCH)/defs.h\
all: $(LIB) runtime.acid
install: $(LIB) runtime.acid
test -d $(GOROOT)/pkg && mkdir -p $(GOROOT)/pkg/$(GOOS)_$(GOARCH)
cp $(LIB) $(GOROOT)/pkg/$(GOOS)_$(GOARCH)/$(LIB)