From 358a8083e9801482b4550e7e660f385545e6029c Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Fri, 29 Apr 2011 00:22:50 +0200 Subject: Build fix for systems that don't have perl in /usr/bin (DragonFly). --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 3947e84e..1ac6ef61 100644 --- a/Makefile.am +++ b/Makefile.am @@ -218,7 +218,7 @@ TODO: todo.html $(srcdir)/dist-tools/html2txt AWK=$(AWK) $(SHELL) $(srcdir)/dist-tools/html2txt $(srcdir)/todo.html >$@ || { rm -f $@ ; exit 1 ; } fetchmail-man.html: fetchmail.man $(srcdir)/dist-tools/manServer.pl - env - "PATH=$$PATH" $(srcdir)/dist-tools/manServer.pl $(srcdir)/fetchmail.man >$@ \ + env - "PATH=$$PATH" perl -T $(srcdir)/dist-tools/manServer.pl $(srcdir)/fetchmail.man >$@ \ || { rm -f $@ ; exit 1 ; } dist-hook: -- cgit v1.2.3