From 6c9a393f954805d49ab6c66957b46199ddd6e78e Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Tue, 9 Jul 2002 06:35:56 +0000 Subject: Documentation and tests for order-only prerequisites. Add a new test suite for automatic variables. --- commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands.c') diff --git a/commands.c b/commands.c index 19a175e..f6baefc 100644 --- a/commands.c +++ b/commands.c @@ -124,7 +124,7 @@ set_file_variables (file) DEFINE_VARIABLE ("@", 1, at); DEFINE_VARIABLE ("%", 1, percent); - /* Compute the values for $^, $+, and $?. */ + /* Compute the values for $^, $+, $?, and $|. */ { unsigned int qmark_len, plus_len, bar_len; -- cgit v1.2.3