X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/1c79356b52d46aa6b508fb032f5ae709b1f2897b..3903760236c30e3b5ace7a4eefac3a269d68957c:/osfmk/mach_debug/Makefile diff --git a/osfmk/mach_debug/Makefile b/osfmk/mach_debug/Makefile index be1dbe1bd..3aed683df 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,9 +22,5 @@ EXPORT_MI_LIST = ${DATAFILES} EXPORT_MI_DIR = mach_debug -COMP_FILES = - include $(MakeInc_rule) include $(MakeInc_dir) - -