diff options
author | konablend <[email protected]> | 2009-03-01 17:36:51 +0000 |
---|---|---|
committer | konablend <[email protected]> | 2009-03-01 17:36:51 +0000 |
commit | 1d3a65d04e19f8adf752e44a2905d1b4932efe7e (patch) | |
tree | 72c9ed9c3a01140598867a2a56f2181aa0c2bfb4 /make | |
parent | 76903fa8e1830fe1d2aa49a0cd64f860bdf88664 (diff) |
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
Diffstat (limited to 'make')
-rw-r--r-- | make/include/main.rules | 2 |
1 files changed, 1 insertions, 1 deletions
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 ############################################################################### |