diff options
author | Thomas Haller <thaller@redhat.com> | 2024-05-17 15:52:24 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2024-05-17 15:52:33 (GMT) |
commit | 153f213b64532cc4b41cabf5f94925f36d692b20 (patch) | |
tree | fab0add50f1475e75451f50fa1149441ade1ece0 | |
parent | a1e0b8b2fd83351778c7695be147a00a99d24311 (diff) | |
download | libnl-153f213b64532cc4b41cabf5f94925f36d692b20.zip libnl-153f213b64532cc4b41cabf5f94925f36d692b20.tar.gz libnl-153f213b64532cc4b41cabf5f94925f36d692b20.tar.bz2 |
build: fix "check-progs" target in "Makefile.am"
Fixes: 71e59e145ebe ('build: separate build tests from unit tests')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 762782d..a04f078 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1204,8 +1204,8 @@ EXTRA_DIST += \ check-build: all $(check_PROGRAMS) $(check_LTLIBRARIES) $(check_build) -check-progs: $(check_build) +check-progs: check-build -.PHONY: check-progs +.PHONY: check-progs check-build ############################################################################### |