summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2025-06-23 16:10:24 +0200
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2025-06-24 10:37:42 +0200
commite3bf397df26fc63c7348ec834bf7e6f31ef6f894 (patch)
treeedb8b1e6dc70d24f0e69e1c2e5bd16167fc537f1
parent84fab3fd11c78f4382017831d23d1d8dcdd64b55 (diff)
downloadrules-cc-e3bf397df26fc63c7348ec834bf7e6f31ef6f894.tar.gz
rules foreign make: Fix typos in docs
-rw-r--r--CC/foreign/make/RULES4
1 files changed, 2 insertions, 2 deletions
diff --git a/CC/foreign/make/RULES b/CC/foreign/make/RULES
index 771a058..e831d4c 100644
--- a/CC/foreign/make/RULES
+++ b/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\"])."