From: konablend Date: Sun, 1 Mar 2009 17:36:51 +0000 (+0000) Subject: BuildSystem: X-Git-Tag: 0.9.4~775 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d3a65d04e19f8adf752e44a2905d1b4932efe7e;p=handbrake BuildSystem: - trivial fix to allow make/include/PLATFORM.rules to be optional - this glitch resulted from adding darwin.rules for UB fat binary targets git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2182 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- diff --git a/make/include/main.rules b/make/include/main.rules index f46d22398..881c21486 100644 --- a/make/include/main.rules +++ b/make/include/main.rules @@ -18,7 +18,7 @@ mrproper: xclean ############################################################################### include $(MODULES:%=$(PROJECT/)%/module.rules) -include $(PROJECT/)make/variant/$(HOST.system).rules +-include $(PROJECT/)make/variant/$(HOST.system).rules -include $(PROJECT/)make/variant/$(HOST.system).$(BUILD.proc).rules ###############################################################################