[BZ #2507]
authorRoland McGrath <roland@gnu.org>
Tue, 4 Apr 2006 00:22:05 +0000 (00:22 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 4 Apr 2006 00:22:05 +0000 (00:22 +0000)
2006-04-03  Roland McGrath  <roland@frob.com>
[BZ #2507]
* mach/Machrules (.udeps-targets): New variable.
($(objpfx)%.udeps static pattern rule): Use it to avoid \ inside
quoted string.

mach/Machrules

index fd61833046ec40ee3bc329760ba29a4d973bfa5f..37693aec43ea57c90e32d8adbae0d5c78ebbc082 100644 (file)
@@ -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.