]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.485 v7.3.485
authorBram Moolenaar <Bram@vim.org>
Wed, 28 Mar 2012 15:17:48 +0000 (17:17 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 28 Mar 2012 15:17:48 +0000 (17:17 +0200)
Problem:    When building Vim LDFLAGS isn't passed on to building xxd.
Solution:   Pass the LDFLAGS value. (James McCoy)

src/Makefile
src/version.c

index 754739f08d1db727ce8b441952ee01dd3ff20406..8197b120d220732d19229d29d83e4bd42302de74 100644 (file)
@@ -1720,7 +1720,7 @@ $(VIMTARGET): auto/config.mk objects $(OBJ) version.c version.h
                sh $(srcdir)/link.sh
 
 xxd/xxd$(EXEEXT): xxd/xxd.c
-       cd xxd; CC="$(CC)" CFLAGS="$(CPPFLAGS) $(CFLAGS)" \
+       cd xxd; CC="$(CC)" CFLAGS="$(CPPFLAGS) $(CFLAGS)" LDFLAGS="$(LDFLAGS)" \
                $(MAKE) -f Makefile
 
 # Build the language specific files if they were unpacked.
index f9a1391fd6d0cfe1101e7b65b4effc2f4bd0321e..200913318970a07e464ba24c471d78fb911d8ee0 100644 (file)
@@ -714,6 +714,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    485,
 /**/
     484,
 /**/