summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-01-28 15:19:38 +0100
committerJim Meyering <meyering@redhat.com>2012-01-28 15:19:38 +0100
commita1a00a9768e6206feb8ca768d2aa66cdf3408c5c (patch)
tree8c0d8d2d9510899794bee802392938fabace0511
parent2fdeca53213f0467a609f558028b393868923b1b (diff)
downloadautoconf-a1a00a9768e6206feb8ca768d2aa66cdf3408c5c.tar.gz
maint: avoid "make syntax-check" failure
* Makefile.am ($(srcdir)/INSTALL): Remove spurious space-before-TAB.
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index a1952419..bed0b6c1 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