]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2002-05-12 Roland McGrath <roland@frob.com>
authorRoland McGrath <roland@gnu.org>
Mon, 13 May 2002 01:49:57 +0000 (01:49 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 13 May 2002 01:49:57 +0000 (01:49 +0000)
* mach/Makefile ($(mach-syscalls:%=$(objpfx)%.S)): Make the generated
files #include <sysdep.h> instead of <mach/machine/syscall_sw.h>.

mach/Makefile

index 9b1e06bd6ed78fd751d0e7321eb548d6934152ec..daf92bbc3adfba6ad00d38bace827e9f82128f81 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 <mach/syscall_sw.h>' | \
+       echo '#include <sysdep.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 | \