summaryrefslogtreecommitdiff
path: root/rules/CC/foreign/make/RULES
diff options
context:
space:
mode:
Diffstat (limited to 'rules/CC/foreign/make/RULES')
-rw-r--r--rules/CC/foreign/make/RULES4
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\"])."