summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2008-01-04 10:54:50 +0000
committerBram Moolenaar <Bram@vim.org>2008-01-04 10:54:50 +0000
commitce51ebcdf0b1bdf58778695b368461ace8397e80 (patch)
tree7f99493fcd54291ac17a0be0e8edca1856efc422
parent6c9176db470b90b275c3c5a3d53808bba8970a1a (diff)
updated for version 7.1-197v7.1.197
-rw-r--r--src/Makefile7
-rw-r--r--src/version.c2
2 files changed, 7 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 4480dc8b63..4ef0a0f56c 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 5846a406f7..4c22d495a6 100644
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 197,
+/**/
196,
/**/
195,