summaryrefslogtreecommitdiff
path: root/mach
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-08-20 22:27:56 +0200
commitcff794413fd8a1e619874ad9fb24741ffd66040f (patch)
tree50d90fd12fecd127251b64f343094c609a055c2e /mach
parent714131c10c2444ff6ebe5b5deef7f9aeef3359b0 (diff)
Fix mach-syscalls.mk build
* mach/Makefile ($(objpfx)mach-syscalls.mk): Depend on libc-modules.h.
Diffstat (limited to 'mach')
-rw-r--r--mach/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mach/Makefile b/mach/Makefile
index 51ba0765be..3f0b62b68f 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.