From ca35054c4bb6e73031b30e4dcd07224edc7a7565 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Sat, 20 Sep 2003 12:23:05 +0000 Subject: [PATCH] fix --- stepmake/stepmake/help2man-rules.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5