]> Cypherpunks repositories - gostls13.git/commitdiff
make pkg/runtime/Makefile behave like the others:
authorRuss Cox <rsc@golang.org>
Thu, 18 Jun 2009 20:33:28 +0000 (13:33 -0700)
committerRuss Cox <rsc@golang.org>
Thu, 18 Jun 2009 20:33:28 +0000 (13:33 -0700)
make builds; make install installs.

R=r
DELTA=2  (2 added, 0 deleted, 0 changed)
OCL=30489
CL=30491

src/pkg/runtime/Makefile

index af70490c35a251c83080bb8b765b7f51ebab3535..984c1f53390fd9590ae141c7db33b67bc44be0f1 100644 (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)