[LTP] [PATCH] mk: fix typo in module.mk
    Li Wang 
    liwang@redhat.com
       
    Sat Aug  2 05:21:23 CEST 2025
    
    
  
Signed-off-by: Li Wang <liwang@redhat.com>
---
 include/mk/module.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/mk/module.mk b/include/mk/module.mk
index 10914084c..c3cbf9c21 100644
--- a/include/mk/module.mk
+++ b/include/mk/module.mk
@@ -7,7 +7,7 @@
 # REQ_VERSION_MAJOR and REQ_VERSION_PATCH must be defined beforehand.
 
 $(if $(REQ_VERSION_MAJOR),,$(error You must define REQ_VERSION_MAJOR))
-$(if $(REQ_VERSION_PATCH),,$(error You must define REQ_VERSION_MINOR))
+$(if $(REQ_VERSION_PATCH),,$(error You must define REQ_VERSION_PATCH))
 
 ifeq ($(WITH_MODULES),no)
 SKIP := 1
-- 
2.50.1
    
    
More information about the ltp
mailing list