From 594531a1c8d6cf850481848790fc25314ad367ec Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 6 Sep 2013 23:34:25 -0700 Subject: [PATCH] Give the libuv makefile generation a dependency This way the rule isn't always built whenever you fire off a new build --- mk/rt.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/rt.mk b/mk/rt.mk index 14aa2884b600e..7e81f1ef7c8a6 100644 --- a/mk/rt.mk +++ b/mk/rt.mk @@ -176,7 +176,7 @@ LIBUV_NO_LOAD = run-benchmarks.target.mk run-tests.target.mk \ export PYTHONPATH := $(PYTHONPATH):$$(S)src/gyp/pylib -$$(LIBUV_MAKEFILE_$(1)_$(2)): +$$(LIBUV_MAKEFILE_$(1)_$(2)): $$(LIBUV_DEPS) (cd $(S)src/libuv/ && \ ./gyp_uv -f make -Dtarget_arch=$$(LIBUV_ARCH_$(1)) -D ninja \ -Goutput_dir=$$(@D) --generator-output $$(@D))