From: Russ Cox Date: Thu, 18 Jun 2009 20:33:28 +0000 (-0700) Subject: make pkg/runtime/Makefile behave like the others: X-Git-Tag: weekly.2009-11-06~1376 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=ab7a8d43a491ba5ad97b35fe670526371a71f7eb;p=gostls13.git 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 --- diff --git a/src/pkg/runtime/Makefile b/src/pkg/runtime/Makefile index af70490c35..984c1f5339 100644 --- a/src/pkg/runtime/Makefile +++ b/src/pkg/runtime/Makefile @@ -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)