summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pkg/darwin/module.rules1
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 \