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:
Robert Griesemer 2010-07-14 10:11:12 -07:00
parent d00b479888
commit a3855235cd
1 changed files with 2 additions and 2 deletions

View File

@ -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