diff options
author | Paul Smith <psmith@gnu.org> | 2002-07-09 06:35:56 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2002-07-09 06:35:56 +0000 |
commit | 6c9a393f954805d49ab6c66957b46199ddd6e78e (patch) | |
tree | 88a3c6a2e807a1356d4bcca1ecca91a6cc037ee5 /commands.c | |
parent | 724925be2b9a48f7911ee6baa315b872bd86995c (diff) | |
download | gunmake-6c9a393f954805d49ab6c66957b46199ddd6e78e.tar.gz |
Documentation and tests for order-only prerequisites.
Add a new test suite for automatic variables.
Diffstat (limited to 'commands.c')
-rw-r--r-- | commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |