Commit 5f54c807 authored by Dave Cheney's avatar Dave Cheney Committed by Russ Cox

build: avoid calling gomake wrapper in recursive make

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/4243058
parent 5db0a8b9
......@@ -6,7 +6,7 @@ clean:
rm -rf *.o *.a *.[$(OS)] [$(OS)].out $(CLEANFILES)
%.make:
gomake -C $* install
$(MAKE) -C $* install
.PHONY: all clean nuke install coverage test bench testpackage-clean\
importpath dir
......
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