- 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
###############################################################################
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
###############################################################################