summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2024-05-17 15:52:24 (GMT)
committerThomas Haller <thaller@redhat.com>2024-05-17 15:52:33 (GMT)
commit153f213b64532cc4b41cabf5f94925f36d692b20 (patch)
treefab0add50f1475e75451f50fa1149441ade1ece0
parenta1e0b8b2fd83351778c7695be147a00a99d24311 (diff)
downloadlibnl-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.am4
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
###############################################################################