Skip to content

Commit

Permalink
MacVim Makefile don't make macvim-dmg depend on macvim
Browse files Browse the repository at this point in the history
This makes it easier to build custom DMG files from aribitrary app
bundles. For example, this is necessary for signing an existing MacVim
app and re-bundling it to DMG. Otherwise the make command will always
override the provided app bundle.
  • Loading branch information
ychin committed Feb 19, 2019
1 parent e6ada4d commit 21b29de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3417,7 +3417,7 @@ DMGFILE = MacVim.dmg
macvim: $(VIMTARGET)
xcodebuild -project MacVim/MacVim.xcodeproj $(XCODEFLAGS)

macvim-dmg: macvim
macvim-dmg:
mkdir -p $(DMGDIR)
cp -a $(RELEASEDIR)/MacVim.app $(DMGDIR)/
rm -rf $(RELEASEDIR)/$(DMGFILE)
Expand Down

0 comments on commit 21b29de

Please sign in to comment.