diff mbox series

[testsuite,2/2] tests/keys: fix Makefile dependencies

Message ID 20220628100138.297047-3-omosnace@redhat.com (mailing list archive)
State Accepted
Delegated to: Ondrej Mosnáček
Headers show
Series Make the keys test pass in FIPS mode | expand

Commit Message

Ondrej Mosnacek June 28, 2022, 10:01 a.m. UTC
The tools need to be rebuild when the common header file changes.

Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>
---
 tests/keys/Makefile | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/tests/keys/Makefile b/tests/keys/Makefile
index d3793db..d9f36ff 100644
--- a/tests/keys/Makefile
+++ b/tests/keys/Makefile
@@ -1,6 +1,8 @@ 
 TARGETS = keyctl keyctl_relabel keyring_service request_keys
 LDLIBS += -lselinux -lkeyutils
 
+$(TARGETS): keys_common.h
+
 all: $(TARGETS)
 
 clean: