From 110e02cbc8a2db5e6a5fea94cfc301f3da44b124 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Thu, 5 Apr 2012 22:24:46 -0700 Subject: [PATCH] build: Remove a redundant search path --- mk/tests.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/tests.mk b/mk/tests.mk index fd547b80820..4b9efcf147a 100644 --- a/mk/tests.mk +++ b/mk/tests.mk @@ -522,7 +522,7 @@ $(3)/test/$$(FT_DRIVER)-$(2)$$(X): \ $$(TLIB2_T_$(2)_H_$(3))/$$(FT_LIB) \ $$(SREQ2_T_$(2)_H_$(3)) @$$(call E, compile_and_link: $$@ $$<) - $$(STAGE2_T_$(2)_H_$(3)) -L $$(TLIB2_T_$(2)_H_$(3)) -o $$@ $$< + $$(STAGE2_T_$(2)_H_$(3)) -o $$@ $$< $(3)/test/$$(FT_DRIVER)-$(2).out: \ $(3)/test/$$(FT_DRIVER)-$(2)$$(X) \