From: janneke Date: Sat, 20 Sep 2003 12:23:05 +0000 (+0000) Subject: fix X-Git-Tag: release/2.1.3~114 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5b383d213b037365cbfc41ca1fb2677b90d45014;p=lilypond.git fix --- diff --git a/stepmake/stepmake/help2man-rules.make b/stepmake/stepmake/help2man-rules.make index 734238d882..bdc00ac737 100644 --- a/stepmake/stepmake/help2man-rules.make +++ b/stepmake/stepmake/help2man-rules.make @@ -17,7 +17,7 @@ HELP2MAN_COMMAND = $(PERL) $(builddir)/buildscripts/$(outbase)/help2man $< > $@ -ifeq ($(CROSS),) +ifeq ($(strip $(CROSS)),no) $(outdir)/%.1: $(outdir)/% $(HELP2MAN_COMMAND) else