changeset 3546:aa8b128ab049

build nsis for mingit too.
author Han-Wen Nienhuys <hanwen@lilypond.org>
date Mon, 28 May 2007 23:49:32 -0300
parents 56f1cd56489e
children 4b5ab2e9a150
files compilers.make mingit.make
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/compilers.make	Sun May 27 20:45:00 2007 -0300
+++ b/compilers.make	Mon May 28 23:49:32 2007 -0300
@@ -82,7 +82,7 @@
 	$(GUB) $(LOCAL_GUB_OPTIONS) -p local git
 
 local-cross-tools:
-ifneq ($(filter mingw,$(PLATFORMS)),)
+ifeq ($(findstring mingw, $(PLATFORMS)),mingw)
 ifneq ($(BUILD_PLATFORM),linux-64)
 	$(GUB) $(LOCAL_GUB_OPTIONS) -p local nsis 
 endif
--- a/mingit.make	Sun May 27 20:45:00 2007 -0300
+++ b/mingit.make	Mon May 28 23:49:32 2007 -0300
@@ -8,11 +8,11 @@
 
 default: all
 
+PLATFORMS = mingw
+
 include gub.make
 include compilers.make
 
-PLATFORMS = mingw
-
 GPKG_OPTIONS=--branch git=$(MINGIT_LOCAL_BRANCH)
 
 GUB_OPTIONS=\