]> git.donarmstrong.com Git - lilypond.git/commitdiff
fix
authorjanneke <janneke>
Sat, 20 Sep 2003 12:23:05 +0000 (12:23 +0000)
committerjanneke <janneke>
Sat, 20 Sep 2003 12:23:05 +0000 (12:23 +0000)
stepmake/stepmake/help2man-rules.make

index 734238d88266a336a7ae1985fb2462c33275036c..bdc00ac73708d60008533e29297fe7019c0a417e 100644 (file)
@@ -17,7 +17,7 @@
 
 HELP2MAN_COMMAND = $(PERL) $(builddir)/buildscripts/$(outbase)/help2man $< > $@
 
-ifeq ($(CROSS),)
+ifeq ($(strip $(CROSS)),no)
 $(outdir)/%.1: $(outdir)/%
        $(HELP2MAN_COMMAND)
 else