]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-197 v7.1.197
authorBram Moolenaar <Bram@vim.org>
Fri, 4 Jan 2008 10:54:50 +0000 (10:54 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 4 Jan 2008 10:54:50 +0000 (10:54 +0000)
src/Makefile
src/version.c

index 4480dc8b632510c8806c19e7a756be731d8991df..4ef0a0f56c577c7fb569e23851194cbe15251728 100644 (file)
@@ -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
index 5846a406f7618f8985987ade2e9e22413af6bf63..4c22d495a642e0583207ba0fb299a3aafc08c1c2 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    197,
 /**/
     196,
 /**/