Skip to content

Commit 110e02c

Browse files
committed
build: Remove a redundant search path
1 parent de35288 commit 110e02c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/tests.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ $(3)/test/$$(FT_DRIVER)-$(2)$$(X): \
522522
$$(TLIB2_T_$(2)_H_$(3))/$$(FT_LIB) \
523523
$$(SREQ2_T_$(2)_H_$(3))
524524
@$$(call E, compile_and_link: $$@ $$<)
525-
$$(STAGE2_T_$(2)_H_$(3)) -L $$(TLIB2_T_$(2)_H_$(3)) -o $$@ $$<
525+
$$(STAGE2_T_$(2)_H_$(3)) -o $$@ $$<
526526

527527
$(3)/test/$$(FT_DRIVER)-$(2).out: \
528528
$(3)/test/$$(FT_DRIVER)-$(2)$$(X) \

0 commit comments

Comments
 (0)