From 080d2104ff3b1637f919129bc40a99203a198a08 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Thu, 27 Mar 2014 14:29:07 -0700 Subject: [PATCH] mk: Always touch libuv.a libuv.a always looks out of date to the makefile, causing make to always descend into the libuv makefile, even when there's nothing to build. --- mk/rt.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/mk/rt.mk b/mk/rt.mk index 01667352c67..77bb22b7bfc 100644 --- a/mk/rt.mk +++ b/mk/rt.mk @@ -215,6 +215,7 @@ $$(LIBUV_DIR_$(1))/Release/libuv.a: $$(LIBUV_DEPS) $$(LIBUV_MAKEFILE_$(1)) \ BUILDTYPE=Release \ NO_LOAD="$$(LIBUV_NO_LOAD)" \ V=$$(VERBOSE) + $$(Q)touch $$@ endif