aboutsummaryrefslogtreecommitdiff
path: root/Makeconf
diff options
context:
space:
mode:
Diffstat (limited to 'Makeconf')
-rw-r--r--Makeconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconf b/Makeconf
index c2bf9926..7585260d 100644
--- a/Makeconf
+++ b/Makeconf
@@ -610,7 +610,7 @@ device_defs = $(addsuffix .defs,$(device_defs_names))
$(mach_defs): %.defs:
echo '#include <mach/$@>' > $@
$(mach_i386_defs): %.defs:
- echo '#include <mach/i386/$@>' > $@
+ echo '#include <mach/machine/$@>' > $@
$(mach_debug_defs): %.defs:
echo '#include <mach_debug/$@>' > $@
$(device_defs): %.defs: