1998-09-03 Roland McGrath <roland@baalperazim.frob.com>

* mach/Makefile: Use -include for mach-syscalls.mk to silence warning.
This commit is contained in:
Roland McGrath 1998-09-04 10:57:18 +00:00
parent 20833331f2
commit f50a53cb0e
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ generated =
# Define mach-syscalls and sysno-*. # Define mach-syscalls and sysno-*.
ifndef no_deps ifndef no_deps
ifndef inhibit_mach_syscalls ifndef inhibit_mach_syscalls
include $(objpfx)mach-syscalls.mk -include $(objpfx)mach-syscalls.mk
endif endif
endif endif
$(objpfx)mach-syscalls.mk: syscalls.awk Makefile $(objpfx)mach-syscalls.mk: syscalls.awk Makefile