From 9537764739472370238d0c0a8108766a44c70a4e Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Mon, 23 Jun 2025 16:10:24 +0200 Subject: rules foreign make: Fix typos in docs --- rules/CC/foreign/make/RULES | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/CC/foreign/make/RULES b/rules/CC/foreign/make/RULES index 771a058..e831d4c 100644 --- a/rules/CC/foreign/make/RULES +++ b/rules/CC/foreign/make/RULES @@ -55,7 +55,7 @@ ] , "configure": ["Run ./configure if non-empty."] , "configure_options": - [ "The configure options (the \"--prefix\" option is automatically set." + [ "The configure options (the \"--prefix\" option is automatically set)." , "Variables can be accessed via \"$()\", e.g., \"$(TMPDIR)\"" , "for variable \"$TMPDIR\"." ] @@ -390,7 +390,7 @@ ] , "configure": ["Run ./configure if non-empty."] , "configure_options": - ["The configure options (the \"--prefix\" option is automatically set."] + ["The configure options (the \"--prefix\" option is automatically set)."] , "targets": [ "The Make targets to build in the specified order" , "(default: [\"install\"])." -- cgit v1.2.3