]> git.donarmstrong.com Git - lilypond.git/commitdiff
* stepmake/stepmake/help2man-rules.make:
authorJan Nieuwenhuizen <janneke@gnu.org>
Fri, 19 Sep 2003 21:54:14 +0000 (21:54 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Fri, 19 Sep 2003 21:54:14 +0000 (21:54 +0000)
stepmake/stepmake/help2man-rules.make

index 0f4559ae30091295e042a86327806d3fc6d09a5d..1c939fc90c7479f16749b9a21f272efae31f2971 100644 (file)
@@ -22,7 +22,7 @@ endif
 
 HELP2MAN_COMMAND = $(PERL) $(builddir)/buildscripts/$(outbase)/help2man $< > $@
 
-ifeq ($(cross),))
+ifeq ($(cross),)
 $(outdir)/%.1: $(outdir)/%
        $(HELP2MAN_COMMAND)
 else