aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2016-03-20 19:50:58 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2016-03-20 19:50:58 +0100
commitc775104ac6c36d010570811c1e038ac92094e5e5 (patch)
treee5ccfdf1d0654e029f6c92fe7329076e68196fba
parentfe43d0f464fa97f0cb4c08f3303f6a7aadd638f9 (diff)
downloadglibc-c775104ac6c36d010570811c1e038ac92094e5e5.tar
glibc-c775104ac6c36d010570811c1e038ac92094e5e5.tar.gz
glibc-c775104ac6c36d010570811c1e038ac92094e5e5.tar.bz2
glibc-c775104ac6c36d010570811c1e038ac92094e5e5.zip
Fix mach-syscalls.mk build
* mach/Makefile ($(objpfx)mach-syscalls.mk): Depend on libc-modules.h.
-rw-r--r--ChangeLog1
-rw-r--r--mach/Makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ce46c6b496..e1ec8e8cb0 100644
--- 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>
diff --git a/mach/Makefile b/mach/Makefile
index 2a695a5f3a..c58d235582 100644
--- a/mach/Makefile
+++ b/mach/Makefile
@@ -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.