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:
parent
296d6871a8
commit
2c92fe0b4f
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user