summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-06-18 13:33:28 -0700
committerRuss Cox <rsc@golang.org>2009-06-18 13:33:28 -0700
commit3605ab507c6eb0761bd12d624e23801c42b1d0c3 (patch)
tree1c4c034c5ad81f3e01c391c15356931cdf38573f
parent69a1e9b6303595a9fa11b4c4f003dc3092961e17 (diff)
downloadgolang-3605ab507c6eb0761bd12d624e23801c42b1d0c3.tar.gz
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
-rw-r--r--src/pkg/runtime/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pkg/runtime/Makefile b/src/pkg/runtime/Makefile
index af70490c3..984c1f533 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)