mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Use addsuffix instead of patsubst
This commit is contained in:
parent
8c7a1dfecc
commit
a20d3e4bfe
@ -166,7 +166,7 @@ test-default: $(TESTS)
|
||||
clean-test:
|
||||
@rm -fr trash
|
||||
|
||||
CLEAN += $(TEST_PROGS) $(patsubst %,%.o,$(TEST_PROGS))
|
||||
CLEAN += $(TEST_PROGS) $(addsuffix .o,$(TEST_PROGS))
|
||||
endif
|
||||
|
||||
.PHONY: $(TESTS)
|
||||
|
Loading…
Reference in New Issue
Block a user