diff options
author | konablend <[email protected]> | 2009-06-18 20:55:29 +0000 |
---|---|---|
committer | konablend <[email protected]> | 2009-06-18 20:55:29 +0000 |
commit | c8fb4f011c00707c01216b19bd43f38e1ad572b9 (patch) | |
tree | 9b2b4f131a8f5f287dcffc1af2dfda836d1da5c3 /pkg | |
parent | 9bc7f6cea55af4796aaac35057ca7058456c3e03 (diff) |
BuildSystem: make sure GUI dmg gets build before appcast (it needs filesize).
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2570 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/darwin/module.rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/darwin/module.rules b/pkg/darwin/module.rules index 28abb0520..7ddaf113c 100644 --- a/pkg/darwin/module.rules +++ b/pkg/darwin/module.rules @@ -2,6 +2,7 @@ pkg.create:: $(PKG.appcast) $(PKG.cli.dmg) $(PKG.gui.dmg) $(PKG.appcast): | $(dir $(PKG.appcast)) +$(PKG.appcast): $(PKG.gui.dmg) $(PKG.appcast): $(BUILD/)project/handbrake.m4 $(PKG.appcast): $(PKG.in/)appcast.xml.m4 $(M4.exe) -I$(BUILD/)project \ |