X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/1c79356b52d46aa6b508fb032f5ae709b1f2897b..39236c6e673c41db228275375ab7fdb0f837b292:/osfmk/mach_debug/Makefile diff --git a/osfmk/mach_debug/Makefile b/osfmk/mach_debug/Makefile index be1dbe1bd..d0cbf88d6 100644 --- a/osfmk/mach_debug/Makefile +++ b/osfmk/mach_debug/Makefile @@ -3,7 +3,6 @@ export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir - include $(MakeInc_cmd) include $(MakeInc_def) @@ -12,7 +11,7 @@ MIG_DEFS = mach_debug_types.defs DATAFILES = \ mach_debug.h \ hash_info.h ipc_info.h vm_info.h zone_info.h \ - page_info.h mach_debug_types.h \ + page_info.h mach_debug_types.h lockgroup_info.h \ ${MIG_DEFS} INSTALL_MI_LIST = ${DATAFILES} @@ -23,8 +22,6 @@ EXPORT_MI_LIST = ${DATAFILES} EXPORT_MI_DIR = mach_debug -COMP_FILES = - include $(MakeInc_rule) include $(MakeInc_dir)