(.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 4a82236..fd9380c 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