1
0
mirror of https://github.com/mirror/make.git synced 2025-04-24 03:50:34 +08:00

Formerly commands.c.~13~

This commit is contained in:
Roland McGrath 1992-12-22 22:31:07 +00:00
parent 01e07f8ae2
commit 40463f4410

View File

@ -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. */
{