Commit 9a8c0790 authored by Dave Cheney's avatar Dave Cheney Committed by Russ Cox

build: fix race condition building enam.o

R=golang-dev, rsc
CC=albert.strasheim, golang-dev
https://golang.org/cl/4240055
parent 9704d4ec
......@@ -55,11 +55,9 @@ clean: $(patsubst %,%.clean,$(CLEANDIRS))
@echo
$(MAKE) -C $* install
gc.install: cc.install
$(O)c.install: cc.install
gc.install $(O)c.install: cc.install
$(O)g.install: gc.install
$(O)a.install $(O)c.install $(O)g.install: $(O)l.install
%.clean:
$(MAKE) -C $* clean
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment