From c775104ac6c36d010570811c1e038ac92094e5e5 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 20 Mar 2016 19:50:58 +0100 Subject: Fix mach-syscalls.mk build * mach/Makefile ($(objpfx)mach-syscalls.mk): Depend on libc-modules.h. --- mach/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mach') 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. -- cgit 1.4.1