From: Roland McGrath Date: Wed, 26 Jan 1994 00:48:30 +0000 (+0000) Subject: Formerly variable.c.~26~ X-Git-Tag: 3.70.2~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5665419baa2ce98f7456c59a0850653922b27e9;p=thirdparty%2Fmake.git Formerly variable.c.~26~ --- diff --git a/variable.c b/variable.c index de356023..e6f2c87c 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 ("