From ab7a8d43a491ba5ad97b35fe670526371a71f7eb Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Thu, 18 Jun 2009 13:33:28 -0700 Subject: [PATCH] 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 --- src/pkg/runtime/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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)