From 21b29de48648534208c25005ffa1f5395dfb07a4 Mon Sep 17 00:00:00 2001 From: Yee Cheng Chin Date: Mon, 18 Feb 2019 17:15:26 -0800 Subject: [PATCH] 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. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 2a2446dfed..33a8fa46b3 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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)