[PATCH] tests/install: don't use empty $(TESTS_64)

11 views
Skip to first unread message

Antonio Terceiro

unread,
Jun 11, 2024, 3:20:54 PM6/11/24
to libhug...@googlegroups.com
$(TESTS_64) expanding to nothing causes the `install` call to fail.

Signed-off-by: Antonio Terceiro <antonio....@linaro.org>
---
tests/Makefile.in | 1 -
1 file changed, 1 deletion(-)

diff --git a/tests/Makefile.in b/tests/Makefile.in
index d33a228..87ab281 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -295,7 +295,6 @@ obj64/install:
$(INSTALL) -m 755 wrapper-utils.sh $(DESTDIR)$(INST_TESTSDIR64)/obj64
$(INSTALL) -m 755 $(HELPERS:%=obj64/%) $(DESTDIR)$(INST_TESTSDIR64)/obj64
$(INSTALL) -m 755 $(HELPER_LIBS:%=obj64/%) $(DESTDIR)$(INST_TESTSDIR64)/obj64
- $(INSTALL) -m 755 $(TESTS_64:%=obj64/%) $(DESTDIR)$(INST_TESTSDIR64)/obj64
$(INSTALL) -m 755 run_tests.py $(DESTDIR)$(INST_TESTSDIR64)

install: $(OBJDIRS:%=%/install)
--
2.43.0

Reply all
Reply to author
Forward
0 new messages