OSDN Git Service

BuildSystem: make sure GUI dmg gets build before appcast (it needs filesize).
authorkonablend <konablend@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Thu, 18 Jun 2009 20:55:29 +0000 (20:55 +0000)
committerkonablend <konablend@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Thu, 18 Jun 2009 20:55:29 +0000 (20:55 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@2570 b64f7644-9d1e-0410-96f1-a4d463321fa5

pkg/darwin/module.rules

index 28abb05..7ddaf11 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 \