]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/help2man-rules.make
* stepmake/stepmake/*:
[lilypond.git] / stepmake / stepmake / help2man-rules.make
index 734238d88266a336a7ae1985fb2462c33275036c..51073c20b1e183aad51a215d54a13c73fa053159 100644 (file)
@@ -15,9 +15,9 @@
 # cases.  Four more explaining what a line comment is, and that it may
 # be parsed, same here.
 
-HELP2MAN_COMMAND = $(PERL) $(builddir)/buildscripts/$(outbase)/help2man $< > $@
+HELP2MAN_COMMAND = $(PERL) $(top-build-dir)/buildscripts/$(outbase)/help2man $< > $@
 
-ifeq ($(CROSS),)
+ifeq ($(strip $(CROSS)),no)
 $(outdir)/%.1: $(outdir)/%
        $(HELP2MAN_COMMAND)
 else