]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix mach-syscalls.mk build
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 20 Mar 2016 18:50:58 +0000 (19:50 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 20 Mar 2016 18:50:58 +0000 (19:50 +0100)
* mach/Makefile ($(objpfx)mach-syscalls.mk): Depend on libc-modules.h.

ChangeLog
mach/Makefile

index ce46c6b496f8f0f17f0506142411fa17a2db2c74..e1ec8e8cb0e5b199e341414558851ef0a10600b0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
index 2a695a5f3aea873119ad4cd12c87864d5f96db59..c58d23558295f54c33c7720f3ec783d320803a95 100644 (file)
@@ -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.