Makefile.in (s-tm-texi): Remove spurous tab.
2010-11-26 Basile Starynkevitch <basile@starynkevitch.net> * Makefile.in (s-tm-texi): Remove spurous tab. From-SVN: r167167
This commit is contained in:
parent
4314b5fcf8
commit
93b39277c5
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-11-26 Basile Starynkevitch <basile@starynkevitch.net>
|
||||
|
||||
* Makefile.in (s-tm-texi): Remove spurous tab.
|
||||
|
||||
2010-11-26 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
PR debug/46258
|
||||
|
|
|
@ -3731,7 +3731,7 @@ s-tm-texi: build/genhooks$(build_exeext) $(srcdir)/doc/tm.texi.in
|
|||
$(srcdir)/doc/tm.texi.in > tmp-tm.texi
|
||||
case `echo X|tr X '\101'` in \
|
||||
A) tr -d '\015' < tmp-tm.texi > tmp2-tm.texi ;; \
|
||||
*) tr -d '\r' < tmp-tm.texi > tmp2-tm.texi ;; \
|
||||
*) tr -d '\r' < tmp-tm.texi > tmp2-tm.texi ;; \
|
||||
esac
|
||||
mv tmp2-tm.texi tmp-tm.texi
|
||||
$(SHELL) $(srcdir)/../move-if-change tmp-tm.texi tm.texi
|
||||
|
|
Loading…
Add table
Reference in a new issue