1
0
mirror of https://github.com/golang/go synced 2024-11-19 20:54:39 -07:00

Make.cmd: create TARGDIR if necessary

Fixes #1771.

R=adg, rsc1
CC=golang-dev
https://golang.org/cl/4437089
This commit is contained in:
Gustavo Niemeyer 2011-05-03 09:53:04 -03:00
parent 296d6871a8
commit 2c92fe0b4f

View File

@ -25,7 +25,7 @@ _go_.$O: $(GOFILES) $(PREREQ)
install: $(TARGDIR)/$(TARG)
$(TARGDIR)/$(TARG): $(TARG)
cp -f $(TARG) $(TARGDIR)
mkdir -p $(TARGDIR) && cp -f $(TARG) $(TARGDIR)
CLEANFILES+=$(TARG) _test _testmain.go