diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-06-23 16:10:24 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-06-24 10:37:42 +0200 |
commit | 9537764739472370238d0c0a8108766a44c70a4e (patch) | |
tree | 4b228760246edd1cd6a68e1afff3ca1b4ffd8c67 | |
parent | 2a940776f2ff6bd6afb1cbb6ddf9272f9718dbc0 (diff) | |
download | rules-cc-9537764739472370238d0c0a8108766a44c70a4e.tar.gz |
rules foreign make: Fix typos in docs
-rw-r--r-- | rules/CC/foreign/make/RULES | 4 |
1 files 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 \"$(<varname>)\", 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\"])." |