From c0170d24be7c06d6726ad64a29f4e9a4d98b8218 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 9 Oct 2002 00:04:06 +0000 Subject: [PATCH] (.dvi.ps): Don't put "-o foo" at the end of the dvips command line, as this runs afoul of POSIXLY_CORRECT=1. --- lib/am/texinfos.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/am/texinfos.am b/lib/am/texinfos.am index 4a822368..fd9380ce 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 -- 2.43.5