From: Paul Eggert Date: Wed, 9 Oct 2002 00:04:06 +0000 (+0000) Subject: (.dvi.ps): Don't put "-o foo" at the end of the dvips command line, X-Git-Tag: Release-1-7-2b~139 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f41471f40049085225d3ae61d018aff3ee6c366;p=thirdparty%2Fautomake.git (.dvi.ps): Don't put "-o foo" at the end of the dvips command line, as this runs afoul of POSIXLY_CORRECT=1. --- diff --git a/lib/am/texinfos.am b/lib/am/texinfos.am index 4a822368b..fd9380ced 100644 --- a/lib/am/texinfos.am +++ b/lib/am/texinfos.am @@ -56,7 +56,7 @@ endif %?LOCAL-TEXIS% if %?LOCAL-TEXIS% DVIPS = dvips .dvi.ps: - $(DVIPS) $< -o $@ + $(DVIPS) -o $@ $< endif %?LOCAL-TEXIS% .PHONY: info info-am dvi dvi-am pdf pdf-am