]> sourceware.org Git - automake.git/commitdiff
(.dvi.ps): Don't put "-o foo" at the end of the dvips command line,
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 9 Oct 2002 00:04:06 +0000 (00:04 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 9 Oct 2002 00:04:06 +0000 (00:04 +0000)
as this runs afoul of POSIXLY_CORRECT=1.

lib/am/texinfos.am

index 4a822368bced9c103be339e2bfe82ddf92770708..fd9380cede2005d3c299e238dee7193f727f6a14 100644 (file)
@@ -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
This page took 0.025767 seconds and 5 git commands to generate.