]> granicus.if.org Git - vim/commitdiff
updated for version 7.2.377 v7.2.377
authorBram Moolenaar <Bram@vim.org>
Fri, 26 Feb 2010 21:05:22 +0000 (22:05 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 26 Feb 2010 21:05:22 +0000 (22:05 +0100)
Problem:    Misplaced assignment.  Duplicate build line for gvimext.dll.
Solution:   Move setting CROSS_COMPILE to before ifneq.  Remove the wrong
            build line. (Markus Heidelberg)

src/Make_ming.mak
src/version.c

index ca630de80d757733ed4bb74f114090b6a8d2e3da..f57fb18d00bde3fd545f727fdc55239dd9836faf 100644 (file)
@@ -248,8 +248,8 @@ MKDIR = mkdir -p
 DIRSLASH = /
 else
 # normal (Windows) compilation:
-ifneq (sh.exe, $(SHELL))
 CROSS_COMPILE =
+ifneq (sh.exe, $(SHELL))
 DEL = rm
 MKDIR = mkdir -p
 DIRSLASH = /
@@ -553,7 +553,6 @@ xxd/xxd.exe: xxd/xxd.c
        $(MAKE) -C xxd -f Make_cyg.mak CC=$(CC)
 
 GvimExt/gvimext.dll: GvimExt/gvimext.cpp GvimExt/gvimext.rc GvimExt/gvimext.h
-       $(MAKE) -C GvimExt -f Make_ming.mak
        $(MAKE) -C GvimExt -f Make_ming.mak CROSS=$(CROSS) CROSS_COMPILE=$(CROSS_COMPILE)
 
 clean:
index 1eff44f1e5171352f036680a9f1fdd9fc1f07fca..90096ac18cc625badb16fa9a4004eb96927e2cc5 100644 (file)
@@ -681,6 +681,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    377,
 /**/
     376,
 /**/