From: Jason Stover Date: Mon, 3 Oct 2005 18:49:57 +0000 (+0000) Subject: BSD compatibility: Replaced automatic variable $< in non-imlicit rule X-Git-Tag: v0.6.0~1213 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2b97ea5285445ca9594bba654a20bb62e4792e1;p=pspp-builds.git BSD compatibility: Replaced automatic variable $< in non-imlicit rule --- 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