From: Bram Moolenaar Date: Fri, 4 Jan 2008 10:54:50 +0000 (+0000) Subject: updated for version 7.1-197 X-Git-Tag: v7.1.197 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce51ebcdf0b1bdf58778695b368461ace8397e80;p=vim updated for version 7.1-197 --- diff --git a/src/Makefile b/src/Makefile index 4480dc8b6..4ef0a0f56 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2559,8 +2559,11 @@ install_macosx: gui_bundle # -mkdir $(DESTDIR)$(prefix)/$(APPDIR)/bin srcdir=`pwd`; $(MAKE) -f Makefile installruntime \ VIMEXE=$$srcdir/$(VIMTARGET) \ - prefix=$(DESTDIR)$(prefix)/$(RESDIR)/vim \ - VIMRTLOC=$(DESTDIR)$(prefix)/$(RESDIR)/vim/runtime + prefix=$(DESTDIR)$(prefix)/$(RESDIR)$(VIMDIR) \ + exec_prefix=$(DESTDIR)$(prefix)/$(APPDIR)/Contents \ + BINDIR=$(DESTDIR)$(prefix)/$(APPDIR)/Contents/MacOS \ + VIMLOC=$(DESTDIR)$(prefix)/$(RESDIR)$(VIMDIR) \ + VIMRTLOC=$(DESTDIR)$(prefix)/$(RESDIR)$(VIMDIR)/runtime # Put the link back. ln -s `pwd`/../runtime $(RESDIR)/vim # Copy rgb.txt, Mac doesn't always have X11 diff --git a/src/version.c b/src/version.c index 5846a406f..4c22d495a 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 197, /**/ 196, /**/