diff options
Diffstat (limited to 'sysdeps/mach/Makefile')
-rw-r--r-- | sysdeps/mach/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sysdeps/mach/Makefile b/sysdeps/mach/Makefile index a179b1f83e..2f2a12cb3b 100644 --- a/sysdeps/mach/Makefile +++ b/sysdeps/mach/Makefile @@ -25,11 +25,7 @@ ifneq (mach,$(subdir)) # Subdirectories other than mach/ might use the generated Mach headers. # So make sure we get a chance to run in mach/ to make them before all else. -ifdef objpfx -mach-objpfx = $(objpfx) -else -mach-objpfx = $(..)mach/ -endif +mach-objpfx = $(common-objpfx)mach/ # These are all the generated files that <mach.h> includes. mach-before-compile := $(mach-objpfx)mach-shortcuts.h \ |