mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
Fix mach-syscalls.mk build
* mach/Makefile ($(objpfx)mach-syscalls.mk): Depend on libc-modules.h.
This commit is contained in:
parent
fe43d0f464
commit
c775104ac6
@ -3,6 +3,7 @@
|
||||
* sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Strip
|
||||
"-include $(common-objpfx)libc-modules.h" from CPPFLAGS, and do not
|
||||
depend on libc-modules.h,
|
||||
* mach/Makefile ($(objpfx)mach-syscalls.mk): Depend on libc-modules.h.
|
||||
|
||||
2016-03-17 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
|
@ -61,7 +61,7 @@ mach-machine = $(patsubst powerpc,ppc,$(base-machine))
|
||||
ifndef inhibit_mach_syscalls
|
||||
-include $(objpfx)mach-syscalls.mk
|
||||
endif
|
||||
$(objpfx)mach-syscalls.mk: syscalls.awk Makefile
|
||||
$(objpfx)mach-syscalls.mk: syscalls.awk Makefile libc-modules.h
|
||||
# Go kludges!!!
|
||||
$(make-target-directory)
|
||||
# We must use $(CFLAGS) to get -O flags that affect #if's in header files.
|
||||
|
Loading…
Reference in New Issue
Block a user