From: Roland McGrath Date: Tue, 4 Apr 2006 00:22:05 +0000 (+0000) Subject: [BZ #2507] X-Git-Tag: cvs/fedora-glibc-20060424T0820~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=930e5aa1fdcaa8e6e29cf343353f036d9c8df555;p=thirdparty%2Fglibc.git [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. --- diff --git a/mach/Machrules b/mach/Machrules index fd61833046e..37693aec43e 100644 --- a/mach/Machrules +++ b/mach/Machrules @@ -138,10 +138,11 @@ $(patsubst %,$(objpfx)%.udeps,$(user-interfaces)): # We must use $(CFLAGS) to get -O flags that affect #if's in header files. $(include-%.defs) | \ $(CC) $(CFLAGS) $(CPPFLAGS) -M -x c - | \ - sed -e 's,- *:,$@ $(@:.udeps=.ustamp) $(@:.udeps=.uh) $(@:.udeps=.__h)\ - $(@:.udeps=_server.c) $(@:.udeps=_server.h):,' \ + sed -e 's,- *:,$(.udeps-targets):,' \ $(sed-remove-objpfx) > $@.new mv -f $@.new $@ +.udeps-targets = $@ $(@:.udeps=.ustamp) $(@:.udeps=.uh) $(@:.udeps=.__h) \ + $(@:.udeps=_server.c) $(@:.udeps=_server.h) endif # Look for the server stub files where they will be written.