diff options
Diffstat (limited to 'sysdeps/mach/Makefile')
-rw-r--r-- | sysdeps/mach/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/mach/Makefile b/sysdeps/mach/Makefile index 2f2a12cb3b..e035d5a82a 100644 --- a/sysdeps/mach/Makefile +++ b/sysdeps/mach/Makefile @@ -19,7 +19,8 @@ ifdef in-Makerules # Look for header files in mach/ under the top-level library source directory. -includes += -I$(..)mach +# Look for generated header files where they get created. +includes += -I$(..)mach -I$(common-objpfx)mach/ ifneq (mach,$(subdir)) # Subdirectories other than mach/ might use the generated Mach headers. |