From: Roland McGrath Date: Mon, 13 May 2002 01:49:57 +0000 (+0000) Subject: 2002-05-12 Roland McGrath X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85b9539f236a5b40b796c6ceba3e9aac83fb0414;p=thirdparty%2Fglibc.git 2002-05-12 Roland McGrath * mach/Makefile ($(mach-syscalls:%=$(objpfx)%.S)): Make the generated files #include instead of . --- diff --git a/mach/Makefile b/mach/Makefile index 9b1e06bd6ed..daf92bbc3ad 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 | \