From 1d3a65d04e19f8adf752e44a2905d1b4932efe7e Mon Sep 17 00:00:00 2001 From: konablend Date: Sun, 1 Mar 2009 17:36:51 +0000 Subject: 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 --- make/include/main.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/include/main.rules') 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 ############################################################################### -- cgit v1.2.3