1
0
forked from aniani/vim

updated for version 7.1-197

This commit is contained in:
Bram Moolenaar
2008-01-04 10:54:50 +00:00
parent 6c9176db47
commit ce51ebcdf0
2 changed files with 7 additions and 2 deletions

View 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

View File

@@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
197,
/**/
196,
/**/