From: Roland McGrath Date: Sat, 27 Jul 2002 22:41:09 +0000 (+0000) Subject: 2002-07-27 Roland McGrath X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5eaea88dc70d3690c3c2b90fc5a7c8c0653aa409;p=thirdparty%2Fglibc.git 2002-07-27 Roland McGrath * mach/Makefile ($(objpfx)mach-syscalls.mk): Use instead of to find kernel_trap list. --- diff --git a/mach/Makefile b/mach/Makefile index daf92bbc3ad..9b1e06bd6ed 100644 --- a/mach/Makefile +++ b/mach/Makefile @@ -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 ' | \ + echo '#include ' | \ DEPENDENCIES_OUTPUT='$@-dep $@' \ $(CC) $(CFLAGS) $(CPPFLAGS) -E -x c-header - \ -D_MACH_`echo $(base-machine) | tr a-z A-Z`_SYSCALL_SW_H_=1 | \