diff options
author | konablend <[email protected]> | 2009-03-03 07:20:19 +0000 |
---|---|---|
committer | konablend <[email protected]> | 2009-03-03 07:20:19 +0000 |
commit | e7953e7aca0a2c5bb9b87864b812ff9df87e036c (patch) | |
tree | 740b061091fbc0fd425354e3f6ec995176357da9 /make/include | |
parent | f57d755e052a91f4cd61bacc0d75998bafbab3b6 (diff) |
BuildSystem:
- minor fix for report targets; aggregates were not included after splitting to rules file
- fixed bug where non-darwin platforms caused all rules to be disabled because FEATURE.xcode was erroneously set to 1
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2207 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'make/include')
-rw-r--r-- | make/include/main.rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make/include/main.rules b/make/include/main.rules index 1f996cdc5..e7511a263 100644 --- a/make/include/main.rules +++ b/make/include/main.rules @@ -29,6 +29,8 @@ mrproper: xclean ############################################################################### +include $(PROJECT/)make/include/base.rules + include $(MODULES:%=$(PROJECT/)%/module.rules) -include $(PROJECT/)make/variant/$(HOST.system).rules -include $(PROJECT/)make/variant/$(HOST.system).$(BUILD.machine).rules |