changeset 5573:0defb460a0eb v7.4.134

updated for version 7.4.134 Problem: Spurious space in MingW Makefile. Solution: Remove the space. (Michael Soyka)
author Bram Moolenaar <bram@vim.org>
date Mon, 06 Jan 2014 15:45:10 +0100
parents 917d51d1bbff
children a0210902946f
files src/Make_ming.mak src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/Make_ming.mak
+++ b/src/Make_ming.mak
@@ -598,7 +598,7 @@ ifdef XPM
 ifeq (yes, $(GUI))
 OBJ += $(OUTDIR)/xpm_w32.o
 # You'll need libXpm.a from http://gnuwin32.sf.net
-LIB += -L $(XPM)/lib -lXpm
+LIB += -L$(XPM)/lib -lXpm
 endif
 endif
 
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    134,
+/**/
     133,
 /**/
     132,