From 454bfbf9daea6041c91e8fd2e327bf69226d2a30 Mon Sep 17 00:00:00 2001 From: "David M. Rogers" Date: Fri, 14 Apr 2023 13:52:25 -0400 Subject: [PATCH] Silence Automake warning for items in TESTS being renamed The manual rule for test-bwrap in Makefile-bwrap.in threw a warning because automake [renames the target of things in TESTS](https://www.gnu.org/software/automake/manual/html_node/Extending.html). Signed-off-by: David M. Rogers [smcv: Split out from a larger commit, re-worded commit message] Signed-off-by: Simon McVittie --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 94ef77f..81a160a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -51,7 +51,7 @@ test_extra_programs = \ tests/try-syscall \ $(NULL) -test-bwrap: bwrap +test-bwrap$(EXEEXT): bwrap rm -rf test-bwrap cp bwrap test-bwrap chmod 0755 test-bwrap