From ec92fb39c2fad144454af5fa0d43250e1249fc49 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 4 Apr 2006 00:22:16 +0000 Subject: [PATCH] [BZ #2507] 2006-04-03 Roland McGrath [BZ #2507] * mach/Machrules (.udeps-targets): New variable. ($(objpfx)%.udeps static pattern rule): Use it to avoid \ inside quoted string. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 72cfcd85ef..b12f5581ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-04-03 Roland McGrath + + [BZ #2507] + * mach/Machrules (.udeps-targets): New variable. + ($(objpfx)%.udeps static pattern rule): Use it to avoid \ inside + quoted string. + 2006-04-02 Ulrich Drepper [BZ #2501]