X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=stepmake%2Fstepmake%2Fhelp2man-rules.make;h=51073c20b1e183aad51a215d54a13c73fa053159;hb=690a06700b972b0688eabb0edcd7da92531757bb;hp=734238d88266a336a7ae1985fb2462c33275036c;hpb=f39577ecb344b189b3106babe9e67cd43116b312;p=lilypond.git diff --git a/stepmake/stepmake/help2man-rules.make b/stepmake/stepmake/help2man-rules.make index 734238d882..51073c20b1 100644 --- a/stepmake/stepmake/help2man-rules.make +++ b/stepmake/stepmake/help2man-rules.make @@ -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