From a98063341fc0e4385342ab45735e649939e7cf1e Mon Sep 17 00:00:00 2001 From: yamaoka Date: Thu, 6 Jan 2005 00:24:33 +0000 Subject: [PATCH] Fix previous commit. --- texi/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4