diff options
author | Roland McGrath <roland@gnu.org> | 1998-09-04 10:57:18 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1998-09-04 10:57:18 +0000 |
commit | f50a53cb0efe72eefce3739d8f2232e7279433f8 (patch) | |
tree | 1d406f92333db7f7915ce2d366527b6818c92496 | |
parent | 20833331f25f5d09350b4d0890a461cf8216085e (diff) | |
download | glibc-f50a53cb0efe72eefce3739d8f2232e7279433f8.tar.gz glibc-f50a53cb0efe72eefce3739d8f2232e7279433f8.tar.xz glibc-f50a53cb0efe72eefce3739d8f2232e7279433f8.zip |
1998-09-03 Roland McGrath <roland@baalperazim.frob.com>
* mach/Makefile: Use -include for mach-syscalls.mk to silence warning.
-rw-r--r-- | mach/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mach/Makefile b/mach/Makefile index 2901fa2aa8..44c98a9727 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 |