mirror of https://github.com/golang/go.git
fix build: reverting exp/eval Makefile to old form
(gofmt doesn't exist when this is built) R=rsc CC=golang-dev https://golang.org/cl/1838041
This commit is contained in:
parent
d00b479888
commit
a3855235cd
|
|
@ -30,8 +30,8 @@ eval: main.$O
|
|||
gen.$O: gen.go
|
||||
$(QUOTED_GOBIN)/$(GC) $<
|
||||
|
||||
expr1.go: gen.$O
|
||||
$(QUOTED_GOBIN)/$(LD) -o generate $<;\
|
||||
generate: gen.$O $(pkgdir)/$(TARG).a
|
||||
$(QUOTED_GOBIN)/$(LD) -o $@ $<;\
|
||||
./generate > expr1.go;\
|
||||
gofmt -w expr1.go
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue