Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Couldn't Build 3.1.6 on Nextstep 3.3 m68k System



"Bart Schaefer" wrote:
> Yes.

--- Doc/Makefile.in.bak	Mon Aug  2 09:37:18 1999
+++ Doc/Makefile.in	Mon Aug  2 11:00:21 1999
@@ -74,7 +74,7 @@
 	$(TEXI2DVI) $(sdir)/zsh.texi
 
 zsh.info: zsh.texi
-	$(MAKEINFO) $(sdir)/zsh.texi; exit 0
+	$(MAKEINFO) $(sdir)/zsh.texi || exit 0
 
 zsh.texi: zsh.yo
 	$(YODL) -o $(sdir)/zsh.texi -I$(sdir) -w ztexi.yo version.yo zsh.yo

-- 
Peter Stephenson <pws@xxxxxxxxxxxxxxxxx>       Tel: +39 050 844536
WWW:  http://www.ifh.de/~pws/
Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy



Messages sorted by: Reverse Date, Date, Thread, Author