Make make osx-dmg run make osx-bundle automatically

Originally committed to SVN as r6769.
This commit is contained in:
Thomas Goyne 2012-05-13 00:57:56 +00:00
parent 8abfdd6156
commit deaf8669da
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ ifeq (yes, $(BUILD_DARWIN))
osx-bundle:
$(BIN_SHELL) tools/osx-bundle.sh "$(BUNDLE_STRING)" $(AEGISUB_VERSION_DATA) DICT_DIR=$(DICT_DIR)
osx-dmg:
osx-dmg: osx-bundle
$(BIN_SHELL) tools/osx-dmg.sh "$(BUNDLE_STRING)" "$(DMG_STRING)"
osx-tinderbox-bundle: