]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2002-07-27 Roland McGrath <roland@frob.com>
authorRoland McGrath <roland@gnu.org>
Sat, 27 Jul 2002 22:41:09 +0000 (22:41 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 27 Jul 2002 22:41:09 +0000 (22:41 +0000)
* mach/Makefile ($(objpfx)mach-syscalls.mk): Use <mach/syscall_sw.h>
instead of <sysdep.h> to find kernel_trap list.

mach/Makefile

index daf92bbc3adfba6ad00d38bace827e9f82128f81..9b1e06bd6ed78fd751d0e7321eb548d6934152ec 100644 (file)
@@ -71,7 +71,7 @@ $(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 <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 | \