From c337dc4c8b55d03621a9032c02187fdd7de15960 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 2 Dec 2001 22:13:05 +0000 Subject: * mach/Makefile, mach/Machrules: Move comments out of \ continuations. --- mach/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mach/Makefile') diff --git a/mach/Makefile b/mach/Makefile index 444c2ed144..ef6a6105d6 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 ' | \ 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'\ -- cgit v1.2.3