]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/pictures/GNUmakefile
Fix "make check" on gcc 4.3
[lilypond.git] / Documentation / pictures / GNUmakefile
index 3d2cca7608da0bfecb236d3b4533ecb6e4c3cffa..6665721085fd801f3c05c859c171f22d1ee13c0b 100644 (file)
@@ -1,7 +1,7 @@
 depth = ../..
 
 STEPMAKE_TEMPLATES=documentation
-XPM_FILES=$(wildcard *.xpm)
+XPM_FILES=$(call src-wildcard,*.xpm)
 EXTRA_DIST_FILES= $(XPM_FILES)
 
 lilypond-icon = $(outdir)/lilypond.ico
@@ -12,7 +12,7 @@ include $(depth)/make/stepmake.make
 ifeq ($(PLATFORM_WINDOWS),yes)
 
 $(outdir)/%.ico: %.xpm
-       $(PYTHON) $(buildscript-dir)/genico.py $< $@
+       $(PYTHON) $(buildscript-dir)/genicon.py $< $@
 
 default: $(lilypond-icon) $(ly-icon)