From f2b97ea5285445ca9594bba654a20bb62e4792e1 Mon Sep 17 00:00:00 2001 From: Jason Stover Date: Mon, 3 Oct 2005 18:49:57 +0000 Subject: [PATCH] BSD compatibility: Replaced automatic variable $< in non-imlicit rule --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 0ff30a48..c6196cbd 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -39,7 +39,7 @@ CLEANFILES = pspp.info pspp.info-* ni.texi MAINTAINERCLEANFILES=Makefile.in ni.texi: @top_srcdir@/src/command.def @srcdir@/get-commands.pl - @PERL@ @srcdir@/get-commands.pl $< > $@ + @PERL@ @srcdir@/get-commands.pl @top_srcdir@/src/command.def > $@ $(INFO_DEPS): ni.texi -- 2.30.2