mirror of git://sourceware.org/git/glibc.git
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:
parent
20833331f2
commit
f50a53cb0e
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue