From b5665419baa2ce98f7456c59a0850653922b27e9 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 26 Jan 1994 00:48:30 +0000 Subject: Formerly variable.c.~26~ --- variable.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'variable.c') diff --git a/variable.c b/variable.c index de35602..e6f2c87 100644 --- a/variable.c +++ b/variable.c @@ -381,12 +381,12 @@ define_automatic_variables () /* Define the magic D and F variables in terms of the automatic variables they are variations of. */ - define_variable ("@D", 2, "$(dir $@)", o_automatic, 1); - define_variable ("%D", 2, "$(dir $%)", o_automatic, 1); - define_variable ("*D", 2, "$(dir $*)", o_automatic, 1); - define_variable ("