* mach/Makefile ($(objpfx)mach-syscalls.mk): Use <mach/syscall_sw.h>
instead of <sysdep.h> to find kernel_trap list.
# Go kludges!!!
$(make-target-directory)
# We must use $(CFLAGS) to get -O flags that affect #if's in header files.
- echo '#include <sysdep.h>' | \
+ echo '#include <mach/syscall_sw.h>' | \
DEPENDENCIES_OUTPUT='$@-dep $@' \
$(CC) $(CFLAGS) $(CPPFLAGS) -E -x c-header - \
-D_MACH_`echo $(base-machine) | tr a-z A-Z`_SYSCALL_SW_H_=1 | \