FYI,

>From a1a00a9768e6206feb8ca768d2aa66cdf3408c5c Mon Sep 17 00:00:00 2001
From: Jim Meyering <meyer...@redhat.com>
Date: Sat, 28 Jan 2012 15:19:38 +0100
Subject: [PATCH] maint: avoid "make syntax-check" failure

* Makefile.am ($(srcdir)/INSTALL): Remove spurious space-before-TAB.
---
 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index a195241..bed0b6c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -50,7 +50,7 @@ $(srcdir)/INSTALL: $(top_srcdir)/doc/install.texi
        echo @firstparagraphindent insert                               \
          | cat - $(top_srcdir)/doc/install.texi > tmp.texi
        $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS)                \
-            --plaintext tmp.texi                                       \
+            --plaintext tmp.texi                                       \
          | sed -e $(CONVERT_QUOTES) -e $(OMIT_TRAILING_EMPTY_LINES)    \
             > $@-t && mv $@-t $@
        rm -f tmp.texi
--
1.7.9.1.g63eb

Reply via email to