From: Roland McGrath Date: Fri, 4 Sep 1998 10:57:18 +0000 (+0000) Subject: 1998-09-03 Roland McGrath X-Git-Tag: cvs/glibc-2_0_96~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f50a53cb0efe72eefce3739d8f2232e7279433f8;p=thirdparty%2Fglibc.git 1998-09-03 Roland McGrath * mach/Makefile: Use -include for mach-syscalls.mk to silence warning. --- diff --git a/mach/Makefile b/mach/Makefile index 2901fa2aa81..44c98a9727b 100644 --- a/mach/Makefile +++ b/mach/Makefile @@ -65,7 +65,7 @@ generated = # Define mach-syscalls and sysno-*. ifndef no_deps ifndef inhibit_mach_syscalls -include $(objpfx)mach-syscalls.mk +-include $(objpfx)mach-syscalls.mk endif endif $(objpfx)mach-syscalls.mk: syscalls.awk Makefile