diff options
author | Roland McGrath <roland@gnu.org> | 2001-12-02 22:13:05 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-12-02 22:13:05 +0000 |
commit | c337dc4c8b55d03621a9032c02187fdd7de15960 (patch) | |
tree | b182efca8a29a1db6048810a95ee31e1a2dee5ba /mach/Machrules | |
parent | 4f904363e44d029a09f86059f61ae3c3e7c6593c (diff) | |
download | glibc-c337dc4c8b55d03621a9032c02187fdd7de15960.tar.gz glibc-c337dc4c8b55d03621a9032c02187fdd7de15960.tar.xz glibc-c337dc4c8b55d03621a9032c02187fdd7de15960.zip |
* mach/Makefile, mach/Machrules: Move comments out of \ continuations.
Diffstat (limited to 'mach/Machrules')
-rw-r--r-- | mach/Machrules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mach/Machrules b/mach/Machrules index c575862d83..ed2f6fa0bd 100644 --- a/mach/Machrules +++ b/mach/Machrules @@ -134,8 +134,8 @@ $(patsubst %,$(objpfx)%.ustamp,$(user-interfaces)): $(objpfx)%.ustamp: $(patsubst %,$(objpfx)%.udeps,$(user-interfaces)): $(objpfx)%.udeps: $(..)mach/Machrules $(make-target-directory) - $(include-%.defs) | \ # 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):,' \ |