X-Git-Url: https://git.saurik.com/apple/coreosmakefiles.git/blobdiff_plain/51ef2a1e790cc14c89bcf8bf0ec351e89096f437..97ccb0241f5cf0024776e39a5bddbe68b624e409:/ReleaseControl/BSDCommon.make?ds=sidebyside diff --git a/ReleaseControl/BSDCommon.make b/ReleaseControl/BSDCommon.make index 6c546d1..8aa550f 100644 --- a/ReleaseControl/BSDCommon.make +++ b/ReleaseControl/BSDCommon.make @@ -80,7 +80,7 @@ ALL_SRCFILES = $(CFILES) $(MFILES) $(CXXFILES) ## MIG ## -MIGFLAGS=$(Extra_MIG_Flags) +MIGFLAGS=$(CFLAGS) $(Extra_MIG_Flags) ifneq ($(USERDEFS),) CFILES += $(foreach FILE, $(USERDEFS:.defs=_user.c), $(OBJROOT)/$(Project)/$(notdir $(FILE))) endif @@ -226,7 +226,6 @@ ifneq ($(LAUNCHD_PLISTS),) @make install-launchd-plists endif @make after_install - @$(MAKE) compress_man_pages migdefs:: @$(MKDIR) $(OBJROOT)/$(Project)