Skip to content

Commit 21b29de

Browse files
committed
MacVim Makefile don't make macvim-dmg depend on macvim
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.
1 parent e6ada4d commit 21b29de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3417,7 +3417,7 @@ DMGFILE = MacVim.dmg
34173417
macvim: $(VIMTARGET)
34183418
xcodebuild -project MacVim/MacVim.xcodeproj $(XCODEFLAGS)
34193419

3420-
macvim-dmg: macvim
3420+
macvim-dmg:
34213421
mkdir -p $(DMGDIR)
34223422
cp -a $(RELEASEDIR)/MacVim.app $(DMGDIR)/
34233423
rm -rf $(RELEASEDIR)/$(DMGFILE)

0 commit comments

Comments
 (0)