build: Remove a redundant search path
This commit is contained in:
parent
de3528846f
commit
110e02cbc8
1 changed files with 1 additions and 1 deletions
|
@ -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) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue