From: yamaoka Date: Thu, 6 Jan 2005 00:24:33 +0000 (+0000) Subject: Fix previous commit. X-Git-Tag: t-gnus-6_17_4-quimby-~603 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=a98063341fc0e4385342ab45735e649939e7cf1e;p=elisp%2Fgnus.git- Fix previous commit. --- diff --git a/texi/Makefile.in b/texi/Makefile.in index 0dba47f..98c65a0 100644 --- a/texi/Makefile.in +++ b/texi/Makefile.in @@ -72,7 +72,7 @@ most: texi2latex.elc latex latexps $(EMACSINFO) $<; \ else \ echo "LC_ALL=C" \ - $(MAKEINFO) -I $(srcdir) --enable-encoding -o $* $<"; \ + "$(MAKEINFO) -I $(srcdir) --enable-encoding -o $* $<"; \ LC_ALL=C $(MAKEINFO) -I $(srcdir) --enable-encoding -o $* $<; \ fi