changeset 3461:feacdc3950b6

create nsis for lilypond local target too.
author Han-Wen Nienhuys <hanwen@lilypond.org>
date Thu, 10 May 2007 01:59:22 -0300
parents 16c4b2eecdee
children 5a107cd73f11
files lilypond.make
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lilypond.make	Thu May 10 01:57:48 2007 -0300
+++ b/lilypond.make	Thu May 10 01:59:22 2007 -0300
@@ -228,13 +228,13 @@
 download-local:
 	$(GUB) $(LOCAL_GUB_OPTIONS) \
 		-p local --stage=download \
-		$(locals)
+		$(locals) nsis
 
 local:
 	cd librestrict && make -f GNUmakefile
 	$(GUB) $(LOCAL_GUB_OPTIONS) -p local \
 		$(locals)
-
+	$(MAKE) local-cross-tools
 
 ################################################################
 # docs