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/Makefile | |
parent | 4f904363e44d029a09f86059f61ae3c3e7c6593c (diff) | |
download | glibc-c337dc4c8b55d03621a9032c02187fdd7de15960.zip glibc-c337dc4c8b55d03621a9032c02187fdd7de15960.tar.gz glibc-c337dc4c8b55d03621a9032c02187fdd7de15960.tar.bz2 |
* mach/Makefile, mach/Machrules: Move comments out of \ continuations.
Diffstat (limited to 'mach/Makefile')
-rw-r--r-- | mach/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mach/Makefile b/mach/Makefile index 444c2ed..ef6a610 100644 --- a/mach/Makefile +++ b/mach/Makefile @@ -70,9 +70,9 @@ endif $(objpfx)mach-syscalls.mk: syscalls.awk Makefile # Go kludges!!! $(make-target-directory) +# We must use $(CFLAGS) to get -O flags that affect #if's in header files. echo '#include <mach/syscall_sw.h>' | \ DEPENDENCIES_OUTPUT='$@-dep $@' \ -# We must use $(CFLAGS) to get -O flags that affect #if's in header files. $(CC) $(CFLAGS) $(CPPFLAGS) -E -x c-header - \ -D_MACH_`echo $(base-machine) | tr a-z A-Z`_SYSCALL_SW_H_=1 | \ sed -n -e 's/^kernel_trap(\(.*\),\([-0-9]*\),\([0-9]*\))$$/\1 \2 \3/p'\ |