mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-01-31 19:39:02 +00:00
Formerly commands.c.~13~
This commit is contained in:
parent
01e07f8ae2
commit
40463f4410
1 changed files with 6 additions and 0 deletions
|
@ -130,6 +130,12 @@ set_file_variables (file)
|
|||
DEFINE_VARIABLE ("%D", 2, DIRONLY (percent));
|
||||
DEFINE_VARIABLE ("%F", 2, FILEONLY (percent));
|
||||
|
||||
/* Make sure that no dependencies are repeated. This does not
|
||||
really matter for the purpose of updating targets, but it
|
||||
might make some names be listed twice for $^ and $?. */
|
||||
|
||||
uniquize_deps (file->deps);
|
||||
|
||||
/* Compute the values for $^ and $? and their F and D versions. */
|
||||
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue