]> granicus.if.org Git - handbrake/commitdiff
BuildSystem: make sure GUI dmg gets build before appcast (it needs filesize).
authorkonablend <kona8lend@gmail.com>
Thu, 18 Jun 2009 20:55:29 +0000 (20:55 +0000)
committerkonablend <kona8lend@gmail.com>
Thu, 18 Jun 2009 20:55:29 +0000 (20:55 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2570 b64f7644-9d1e-0410-96f1-a4d463321fa5

pkg/darwin/module.rules

index 28abb0520da7b24eeda4b6434e1288a9ff71af6c..7ddaf113cce0d793fb2bbdb3065b4da159fff2ba 100644 (file)
@@ -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 \