OSDN Git Service

2004-12-01 Eric Christopher <echristo@redhat.com>
authorechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 1 Dec 2004 22:18:25 +0000 (22:18 +0000)
committerechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 1 Dec 2004 22:18:25 +0000 (22:18 +0000)
* Makefile.in (clean-target-libgcc): Add stmp-dirs to list
of things to remove.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91583 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
Makefile.in

index 69d29de..9e2095d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-12-01  Eric Christopher  <echristo@redhat.com>
+
+       * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
+       of things to remove.
+
 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
 
        * MAINTAINERS (Write After Approval): Update my e-mail address.
        * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
 
 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
-       
+
        * Makefile.def: Remove libbanshee.
        * Makefile.tpl: Ditto.
        * configure.in: Ditto.
        * config.sub: Import latest version from master repository.
        * config.guess: Likewise.
        This includes these changes:
-       
+
        2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
 
        * config.sub: Handle crisv32, alias etraxfs.
        * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
        * configure.in: add test for powerpc-*-darwin* to specify makefile frag
        * configure: regenerate
-       * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for 
+       * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
         -mdynamic-no-pic
 
 
        Use autoconf's AC_PROG_CC to find a C compiler.  Define
        BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
        * configure: Regenerate.
-       
+
 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
 
        * Makefile.tpl (HOST_EXPORTS): Fix pasto.
index f5fb048..cee8854 100644 (file)
@@ -9,12 +9,12 @@
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2 of the License, or
 # (at your option) any later version.
-# 
+#
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
-# 
+#
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
@@ -87,7 +87,7 @@ build_tooldir = @build_tooldir@
 
 # Directory in which the compiler finds executables, libraries, etc.
 libsubdir = $(libdir)/gcc/$(target_alias)/$(gcc_version)
-GDB_NLM_DEPS = 
+GDB_NLM_DEPS =
 
 # This is the name of the environment variable used for the path to
 # the libraries.
@@ -336,13 +336,13 @@ DLLTOOL = @DLLTOOL@
 NM = @NM@
 
 LD = @LD@
-LDFLAGS = 
+LDFLAGS =
 
 RANLIB = @RANLIB@
 
 WINDRES = @WINDRES@
 
-PICFLAG = 
+PICFLAG =
 
 # -----------------------------------------------
 # Programs producing files for the TARGET machine
@@ -434,7 +434,7 @@ USUAL_LD_FOR_TARGET = ` \
     fi; \
   fi`
 
-LDFLAGS_FOR_TARGET = 
+LDFLAGS_FOR_TARGET =
 
 NM_FOR_TARGET=@NM_FOR_TARGET@
 CONFIGURED_NM_FOR_TARGET=@CONFIGURED_NM_FOR_TARGET@
@@ -481,7 +481,7 @@ USUAL_WINDRES_FOR_TARGET = ` \
     fi; \
   fi`
 
-PICFLAG_FOR_TARGET = 
+PICFLAG_FOR_TARGET =
 
 # ------------------------------------
 # Miscellaneous targets and flag lists
@@ -564,7 +564,7 @@ BASE_FLAGS_TO_PASS = \
        "RANLIB_FOR_TARGET=$(RANLIB_FOR_TARGET)" \
        "WINDRES_FOR_TARGET=$(WINDRES_FOR_TARGET)" \
        "CONFIG_SHELL=$(SHELL)" \
-       "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" 
+       "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)"
 
 # For any flags above that may contain shell code that varies from one
 # target library to another.  When doing recursive invocations of the
@@ -1817,7 +1817,7 @@ local-maintainer-clean:
 clean: do-clean local-clean
 mostlyclean: do-mostlyclean local-clean
 distclean: do-distclean local-clean local-distclean
-maintainer-clean: local-maintainer-clean do-maintainer-clean local-clean 
+maintainer-clean: local-maintainer-clean do-maintainer-clean local-clean
 maintainer-clean: local-distclean
 realclean: maintainer-clean
 
@@ -1828,6 +1828,7 @@ clean-target-libgcc:
        (cd gcc/libgcc && find . -type d -print) | \
        while read d; do rm -f gcc/$$d/libgcc.a || : ; done
        -rm -rf gcc/libgcc
+       -rm -f gcc/stmp-dirs
 
 # Check target.
 
@@ -2144,7 +2145,7 @@ dir.info: do-install-info
 
 dist:
        @echo "Building a full distribution of this tree isn't done"
-       @echo "via 'make dist'.  Check out the etc/ subdirectory" 
+       @echo "via 'make dist'.  Check out the etc/ subdirectory"
 
 etags tags: TAGS
 
@@ -2698,7 +2699,7 @@ maybe-info-ash:
 maybe-info-ash: info-ash
 
 info-ash: \
-    configure-ash 
+    configure-ash
        @[ -f ./ash/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -2724,7 +2725,7 @@ maybe-dvi-ash:
 maybe-dvi-ash: dvi-ash
 
 dvi-ash: \
-    configure-ash 
+    configure-ash
        @[ -f ./ash/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -2750,7 +2751,7 @@ maybe-html-ash:
 maybe-html-ash: html-ash
 
 html-ash: \
-    configure-ash 
+    configure-ash
        @[ -f ./ash/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -2776,7 +2777,7 @@ maybe-TAGS-ash:
 maybe-TAGS-ash: TAGS-ash
 
 TAGS-ash: \
-    configure-ash 
+    configure-ash
        @[ -f ./ash/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -2803,7 +2804,7 @@ maybe-install-info-ash: install-info-ash
 
 install-info-ash: \
     configure-ash \
-    info-ash 
+    info-ash
        @[ -f ./ash/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -2829,7 +2830,7 @@ maybe-installcheck-ash:
 maybe-installcheck-ash: installcheck-ash
 
 installcheck-ash: \
-    configure-ash 
+    configure-ash
        @[ -f ./ash/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -2854,7 +2855,7 @@ maybe-mostlyclean-ash:
 @if ash
 maybe-mostlyclean-ash: mostlyclean-ash
 
-mostlyclean-ash: 
+mostlyclean-ash:
        @[ -f ./ash/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -2879,7 +2880,7 @@ maybe-clean-ash:
 @if ash
 maybe-clean-ash: clean-ash
 
-clean-ash: 
+clean-ash:
        @[ -f ./ash/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -2904,7 +2905,7 @@ maybe-distclean-ash:
 @if ash
 maybe-distclean-ash: distclean-ash
 
-distclean-ash: 
+distclean-ash:
        @[ -f ./ash/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -2929,7 +2930,7 @@ maybe-maintainer-clean-ash:
 @if ash
 maybe-maintainer-clean-ash: maintainer-clean-ash
 
-maintainer-clean-ash: 
+maintainer-clean-ash:
        @[ -f ./ash/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -3028,7 +3029,7 @@ maybe-info-autoconf:
 maybe-info-autoconf: info-autoconf
 
 info-autoconf: \
-    configure-autoconf 
+    configure-autoconf
        @[ -f ./autoconf/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -3054,7 +3055,7 @@ maybe-dvi-autoconf:
 maybe-dvi-autoconf: dvi-autoconf
 
 dvi-autoconf: \
-    configure-autoconf 
+    configure-autoconf
        @[ -f ./autoconf/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -3080,7 +3081,7 @@ maybe-html-autoconf:
 maybe-html-autoconf: html-autoconf
 
 html-autoconf: \
-    configure-autoconf 
+    configure-autoconf
        @[ -f ./autoconf/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -3106,7 +3107,7 @@ maybe-TAGS-autoconf:
 maybe-TAGS-autoconf: TAGS-autoconf
 
 TAGS-autoconf: \
-    configure-autoconf 
+    configure-autoconf
        @[ -f ./autoconf/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -3133,7 +3134,7 @@ maybe-install-info-autoconf: install-info-autoconf
 
 install-info-autoconf: \
     configure-autoconf \
-    info-autoconf 
+    info-autoconf
        @[ -f ./autoconf/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -3159,7 +3160,7 @@ maybe-installcheck-autoconf:
 maybe-installcheck-autoconf: installcheck-autoconf
 
 installcheck-autoconf: \
-    configure-autoconf 
+    configure-autoconf
        @[ -f ./autoconf/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -3184,7 +3185,7 @@ maybe-mostlyclean-autoconf:
 @if autoconf
 maybe-mostlyclean-autoconf: mostlyclean-autoconf
 
-mostlyclean-autoconf: 
+mostlyclean-autoconf:
        @[ -f ./autoconf/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -3209,7 +3210,7 @@ maybe-clean-autoconf:
 @if autoconf
 maybe-clean-autoconf: clean-autoconf
 
-clean-autoconf: 
+clean-autoconf:
        @[ -f ./autoconf/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -3234,7 +3235,7 @@ maybe-distclean-autoconf:
 @if autoconf
 maybe-distclean-autoconf: distclean-autoconf
 
-distclean-autoconf: 
+distclean-autoconf:
        @[ -f ./autoconf/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -3259,7 +3260,7 @@ maybe-maintainer-clean-autoconf:
 @if autoconf
 maybe-maintainer-clean-autoconf: maintainer-clean-autoconf
 
-maintainer-clean-autoconf: 
+maintainer-clean-autoconf:
        @[ -f ./autoconf/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -3358,7 +3359,7 @@ maybe-info-automake:
 maybe-info-automake: info-automake
 
 info-automake: \
-    configure-automake 
+    configure-automake
        @[ -f ./automake/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -3384,7 +3385,7 @@ maybe-dvi-automake:
 maybe-dvi-automake: dvi-automake
 
 dvi-automake: \
-    configure-automake 
+    configure-automake
        @[ -f ./automake/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -3410,7 +3411,7 @@ maybe-html-automake:
 maybe-html-automake: html-automake
 
 html-automake: \
-    configure-automake 
+    configure-automake
        @[ -f ./automake/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -3436,7 +3437,7 @@ maybe-TAGS-automake:
 maybe-TAGS-automake: TAGS-automake
 
 TAGS-automake: \
-    configure-automake 
+    configure-automake
        @[ -f ./automake/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -3463,7 +3464,7 @@ maybe-install-info-automake: install-info-automake
 
 install-info-automake: \
     configure-automake \
-    info-automake 
+    info-automake
        @[ -f ./automake/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -3489,7 +3490,7 @@ maybe-installcheck-automake:
 maybe-installcheck-automake: installcheck-automake
 
 installcheck-automake: \
-    configure-automake 
+    configure-automake
        @[ -f ./automake/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -3514,7 +3515,7 @@ maybe-mostlyclean-automake:
 @if automake
 maybe-mostlyclean-automake: mostlyclean-automake
 
-mostlyclean-automake: 
+mostlyclean-automake:
        @[ -f ./automake/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -3539,7 +3540,7 @@ maybe-clean-automake:
 @if automake
 maybe-clean-automake: clean-automake
 
-clean-automake: 
+clean-automake:
        @[ -f ./automake/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -3564,7 +3565,7 @@ maybe-distclean-automake:
 @if automake
 maybe-distclean-automake: distclean-automake
 
-distclean-automake: 
+distclean-automake:
        @[ -f ./automake/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -3589,7 +3590,7 @@ maybe-maintainer-clean-automake:
 @if automake
 maybe-maintainer-clean-automake: maintainer-clean-automake
 
-maintainer-clean-automake: 
+maintainer-clean-automake:
        @[ -f ./automake/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -3688,7 +3689,7 @@ maybe-info-bash:
 maybe-info-bash: info-bash
 
 info-bash: \
-    configure-bash 
+    configure-bash
        @[ -f ./bash/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -3714,7 +3715,7 @@ maybe-dvi-bash:
 maybe-dvi-bash: dvi-bash
 
 dvi-bash: \
-    configure-bash 
+    configure-bash
        @[ -f ./bash/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -3740,7 +3741,7 @@ maybe-html-bash:
 maybe-html-bash: html-bash
 
 html-bash: \
-    configure-bash 
+    configure-bash
        @[ -f ./bash/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -3766,7 +3767,7 @@ maybe-TAGS-bash:
 maybe-TAGS-bash: TAGS-bash
 
 TAGS-bash: \
-    configure-bash 
+    configure-bash
        @[ -f ./bash/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -3793,7 +3794,7 @@ maybe-install-info-bash: install-info-bash
 
 install-info-bash: \
     configure-bash \
-    info-bash 
+    info-bash
        @[ -f ./bash/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -3819,7 +3820,7 @@ maybe-installcheck-bash:
 maybe-installcheck-bash: installcheck-bash
 
 installcheck-bash: \
-    configure-bash 
+    configure-bash
        @[ -f ./bash/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -3844,7 +3845,7 @@ maybe-mostlyclean-bash:
 @if bash
 maybe-mostlyclean-bash: mostlyclean-bash
 
-mostlyclean-bash: 
+mostlyclean-bash:
        @[ -f ./bash/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -3869,7 +3870,7 @@ maybe-clean-bash:
 @if bash
 maybe-clean-bash: clean-bash
 
-clean-bash: 
+clean-bash:
        @[ -f ./bash/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -3894,7 +3895,7 @@ maybe-distclean-bash:
 @if bash
 maybe-distclean-bash: distclean-bash
 
-distclean-bash: 
+distclean-bash:
        @[ -f ./bash/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -3919,7 +3920,7 @@ maybe-maintainer-clean-bash:
 @if bash
 maybe-maintainer-clean-bash: maintainer-clean-bash
 
-maintainer-clean-bash: 
+maintainer-clean-bash:
        @[ -f ./bash/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -4020,7 +4021,7 @@ maybe-info-bfd:
 maybe-info-bfd: info-bfd
 
 info-bfd: \
-    configure-bfd 
+    configure-bfd
        @[ -f ./bfd/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -4046,7 +4047,7 @@ maybe-dvi-bfd:
 maybe-dvi-bfd: dvi-bfd
 
 dvi-bfd: \
-    configure-bfd 
+    configure-bfd
        @[ -f ./bfd/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -4072,7 +4073,7 @@ maybe-html-bfd:
 maybe-html-bfd: html-bfd
 
 html-bfd: \
-    configure-bfd 
+    configure-bfd
        @[ -f ./bfd/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -4098,7 +4099,7 @@ maybe-TAGS-bfd:
 maybe-TAGS-bfd: TAGS-bfd
 
 TAGS-bfd: \
-    configure-bfd 
+    configure-bfd
        @[ -f ./bfd/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -4125,7 +4126,7 @@ maybe-install-info-bfd: install-info-bfd
 
 install-info-bfd: \
     configure-bfd \
-    info-bfd 
+    info-bfd
        @[ -f ./bfd/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -4151,7 +4152,7 @@ maybe-installcheck-bfd:
 maybe-installcheck-bfd: installcheck-bfd
 
 installcheck-bfd: \
-    configure-bfd 
+    configure-bfd
        @[ -f ./bfd/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -4176,7 +4177,7 @@ maybe-mostlyclean-bfd:
 @if bfd
 maybe-mostlyclean-bfd: mostlyclean-bfd
 
-mostlyclean-bfd: 
+mostlyclean-bfd:
        @[ -f ./bfd/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -4201,7 +4202,7 @@ maybe-clean-bfd:
 @if bfd
 maybe-clean-bfd: clean-bfd
 
-clean-bfd: 
+clean-bfd:
        @[ -f ./bfd/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -4226,7 +4227,7 @@ maybe-distclean-bfd:
 @if bfd
 maybe-distclean-bfd: distclean-bfd
 
-distclean-bfd: 
+distclean-bfd:
        @[ -f ./bfd/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -4251,7 +4252,7 @@ maybe-maintainer-clean-bfd:
 @if bfd
 maybe-maintainer-clean-bfd: maintainer-clean-bfd
 
-maintainer-clean-bfd: 
+maintainer-clean-bfd:
        @[ -f ./bfd/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -4352,7 +4353,7 @@ maybe-info-opcodes:
 maybe-info-opcodes: info-opcodes
 
 info-opcodes: \
-    configure-opcodes 
+    configure-opcodes
        @[ -f ./opcodes/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -4378,7 +4379,7 @@ maybe-dvi-opcodes:
 maybe-dvi-opcodes: dvi-opcodes
 
 dvi-opcodes: \
-    configure-opcodes 
+    configure-opcodes
        @[ -f ./opcodes/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -4404,7 +4405,7 @@ maybe-html-opcodes:
 maybe-html-opcodes: html-opcodes
 
 html-opcodes: \
-    configure-opcodes 
+    configure-opcodes
        @[ -f ./opcodes/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -4430,7 +4431,7 @@ maybe-TAGS-opcodes:
 maybe-TAGS-opcodes: TAGS-opcodes
 
 TAGS-opcodes: \
-    configure-opcodes 
+    configure-opcodes
        @[ -f ./opcodes/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -4457,7 +4458,7 @@ maybe-install-info-opcodes: install-info-opcodes
 
 install-info-opcodes: \
     configure-opcodes \
-    info-opcodes 
+    info-opcodes
        @[ -f ./opcodes/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -4483,7 +4484,7 @@ maybe-installcheck-opcodes:
 maybe-installcheck-opcodes: installcheck-opcodes
 
 installcheck-opcodes: \
-    configure-opcodes 
+    configure-opcodes
        @[ -f ./opcodes/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -4508,7 +4509,7 @@ maybe-mostlyclean-opcodes:
 @if opcodes
 maybe-mostlyclean-opcodes: mostlyclean-opcodes
 
-mostlyclean-opcodes: 
+mostlyclean-opcodes:
        @[ -f ./opcodes/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -4533,7 +4534,7 @@ maybe-clean-opcodes:
 @if opcodes
 maybe-clean-opcodes: clean-opcodes
 
-clean-opcodes: 
+clean-opcodes:
        @[ -f ./opcodes/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -4558,7 +4559,7 @@ maybe-distclean-opcodes:
 @if opcodes
 maybe-distclean-opcodes: distclean-opcodes
 
-distclean-opcodes: 
+distclean-opcodes:
        @[ -f ./opcodes/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -4583,7 +4584,7 @@ maybe-maintainer-clean-opcodes:
 @if opcodes
 maybe-maintainer-clean-opcodes: maintainer-clean-opcodes
 
-maintainer-clean-opcodes: 
+maintainer-clean-opcodes:
        @[ -f ./opcodes/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -4684,7 +4685,7 @@ maybe-info-binutils:
 maybe-info-binutils: info-binutils
 
 info-binutils: \
-    configure-binutils 
+    configure-binutils
        @[ -f ./binutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -4710,7 +4711,7 @@ maybe-dvi-binutils:
 maybe-dvi-binutils: dvi-binutils
 
 dvi-binutils: \
-    configure-binutils 
+    configure-binutils
        @[ -f ./binutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -4736,7 +4737,7 @@ maybe-html-binutils:
 maybe-html-binutils: html-binutils
 
 html-binutils: \
-    configure-binutils 
+    configure-binutils
        @[ -f ./binutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -4762,7 +4763,7 @@ maybe-TAGS-binutils:
 maybe-TAGS-binutils: TAGS-binutils
 
 TAGS-binutils: \
-    configure-binutils 
+    configure-binutils
        @[ -f ./binutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -4789,7 +4790,7 @@ maybe-install-info-binutils: install-info-binutils
 
 install-info-binutils: \
     configure-binutils \
-    info-binutils 
+    info-binutils
        @[ -f ./binutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -4815,7 +4816,7 @@ maybe-installcheck-binutils:
 maybe-installcheck-binutils: installcheck-binutils
 
 installcheck-binutils: \
-    configure-binutils 
+    configure-binutils
        @[ -f ./binutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -4840,7 +4841,7 @@ maybe-mostlyclean-binutils:
 @if binutils
 maybe-mostlyclean-binutils: mostlyclean-binutils
 
-mostlyclean-binutils: 
+mostlyclean-binutils:
        @[ -f ./binutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -4865,7 +4866,7 @@ maybe-clean-binutils:
 @if binutils
 maybe-clean-binutils: clean-binutils
 
-clean-binutils: 
+clean-binutils:
        @[ -f ./binutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -4890,7 +4891,7 @@ maybe-distclean-binutils:
 @if binutils
 maybe-distclean-binutils: distclean-binutils
 
-distclean-binutils: 
+distclean-binutils:
        @[ -f ./binutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -4915,7 +4916,7 @@ maybe-maintainer-clean-binutils:
 @if binutils
 maybe-maintainer-clean-binutils: maintainer-clean-binutils
 
-maintainer-clean-binutils: 
+maintainer-clean-binutils:
        @[ -f ./binutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -5017,7 +5018,7 @@ maybe-info-bison:
 maybe-info-bison: info-bison
 
 info-bison: \
-    configure-bison 
+    configure-bison
        @[ -f ./bison/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -5043,7 +5044,7 @@ maybe-dvi-bison:
 maybe-dvi-bison: dvi-bison
 
 dvi-bison: \
-    configure-bison 
+    configure-bison
        @[ -f ./bison/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -5069,7 +5070,7 @@ maybe-html-bison:
 maybe-html-bison: html-bison
 
 html-bison: \
-    configure-bison 
+    configure-bison
        @[ -f ./bison/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -5095,7 +5096,7 @@ maybe-TAGS-bison:
 maybe-TAGS-bison: TAGS-bison
 
 TAGS-bison: \
-    configure-bison 
+    configure-bison
        @[ -f ./bison/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -5122,7 +5123,7 @@ maybe-install-info-bison: install-info-bison
 
 install-info-bison: \
     configure-bison \
-    info-bison 
+    info-bison
        @[ -f ./bison/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -5148,7 +5149,7 @@ maybe-installcheck-bison:
 maybe-installcheck-bison: installcheck-bison
 
 installcheck-bison: \
-    configure-bison 
+    configure-bison
        @[ -f ./bison/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -5173,7 +5174,7 @@ maybe-mostlyclean-bison:
 @if bison
 maybe-mostlyclean-bison: mostlyclean-bison
 
-mostlyclean-bison: 
+mostlyclean-bison:
        @[ -f ./bison/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -5198,7 +5199,7 @@ maybe-clean-bison:
 @if bison
 maybe-clean-bison: clean-bison
 
-clean-bison: 
+clean-bison:
        @[ -f ./bison/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -5223,7 +5224,7 @@ maybe-distclean-bison:
 @if bison
 maybe-distclean-bison: distclean-bison
 
-distclean-bison: 
+distclean-bison:
        @[ -f ./bison/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -5248,7 +5249,7 @@ maybe-maintainer-clean-bison:
 @if bison
 maybe-maintainer-clean-bison: maintainer-clean-bison
 
-maintainer-clean-bison: 
+maintainer-clean-bison:
        @[ -f ./bison/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -5350,7 +5351,7 @@ maybe-info-byacc:
 maybe-info-byacc: info-byacc
 
 info-byacc: \
-    configure-byacc 
+    configure-byacc
        @[ -f ./byacc/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -5376,7 +5377,7 @@ maybe-dvi-byacc:
 maybe-dvi-byacc: dvi-byacc
 
 dvi-byacc: \
-    configure-byacc 
+    configure-byacc
        @[ -f ./byacc/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -5402,7 +5403,7 @@ maybe-html-byacc:
 maybe-html-byacc: html-byacc
 
 html-byacc: \
-    configure-byacc 
+    configure-byacc
        @[ -f ./byacc/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -5428,7 +5429,7 @@ maybe-TAGS-byacc:
 maybe-TAGS-byacc: TAGS-byacc
 
 TAGS-byacc: \
-    configure-byacc 
+    configure-byacc
        @[ -f ./byacc/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -5455,7 +5456,7 @@ maybe-install-info-byacc: install-info-byacc
 
 install-info-byacc: \
     configure-byacc \
-    info-byacc 
+    info-byacc
        @[ -f ./byacc/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -5481,7 +5482,7 @@ maybe-installcheck-byacc:
 maybe-installcheck-byacc: installcheck-byacc
 
 installcheck-byacc: \
-    configure-byacc 
+    configure-byacc
        @[ -f ./byacc/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -5506,7 +5507,7 @@ maybe-mostlyclean-byacc:
 @if byacc
 maybe-mostlyclean-byacc: mostlyclean-byacc
 
-mostlyclean-byacc: 
+mostlyclean-byacc:
        @[ -f ./byacc/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -5531,7 +5532,7 @@ maybe-clean-byacc:
 @if byacc
 maybe-clean-byacc: clean-byacc
 
-clean-byacc: 
+clean-byacc:
        @[ -f ./byacc/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -5556,7 +5557,7 @@ maybe-distclean-byacc:
 @if byacc
 maybe-distclean-byacc: distclean-byacc
 
-distclean-byacc: 
+distclean-byacc:
        @[ -f ./byacc/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -5581,7 +5582,7 @@ maybe-maintainer-clean-byacc:
 @if byacc
 maybe-maintainer-clean-byacc: maintainer-clean-byacc
 
-maintainer-clean-byacc: 
+maintainer-clean-byacc:
        @[ -f ./byacc/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -5680,7 +5681,7 @@ maybe-info-bzip2:
 maybe-info-bzip2: info-bzip2
 
 info-bzip2: \
-    configure-bzip2 
+    configure-bzip2
        @[ -f ./bzip2/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -5706,7 +5707,7 @@ maybe-dvi-bzip2:
 maybe-dvi-bzip2: dvi-bzip2
 
 dvi-bzip2: \
-    configure-bzip2 
+    configure-bzip2
        @[ -f ./bzip2/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -5732,7 +5733,7 @@ maybe-html-bzip2:
 maybe-html-bzip2: html-bzip2
 
 html-bzip2: \
-    configure-bzip2 
+    configure-bzip2
        @[ -f ./bzip2/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -5758,7 +5759,7 @@ maybe-TAGS-bzip2:
 maybe-TAGS-bzip2: TAGS-bzip2
 
 TAGS-bzip2: \
-    configure-bzip2 
+    configure-bzip2
        @[ -f ./bzip2/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -5785,7 +5786,7 @@ maybe-install-info-bzip2: install-info-bzip2
 
 install-info-bzip2: \
     configure-bzip2 \
-    info-bzip2 
+    info-bzip2
        @[ -f ./bzip2/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -5811,7 +5812,7 @@ maybe-installcheck-bzip2:
 maybe-installcheck-bzip2: installcheck-bzip2
 
 installcheck-bzip2: \
-    configure-bzip2 
+    configure-bzip2
        @[ -f ./bzip2/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -5836,7 +5837,7 @@ maybe-mostlyclean-bzip2:
 @if bzip2
 maybe-mostlyclean-bzip2: mostlyclean-bzip2
 
-mostlyclean-bzip2: 
+mostlyclean-bzip2:
        @[ -f ./bzip2/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -5861,7 +5862,7 @@ maybe-clean-bzip2:
 @if bzip2
 maybe-clean-bzip2: clean-bzip2
 
-clean-bzip2: 
+clean-bzip2:
        @[ -f ./bzip2/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -5886,7 +5887,7 @@ maybe-distclean-bzip2:
 @if bzip2
 maybe-distclean-bzip2: distclean-bzip2
 
-distclean-bzip2: 
+distclean-bzip2:
        @[ -f ./bzip2/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -5911,7 +5912,7 @@ maybe-maintainer-clean-bzip2:
 @if bzip2
 maybe-maintainer-clean-bzip2: maintainer-clean-bzip2
 
-maintainer-clean-bzip2: 
+maintainer-clean-bzip2:
        @[ -f ./bzip2/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -6010,7 +6011,7 @@ maybe-info-dejagnu:
 maybe-info-dejagnu: info-dejagnu
 
 info-dejagnu: \
-    configure-dejagnu 
+    configure-dejagnu
        @[ -f ./dejagnu/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -6036,7 +6037,7 @@ maybe-dvi-dejagnu:
 maybe-dvi-dejagnu: dvi-dejagnu
 
 dvi-dejagnu: \
-    configure-dejagnu 
+    configure-dejagnu
        @[ -f ./dejagnu/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -6062,7 +6063,7 @@ maybe-html-dejagnu:
 maybe-html-dejagnu: html-dejagnu
 
 html-dejagnu: \
-    configure-dejagnu 
+    configure-dejagnu
        @[ -f ./dejagnu/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -6088,7 +6089,7 @@ maybe-TAGS-dejagnu:
 maybe-TAGS-dejagnu: TAGS-dejagnu
 
 TAGS-dejagnu: \
-    configure-dejagnu 
+    configure-dejagnu
        @[ -f ./dejagnu/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -6115,7 +6116,7 @@ maybe-install-info-dejagnu: install-info-dejagnu
 
 install-info-dejagnu: \
     configure-dejagnu \
-    info-dejagnu 
+    info-dejagnu
        @[ -f ./dejagnu/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -6141,7 +6142,7 @@ maybe-installcheck-dejagnu:
 maybe-installcheck-dejagnu: installcheck-dejagnu
 
 installcheck-dejagnu: \
-    configure-dejagnu 
+    configure-dejagnu
        @[ -f ./dejagnu/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -6166,7 +6167,7 @@ maybe-mostlyclean-dejagnu:
 @if dejagnu
 maybe-mostlyclean-dejagnu: mostlyclean-dejagnu
 
-mostlyclean-dejagnu: 
+mostlyclean-dejagnu:
        @[ -f ./dejagnu/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -6191,7 +6192,7 @@ maybe-clean-dejagnu:
 @if dejagnu
 maybe-clean-dejagnu: clean-dejagnu
 
-clean-dejagnu: 
+clean-dejagnu:
        @[ -f ./dejagnu/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -6216,7 +6217,7 @@ maybe-distclean-dejagnu:
 @if dejagnu
 maybe-distclean-dejagnu: distclean-dejagnu
 
-distclean-dejagnu: 
+distclean-dejagnu:
        @[ -f ./dejagnu/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -6241,7 +6242,7 @@ maybe-maintainer-clean-dejagnu:
 @if dejagnu
 maybe-maintainer-clean-dejagnu: maintainer-clean-dejagnu
 
-maintainer-clean-dejagnu: 
+maintainer-clean-dejagnu:
        @[ -f ./dejagnu/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -6340,7 +6341,7 @@ maybe-info-diff:
 maybe-info-diff: info-diff
 
 info-diff: \
-    configure-diff 
+    configure-diff
        @[ -f ./diff/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -6366,7 +6367,7 @@ maybe-dvi-diff:
 maybe-dvi-diff: dvi-diff
 
 dvi-diff: \
-    configure-diff 
+    configure-diff
        @[ -f ./diff/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -6392,7 +6393,7 @@ maybe-html-diff:
 maybe-html-diff: html-diff
 
 html-diff: \
-    configure-diff 
+    configure-diff
        @[ -f ./diff/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -6418,7 +6419,7 @@ maybe-TAGS-diff:
 maybe-TAGS-diff: TAGS-diff
 
 TAGS-diff: \
-    configure-diff 
+    configure-diff
        @[ -f ./diff/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -6445,7 +6446,7 @@ maybe-install-info-diff: install-info-diff
 
 install-info-diff: \
     configure-diff \
-    info-diff 
+    info-diff
        @[ -f ./diff/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -6471,7 +6472,7 @@ maybe-installcheck-diff:
 maybe-installcheck-diff: installcheck-diff
 
 installcheck-diff: \
-    configure-diff 
+    configure-diff
        @[ -f ./diff/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -6496,7 +6497,7 @@ maybe-mostlyclean-diff:
 @if diff
 maybe-mostlyclean-diff: mostlyclean-diff
 
-mostlyclean-diff: 
+mostlyclean-diff:
        @[ -f ./diff/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -6521,7 +6522,7 @@ maybe-clean-diff:
 @if diff
 maybe-clean-diff: clean-diff
 
-clean-diff: 
+clean-diff:
        @[ -f ./diff/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -6546,7 +6547,7 @@ maybe-distclean-diff:
 @if diff
 maybe-distclean-diff: distclean-diff
 
-distclean-diff: 
+distclean-diff:
        @[ -f ./diff/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -6571,7 +6572,7 @@ maybe-maintainer-clean-diff:
 @if diff
 maybe-maintainer-clean-diff: maintainer-clean-diff
 
-maintainer-clean-diff: 
+maintainer-clean-diff:
        @[ -f ./diff/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -6665,7 +6666,7 @@ maybe-info-dosutils:
 maybe-info-dosutils: info-dosutils
 
 info-dosutils: \
-    configure-dosutils 
+    configure-dosutils
        @[ -f ./dosutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -6691,7 +6692,7 @@ maybe-dvi-dosutils:
 maybe-dvi-dosutils: dvi-dosutils
 
 dvi-dosutils: \
-    configure-dosutils 
+    configure-dosutils
        @[ -f ./dosutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -6717,7 +6718,7 @@ maybe-html-dosutils:
 maybe-html-dosutils: html-dosutils
 
 html-dosutils: \
-    configure-dosutils 
+    configure-dosutils
        @[ -f ./dosutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -6743,7 +6744,7 @@ maybe-TAGS-dosutils:
 maybe-TAGS-dosutils: TAGS-dosutils
 
 TAGS-dosutils: \
-    configure-dosutils 
+    configure-dosutils
        @[ -f ./dosutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -6770,7 +6771,7 @@ maybe-install-info-dosutils: install-info-dosutils
 
 install-info-dosutils: \
     configure-dosutils \
-    info-dosutils 
+    info-dosutils
        @[ -f ./dosutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -6796,7 +6797,7 @@ maybe-installcheck-dosutils:
 maybe-installcheck-dosutils: installcheck-dosutils
 
 installcheck-dosutils: \
-    configure-dosutils 
+    configure-dosutils
        @[ -f ./dosutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -6821,7 +6822,7 @@ maybe-mostlyclean-dosutils:
 @if dosutils
 maybe-mostlyclean-dosutils: mostlyclean-dosutils
 
-mostlyclean-dosutils: 
+mostlyclean-dosutils:
        @[ -f ./dosutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -6846,7 +6847,7 @@ maybe-clean-dosutils:
 @if dosutils
 maybe-clean-dosutils: clean-dosutils
 
-clean-dosutils: 
+clean-dosutils:
        @[ -f ./dosutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -6871,7 +6872,7 @@ maybe-distclean-dosutils:
 @if dosutils
 maybe-distclean-dosutils: distclean-dosutils
 
-distclean-dosutils: 
+distclean-dosutils:
        @[ -f ./dosutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -6896,7 +6897,7 @@ maybe-maintainer-clean-dosutils:
 @if dosutils
 maybe-maintainer-clean-dosutils: maintainer-clean-dosutils
 
-maintainer-clean-dosutils: 
+maintainer-clean-dosutils:
        @[ -f ./dosutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -6995,7 +6996,7 @@ maybe-info-etc:
 maybe-info-etc: info-etc
 
 info-etc: \
-    configure-etc 
+    configure-etc
        @[ -f ./etc/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -7021,7 +7022,7 @@ maybe-dvi-etc:
 maybe-dvi-etc: dvi-etc
 
 dvi-etc: \
-    configure-etc 
+    configure-etc
        @[ -f ./etc/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -7047,7 +7048,7 @@ maybe-html-etc:
 maybe-html-etc: html-etc
 
 html-etc: \
-    configure-etc 
+    configure-etc
        @[ -f ./etc/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -7073,7 +7074,7 @@ maybe-TAGS-etc:
 maybe-TAGS-etc: TAGS-etc
 
 TAGS-etc: \
-    configure-etc 
+    configure-etc
        @[ -f ./etc/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -7100,7 +7101,7 @@ maybe-install-info-etc: install-info-etc
 
 install-info-etc: \
     configure-etc \
-    info-etc 
+    info-etc
        @[ -f ./etc/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -7126,7 +7127,7 @@ maybe-installcheck-etc:
 maybe-installcheck-etc: installcheck-etc
 
 installcheck-etc: \
-    configure-etc 
+    configure-etc
        @[ -f ./etc/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -7151,7 +7152,7 @@ maybe-mostlyclean-etc:
 @if etc
 maybe-mostlyclean-etc: mostlyclean-etc
 
-mostlyclean-etc: 
+mostlyclean-etc:
        @[ -f ./etc/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -7176,7 +7177,7 @@ maybe-clean-etc:
 @if etc
 maybe-clean-etc: clean-etc
 
-clean-etc: 
+clean-etc:
        @[ -f ./etc/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -7201,7 +7202,7 @@ maybe-distclean-etc:
 @if etc
 maybe-distclean-etc: distclean-etc
 
-distclean-etc: 
+distclean-etc:
        @[ -f ./etc/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -7226,7 +7227,7 @@ maybe-maintainer-clean-etc:
 @if etc
 maybe-maintainer-clean-etc: maintainer-clean-etc
 
-maintainer-clean-etc: 
+maintainer-clean-etc:
        @[ -f ./etc/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -7328,7 +7329,7 @@ maybe-info-fastjar:
 maybe-info-fastjar: info-fastjar
 
 info-fastjar: \
-    configure-fastjar 
+    configure-fastjar
        @[ -f ./fastjar/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -7354,7 +7355,7 @@ maybe-dvi-fastjar:
 maybe-dvi-fastjar: dvi-fastjar
 
 dvi-fastjar: \
-    configure-fastjar 
+    configure-fastjar
        @[ -f ./fastjar/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -7380,7 +7381,7 @@ maybe-html-fastjar:
 maybe-html-fastjar: html-fastjar
 
 html-fastjar: \
-    configure-fastjar 
+    configure-fastjar
        @[ -f ./fastjar/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -7406,7 +7407,7 @@ maybe-TAGS-fastjar:
 maybe-TAGS-fastjar: TAGS-fastjar
 
 TAGS-fastjar: \
-    configure-fastjar 
+    configure-fastjar
        @[ -f ./fastjar/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -7433,7 +7434,7 @@ maybe-install-info-fastjar: install-info-fastjar
 
 install-info-fastjar: \
     configure-fastjar \
-    info-fastjar 
+    info-fastjar
        @[ -f ./fastjar/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -7459,7 +7460,7 @@ maybe-installcheck-fastjar:
 maybe-installcheck-fastjar: installcheck-fastjar
 
 installcheck-fastjar: \
-    configure-fastjar 
+    configure-fastjar
        @[ -f ./fastjar/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -7484,7 +7485,7 @@ maybe-mostlyclean-fastjar:
 @if fastjar
 maybe-mostlyclean-fastjar: mostlyclean-fastjar
 
-mostlyclean-fastjar: 
+mostlyclean-fastjar:
        @[ -f ./fastjar/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -7509,7 +7510,7 @@ maybe-clean-fastjar:
 @if fastjar
 maybe-clean-fastjar: clean-fastjar
 
-clean-fastjar: 
+clean-fastjar:
        @[ -f ./fastjar/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -7534,7 +7535,7 @@ maybe-distclean-fastjar:
 @if fastjar
 maybe-distclean-fastjar: distclean-fastjar
 
-distclean-fastjar: 
+distclean-fastjar:
        @[ -f ./fastjar/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -7559,7 +7560,7 @@ maybe-maintainer-clean-fastjar:
 @if fastjar
 maybe-maintainer-clean-fastjar: maintainer-clean-fastjar
 
-maintainer-clean-fastjar: 
+maintainer-clean-fastjar:
        @[ -f ./fastjar/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -7658,7 +7659,7 @@ maybe-info-fileutils:
 maybe-info-fileutils: info-fileutils
 
 info-fileutils: \
-    configure-fileutils 
+    configure-fileutils
        @[ -f ./fileutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -7684,7 +7685,7 @@ maybe-dvi-fileutils:
 maybe-dvi-fileutils: dvi-fileutils
 
 dvi-fileutils: \
-    configure-fileutils 
+    configure-fileutils
        @[ -f ./fileutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -7710,7 +7711,7 @@ maybe-html-fileutils:
 maybe-html-fileutils: html-fileutils
 
 html-fileutils: \
-    configure-fileutils 
+    configure-fileutils
        @[ -f ./fileutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -7736,7 +7737,7 @@ maybe-TAGS-fileutils:
 maybe-TAGS-fileutils: TAGS-fileutils
 
 TAGS-fileutils: \
-    configure-fileutils 
+    configure-fileutils
        @[ -f ./fileutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -7763,7 +7764,7 @@ maybe-install-info-fileutils: install-info-fileutils
 
 install-info-fileutils: \
     configure-fileutils \
-    info-fileutils 
+    info-fileutils
        @[ -f ./fileutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -7789,7 +7790,7 @@ maybe-installcheck-fileutils:
 maybe-installcheck-fileutils: installcheck-fileutils
 
 installcheck-fileutils: \
-    configure-fileutils 
+    configure-fileutils
        @[ -f ./fileutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -7814,7 +7815,7 @@ maybe-mostlyclean-fileutils:
 @if fileutils
 maybe-mostlyclean-fileutils: mostlyclean-fileutils
 
-mostlyclean-fileutils: 
+mostlyclean-fileutils:
        @[ -f ./fileutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -7839,7 +7840,7 @@ maybe-clean-fileutils:
 @if fileutils
 maybe-clean-fileutils: clean-fileutils
 
-clean-fileutils: 
+clean-fileutils:
        @[ -f ./fileutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -7864,7 +7865,7 @@ maybe-distclean-fileutils:
 @if fileutils
 maybe-distclean-fileutils: distclean-fileutils
 
-distclean-fileutils: 
+distclean-fileutils:
        @[ -f ./fileutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -7889,7 +7890,7 @@ maybe-maintainer-clean-fileutils:
 @if fileutils
 maybe-maintainer-clean-fileutils: maintainer-clean-fileutils
 
-maintainer-clean-fileutils: 
+maintainer-clean-fileutils:
        @[ -f ./fileutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -7988,7 +7989,7 @@ maybe-info-findutils:
 maybe-info-findutils: info-findutils
 
 info-findutils: \
-    configure-findutils 
+    configure-findutils
        @[ -f ./findutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -8014,7 +8015,7 @@ maybe-dvi-findutils:
 maybe-dvi-findutils: dvi-findutils
 
 dvi-findutils: \
-    configure-findutils 
+    configure-findutils
        @[ -f ./findutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -8040,7 +8041,7 @@ maybe-html-findutils:
 maybe-html-findutils: html-findutils
 
 html-findutils: \
-    configure-findutils 
+    configure-findutils
        @[ -f ./findutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -8066,7 +8067,7 @@ maybe-TAGS-findutils:
 maybe-TAGS-findutils: TAGS-findutils
 
 TAGS-findutils: \
-    configure-findutils 
+    configure-findutils
        @[ -f ./findutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -8093,7 +8094,7 @@ maybe-install-info-findutils: install-info-findutils
 
 install-info-findutils: \
     configure-findutils \
-    info-findutils 
+    info-findutils
        @[ -f ./findutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -8119,7 +8120,7 @@ maybe-installcheck-findutils:
 maybe-installcheck-findutils: installcheck-findutils
 
 installcheck-findutils: \
-    configure-findutils 
+    configure-findutils
        @[ -f ./findutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -8144,7 +8145,7 @@ maybe-mostlyclean-findutils:
 @if findutils
 maybe-mostlyclean-findutils: mostlyclean-findutils
 
-mostlyclean-findutils: 
+mostlyclean-findutils:
        @[ -f ./findutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -8169,7 +8170,7 @@ maybe-clean-findutils:
 @if findutils
 maybe-clean-findutils: clean-findutils
 
-clean-findutils: 
+clean-findutils:
        @[ -f ./findutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -8194,7 +8195,7 @@ maybe-distclean-findutils:
 @if findutils
 maybe-distclean-findutils: distclean-findutils
 
-distclean-findutils: 
+distclean-findutils:
        @[ -f ./findutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -8219,7 +8220,7 @@ maybe-maintainer-clean-findutils:
 @if findutils
 maybe-maintainer-clean-findutils: maintainer-clean-findutils
 
-maintainer-clean-findutils: 
+maintainer-clean-findutils:
        @[ -f ./findutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -8318,7 +8319,7 @@ maybe-info-find:
 maybe-info-find: info-find
 
 info-find: \
-    configure-find 
+    configure-find
        @[ -f ./find/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -8344,7 +8345,7 @@ maybe-dvi-find:
 maybe-dvi-find: dvi-find
 
 dvi-find: \
-    configure-find 
+    configure-find
        @[ -f ./find/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -8370,7 +8371,7 @@ maybe-html-find:
 maybe-html-find: html-find
 
 html-find: \
-    configure-find 
+    configure-find
        @[ -f ./find/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -8396,7 +8397,7 @@ maybe-TAGS-find:
 maybe-TAGS-find: TAGS-find
 
 TAGS-find: \
-    configure-find 
+    configure-find
        @[ -f ./find/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -8423,7 +8424,7 @@ maybe-install-info-find: install-info-find
 
 install-info-find: \
     configure-find \
-    info-find 
+    info-find
        @[ -f ./find/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -8449,7 +8450,7 @@ maybe-installcheck-find:
 maybe-installcheck-find: installcheck-find
 
 installcheck-find: \
-    configure-find 
+    configure-find
        @[ -f ./find/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -8474,7 +8475,7 @@ maybe-mostlyclean-find:
 @if find
 maybe-mostlyclean-find: mostlyclean-find
 
-mostlyclean-find: 
+mostlyclean-find:
        @[ -f ./find/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -8499,7 +8500,7 @@ maybe-clean-find:
 @if find
 maybe-clean-find: clean-find
 
-clean-find: 
+clean-find:
        @[ -f ./find/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -8524,7 +8525,7 @@ maybe-distclean-find:
 @if find
 maybe-distclean-find: distclean-find
 
-distclean-find: 
+distclean-find:
        @[ -f ./find/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -8549,7 +8550,7 @@ maybe-maintainer-clean-find:
 @if find
 maybe-maintainer-clean-find: maintainer-clean-find
 
-maintainer-clean-find: 
+maintainer-clean-find:
        @[ -f ./find/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -8668,7 +8669,7 @@ maybe-html-fixincludes:
 maybe-html-fixincludes: html-fixincludes
 
 html-fixincludes: \
-    configure-fixincludes 
+    configure-fixincludes
        @[ -f ./fixincludes/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -8723,7 +8724,7 @@ maybe-mostlyclean-fixincludes:
 @if fixincludes
 maybe-mostlyclean-fixincludes: mostlyclean-fixincludes
 
-mostlyclean-fixincludes: 
+mostlyclean-fixincludes:
        @[ -f ./fixincludes/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -8748,7 +8749,7 @@ maybe-clean-fixincludes:
 @if fixincludes
 maybe-clean-fixincludes: clean-fixincludes
 
-clean-fixincludes: 
+clean-fixincludes:
        @[ -f ./fixincludes/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -8773,7 +8774,7 @@ maybe-distclean-fixincludes:
 @if fixincludes
 maybe-distclean-fixincludes: distclean-fixincludes
 
-distclean-fixincludes: 
+distclean-fixincludes:
        @[ -f ./fixincludes/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -8798,7 +8799,7 @@ maybe-maintainer-clean-fixincludes:
 @if fixincludes
 maybe-maintainer-clean-fixincludes: maintainer-clean-fixincludes
 
-maintainer-clean-fixincludes: 
+maintainer-clean-fixincludes:
        @[ -f ./fixincludes/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -8900,7 +8901,7 @@ maybe-info-flex:
 maybe-info-flex: info-flex
 
 info-flex: \
-    configure-flex 
+    configure-flex
        @[ -f ./flex/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -8926,7 +8927,7 @@ maybe-dvi-flex:
 maybe-dvi-flex: dvi-flex
 
 dvi-flex: \
-    configure-flex 
+    configure-flex
        @[ -f ./flex/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -8952,7 +8953,7 @@ maybe-html-flex:
 maybe-html-flex: html-flex
 
 html-flex: \
-    configure-flex 
+    configure-flex
        @[ -f ./flex/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -8978,7 +8979,7 @@ maybe-TAGS-flex:
 maybe-TAGS-flex: TAGS-flex
 
 TAGS-flex: \
-    configure-flex 
+    configure-flex
        @[ -f ./flex/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -9005,7 +9006,7 @@ maybe-install-info-flex: install-info-flex
 
 install-info-flex: \
     configure-flex \
-    info-flex 
+    info-flex
        @[ -f ./flex/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -9031,7 +9032,7 @@ maybe-installcheck-flex:
 maybe-installcheck-flex: installcheck-flex
 
 installcheck-flex: \
-    configure-flex 
+    configure-flex
        @[ -f ./flex/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -9056,7 +9057,7 @@ maybe-mostlyclean-flex:
 @if flex
 maybe-mostlyclean-flex: mostlyclean-flex
 
-mostlyclean-flex: 
+mostlyclean-flex:
        @[ -f ./flex/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -9081,7 +9082,7 @@ maybe-clean-flex:
 @if flex
 maybe-clean-flex: clean-flex
 
-clean-flex: 
+clean-flex:
        @[ -f ./flex/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -9106,7 +9107,7 @@ maybe-distclean-flex:
 @if flex
 maybe-distclean-flex: distclean-flex
 
-distclean-flex: 
+distclean-flex:
        @[ -f ./flex/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -9131,7 +9132,7 @@ maybe-maintainer-clean-flex:
 @if flex
 maybe-maintainer-clean-flex: maintainer-clean-flex
 
-maintainer-clean-flex: 
+maintainer-clean-flex:
        @[ -f ./flex/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -9232,7 +9233,7 @@ maybe-info-gas:
 maybe-info-gas: info-gas
 
 info-gas: \
-    configure-gas 
+    configure-gas
        @[ -f ./gas/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -9258,7 +9259,7 @@ maybe-dvi-gas:
 maybe-dvi-gas: dvi-gas
 
 dvi-gas: \
-    configure-gas 
+    configure-gas
        @[ -f ./gas/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -9284,7 +9285,7 @@ maybe-html-gas:
 maybe-html-gas: html-gas
 
 html-gas: \
-    configure-gas 
+    configure-gas
        @[ -f ./gas/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -9310,7 +9311,7 @@ maybe-TAGS-gas:
 maybe-TAGS-gas: TAGS-gas
 
 TAGS-gas: \
-    configure-gas 
+    configure-gas
        @[ -f ./gas/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -9337,7 +9338,7 @@ maybe-install-info-gas: install-info-gas
 
 install-info-gas: \
     configure-gas \
-    info-gas 
+    info-gas
        @[ -f ./gas/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -9363,7 +9364,7 @@ maybe-installcheck-gas:
 maybe-installcheck-gas: installcheck-gas
 
 installcheck-gas: \
-    configure-gas 
+    configure-gas
        @[ -f ./gas/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -9388,7 +9389,7 @@ maybe-mostlyclean-gas:
 @if gas
 maybe-mostlyclean-gas: mostlyclean-gas
 
-mostlyclean-gas: 
+mostlyclean-gas:
        @[ -f ./gas/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -9413,7 +9414,7 @@ maybe-clean-gas:
 @if gas
 maybe-clean-gas: clean-gas
 
-clean-gas: 
+clean-gas:
        @[ -f ./gas/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -9438,7 +9439,7 @@ maybe-distclean-gas:
 @if gas
 maybe-distclean-gas: distclean-gas
 
-distclean-gas: 
+distclean-gas:
        @[ -f ./gas/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -9463,7 +9464,7 @@ maybe-maintainer-clean-gas:
 @if gas
 maybe-maintainer-clean-gas: maintainer-clean-gas
 
-maintainer-clean-gas: 
+maintainer-clean-gas:
        @[ -f ./gas/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -9564,7 +9565,7 @@ maybe-info-gcc:
 maybe-info-gcc: info-gcc
 
 info-gcc: \
-    configure-gcc 
+    configure-gcc
        @[ -f ./gcc/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -9590,7 +9591,7 @@ maybe-dvi-gcc:
 maybe-dvi-gcc: dvi-gcc
 
 dvi-gcc: \
-    configure-gcc 
+    configure-gcc
        @[ -f ./gcc/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -9616,7 +9617,7 @@ maybe-html-gcc:
 maybe-html-gcc: html-gcc
 
 html-gcc: \
-    configure-gcc 
+    configure-gcc
        @[ -f ./gcc/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -9642,7 +9643,7 @@ maybe-TAGS-gcc:
 maybe-TAGS-gcc: TAGS-gcc
 
 TAGS-gcc: \
-    configure-gcc 
+    configure-gcc
        @[ -f ./gcc/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -9669,7 +9670,7 @@ maybe-install-info-gcc: install-info-gcc
 
 install-info-gcc: \
     configure-gcc \
-    info-gcc 
+    info-gcc
        @[ -f ./gcc/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -9695,7 +9696,7 @@ maybe-installcheck-gcc:
 maybe-installcheck-gcc: installcheck-gcc
 
 installcheck-gcc: \
-    configure-gcc 
+    configure-gcc
        @[ -f ./gcc/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -9720,7 +9721,7 @@ maybe-mostlyclean-gcc:
 @if gcc
 maybe-mostlyclean-gcc: mostlyclean-gcc
 
-mostlyclean-gcc: 
+mostlyclean-gcc:
        @[ -f ./gcc/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -9745,7 +9746,7 @@ maybe-clean-gcc:
 @if gcc
 maybe-clean-gcc: clean-gcc
 
-clean-gcc: 
+clean-gcc:
        @[ -f ./gcc/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -9770,7 +9771,7 @@ maybe-distclean-gcc:
 @if gcc
 maybe-distclean-gcc: distclean-gcc
 
-distclean-gcc: 
+distclean-gcc:
        @[ -f ./gcc/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -9795,7 +9796,7 @@ maybe-maintainer-clean-gcc:
 @if gcc
 maybe-maintainer-clean-gcc: maintainer-clean-gcc
 
-maintainer-clean-gcc: 
+maintainer-clean-gcc:
        @[ -f ./gcc/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -9894,7 +9895,7 @@ maybe-info-gawk:
 maybe-info-gawk: info-gawk
 
 info-gawk: \
-    configure-gawk 
+    configure-gawk
        @[ -f ./gawk/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -9920,7 +9921,7 @@ maybe-dvi-gawk:
 maybe-dvi-gawk: dvi-gawk
 
 dvi-gawk: \
-    configure-gawk 
+    configure-gawk
        @[ -f ./gawk/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -9946,7 +9947,7 @@ maybe-html-gawk:
 maybe-html-gawk: html-gawk
 
 html-gawk: \
-    configure-gawk 
+    configure-gawk
        @[ -f ./gawk/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -9972,7 +9973,7 @@ maybe-TAGS-gawk:
 maybe-TAGS-gawk: TAGS-gawk
 
 TAGS-gawk: \
-    configure-gawk 
+    configure-gawk
        @[ -f ./gawk/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -9999,7 +10000,7 @@ maybe-install-info-gawk: install-info-gawk
 
 install-info-gawk: \
     configure-gawk \
-    info-gawk 
+    info-gawk
        @[ -f ./gawk/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -10025,7 +10026,7 @@ maybe-installcheck-gawk:
 maybe-installcheck-gawk: installcheck-gawk
 
 installcheck-gawk: \
-    configure-gawk 
+    configure-gawk
        @[ -f ./gawk/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -10050,7 +10051,7 @@ maybe-mostlyclean-gawk:
 @if gawk
 maybe-mostlyclean-gawk: mostlyclean-gawk
 
-mostlyclean-gawk: 
+mostlyclean-gawk:
        @[ -f ./gawk/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -10075,7 +10076,7 @@ maybe-clean-gawk:
 @if gawk
 maybe-clean-gawk: clean-gawk
 
-clean-gawk: 
+clean-gawk:
        @[ -f ./gawk/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -10100,7 +10101,7 @@ maybe-distclean-gawk:
 @if gawk
 maybe-distclean-gawk: distclean-gawk
 
-distclean-gawk: 
+distclean-gawk:
        @[ -f ./gawk/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -10125,7 +10126,7 @@ maybe-maintainer-clean-gawk:
 @if gawk
 maybe-maintainer-clean-gawk: maintainer-clean-gawk
 
-maintainer-clean-gawk: 
+maintainer-clean-gawk:
        @[ -f ./gawk/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -10224,7 +10225,7 @@ maybe-info-gettext:
 maybe-info-gettext: info-gettext
 
 info-gettext: \
-    configure-gettext 
+    configure-gettext
        @[ -f ./gettext/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -10250,7 +10251,7 @@ maybe-dvi-gettext:
 maybe-dvi-gettext: dvi-gettext
 
 dvi-gettext: \
-    configure-gettext 
+    configure-gettext
        @[ -f ./gettext/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -10276,7 +10277,7 @@ maybe-html-gettext:
 maybe-html-gettext: html-gettext
 
 html-gettext: \
-    configure-gettext 
+    configure-gettext
        @[ -f ./gettext/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -10302,7 +10303,7 @@ maybe-TAGS-gettext:
 maybe-TAGS-gettext: TAGS-gettext
 
 TAGS-gettext: \
-    configure-gettext 
+    configure-gettext
        @[ -f ./gettext/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -10329,7 +10330,7 @@ maybe-install-info-gettext: install-info-gettext
 
 install-info-gettext: \
     configure-gettext \
-    info-gettext 
+    info-gettext
        @[ -f ./gettext/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -10355,7 +10356,7 @@ maybe-installcheck-gettext:
 maybe-installcheck-gettext: installcheck-gettext
 
 installcheck-gettext: \
-    configure-gettext 
+    configure-gettext
        @[ -f ./gettext/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -10380,7 +10381,7 @@ maybe-mostlyclean-gettext:
 @if gettext
 maybe-mostlyclean-gettext: mostlyclean-gettext
 
-mostlyclean-gettext: 
+mostlyclean-gettext:
        @[ -f ./gettext/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -10405,7 +10406,7 @@ maybe-clean-gettext:
 @if gettext
 maybe-clean-gettext: clean-gettext
 
-clean-gettext: 
+clean-gettext:
        @[ -f ./gettext/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -10430,7 +10431,7 @@ maybe-distclean-gettext:
 @if gettext
 maybe-distclean-gettext: distclean-gettext
 
-distclean-gettext: 
+distclean-gettext:
        @[ -f ./gettext/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -10455,7 +10456,7 @@ maybe-maintainer-clean-gettext:
 @if gettext
 maybe-maintainer-clean-gettext: maintainer-clean-gettext
 
-maintainer-clean-gettext: 
+maintainer-clean-gettext:
        @[ -f ./gettext/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -10554,7 +10555,7 @@ maybe-info-gnuserv:
 maybe-info-gnuserv: info-gnuserv
 
 info-gnuserv: \
-    configure-gnuserv 
+    configure-gnuserv
        @[ -f ./gnuserv/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -10580,7 +10581,7 @@ maybe-dvi-gnuserv:
 maybe-dvi-gnuserv: dvi-gnuserv
 
 dvi-gnuserv: \
-    configure-gnuserv 
+    configure-gnuserv
        @[ -f ./gnuserv/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -10606,7 +10607,7 @@ maybe-html-gnuserv:
 maybe-html-gnuserv: html-gnuserv
 
 html-gnuserv: \
-    configure-gnuserv 
+    configure-gnuserv
        @[ -f ./gnuserv/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -10632,7 +10633,7 @@ maybe-TAGS-gnuserv:
 maybe-TAGS-gnuserv: TAGS-gnuserv
 
 TAGS-gnuserv: \
-    configure-gnuserv 
+    configure-gnuserv
        @[ -f ./gnuserv/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -10659,7 +10660,7 @@ maybe-install-info-gnuserv: install-info-gnuserv
 
 install-info-gnuserv: \
     configure-gnuserv \
-    info-gnuserv 
+    info-gnuserv
        @[ -f ./gnuserv/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -10685,7 +10686,7 @@ maybe-installcheck-gnuserv:
 maybe-installcheck-gnuserv: installcheck-gnuserv
 
 installcheck-gnuserv: \
-    configure-gnuserv 
+    configure-gnuserv
        @[ -f ./gnuserv/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -10710,7 +10711,7 @@ maybe-mostlyclean-gnuserv:
 @if gnuserv
 maybe-mostlyclean-gnuserv: mostlyclean-gnuserv
 
-mostlyclean-gnuserv: 
+mostlyclean-gnuserv:
        @[ -f ./gnuserv/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -10735,7 +10736,7 @@ maybe-clean-gnuserv:
 @if gnuserv
 maybe-clean-gnuserv: clean-gnuserv
 
-clean-gnuserv: 
+clean-gnuserv:
        @[ -f ./gnuserv/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -10760,7 +10761,7 @@ maybe-distclean-gnuserv:
 @if gnuserv
 maybe-distclean-gnuserv: distclean-gnuserv
 
-distclean-gnuserv: 
+distclean-gnuserv:
        @[ -f ./gnuserv/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -10785,7 +10786,7 @@ maybe-maintainer-clean-gnuserv:
 @if gnuserv
 maybe-maintainer-clean-gnuserv: maintainer-clean-gnuserv
 
-maintainer-clean-gnuserv: 
+maintainer-clean-gnuserv:
        @[ -f ./gnuserv/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -10884,7 +10885,7 @@ maybe-info-gprof:
 maybe-info-gprof: info-gprof
 
 info-gprof: \
-    configure-gprof 
+    configure-gprof
        @[ -f ./gprof/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -10910,7 +10911,7 @@ maybe-dvi-gprof:
 maybe-dvi-gprof: dvi-gprof
 
 dvi-gprof: \
-    configure-gprof 
+    configure-gprof
        @[ -f ./gprof/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -10936,7 +10937,7 @@ maybe-html-gprof:
 maybe-html-gprof: html-gprof
 
 html-gprof: \
-    configure-gprof 
+    configure-gprof
        @[ -f ./gprof/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -10962,7 +10963,7 @@ maybe-TAGS-gprof:
 maybe-TAGS-gprof: TAGS-gprof
 
 TAGS-gprof: \
-    configure-gprof 
+    configure-gprof
        @[ -f ./gprof/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -10989,7 +10990,7 @@ maybe-install-info-gprof: install-info-gprof
 
 install-info-gprof: \
     configure-gprof \
-    info-gprof 
+    info-gprof
        @[ -f ./gprof/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -11015,7 +11016,7 @@ maybe-installcheck-gprof:
 maybe-installcheck-gprof: installcheck-gprof
 
 installcheck-gprof: \
-    configure-gprof 
+    configure-gprof
        @[ -f ./gprof/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -11040,7 +11041,7 @@ maybe-mostlyclean-gprof:
 @if gprof
 maybe-mostlyclean-gprof: mostlyclean-gprof
 
-mostlyclean-gprof: 
+mostlyclean-gprof:
        @[ -f ./gprof/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -11065,7 +11066,7 @@ maybe-clean-gprof:
 @if gprof
 maybe-clean-gprof: clean-gprof
 
-clean-gprof: 
+clean-gprof:
        @[ -f ./gprof/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -11090,7 +11091,7 @@ maybe-distclean-gprof:
 @if gprof
 maybe-distclean-gprof: distclean-gprof
 
-distclean-gprof: 
+distclean-gprof:
        @[ -f ./gprof/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -11115,7 +11116,7 @@ maybe-maintainer-clean-gprof:
 @if gprof
 maybe-maintainer-clean-gprof: maintainer-clean-gprof
 
-maintainer-clean-gprof: 
+maintainer-clean-gprof:
        @[ -f ./gprof/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -11214,7 +11215,7 @@ maybe-info-gzip:
 maybe-info-gzip: info-gzip
 
 info-gzip: \
-    configure-gzip 
+    configure-gzip
        @[ -f ./gzip/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -11240,7 +11241,7 @@ maybe-dvi-gzip:
 maybe-dvi-gzip: dvi-gzip
 
 dvi-gzip: \
-    configure-gzip 
+    configure-gzip
        @[ -f ./gzip/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -11266,7 +11267,7 @@ maybe-html-gzip:
 maybe-html-gzip: html-gzip
 
 html-gzip: \
-    configure-gzip 
+    configure-gzip
        @[ -f ./gzip/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -11292,7 +11293,7 @@ maybe-TAGS-gzip:
 maybe-TAGS-gzip: TAGS-gzip
 
 TAGS-gzip: \
-    configure-gzip 
+    configure-gzip
        @[ -f ./gzip/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -11319,7 +11320,7 @@ maybe-install-info-gzip: install-info-gzip
 
 install-info-gzip: \
     configure-gzip \
-    info-gzip 
+    info-gzip
        @[ -f ./gzip/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -11345,7 +11346,7 @@ maybe-installcheck-gzip:
 maybe-installcheck-gzip: installcheck-gzip
 
 installcheck-gzip: \
-    configure-gzip 
+    configure-gzip
        @[ -f ./gzip/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -11370,7 +11371,7 @@ maybe-mostlyclean-gzip:
 @if gzip
 maybe-mostlyclean-gzip: mostlyclean-gzip
 
-mostlyclean-gzip: 
+mostlyclean-gzip:
        @[ -f ./gzip/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -11395,7 +11396,7 @@ maybe-clean-gzip:
 @if gzip
 maybe-clean-gzip: clean-gzip
 
-clean-gzip: 
+clean-gzip:
        @[ -f ./gzip/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -11420,7 +11421,7 @@ maybe-distclean-gzip:
 @if gzip
 maybe-distclean-gzip: distclean-gzip
 
-distclean-gzip: 
+distclean-gzip:
        @[ -f ./gzip/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -11445,7 +11446,7 @@ maybe-maintainer-clean-gzip:
 @if gzip
 maybe-maintainer-clean-gzip: maintainer-clean-gzip
 
-maintainer-clean-gzip: 
+maintainer-clean-gzip:
        @[ -f ./gzip/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -11544,7 +11545,7 @@ maybe-info-hello:
 maybe-info-hello: info-hello
 
 info-hello: \
-    configure-hello 
+    configure-hello
        @[ -f ./hello/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -11570,7 +11571,7 @@ maybe-dvi-hello:
 maybe-dvi-hello: dvi-hello
 
 dvi-hello: \
-    configure-hello 
+    configure-hello
        @[ -f ./hello/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -11596,7 +11597,7 @@ maybe-html-hello:
 maybe-html-hello: html-hello
 
 html-hello: \
-    configure-hello 
+    configure-hello
        @[ -f ./hello/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -11622,7 +11623,7 @@ maybe-TAGS-hello:
 maybe-TAGS-hello: TAGS-hello
 
 TAGS-hello: \
-    configure-hello 
+    configure-hello
        @[ -f ./hello/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -11649,7 +11650,7 @@ maybe-install-info-hello: install-info-hello
 
 install-info-hello: \
     configure-hello \
-    info-hello 
+    info-hello
        @[ -f ./hello/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -11675,7 +11676,7 @@ maybe-installcheck-hello:
 maybe-installcheck-hello: installcheck-hello
 
 installcheck-hello: \
-    configure-hello 
+    configure-hello
        @[ -f ./hello/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -11700,7 +11701,7 @@ maybe-mostlyclean-hello:
 @if hello
 maybe-mostlyclean-hello: mostlyclean-hello
 
-mostlyclean-hello: 
+mostlyclean-hello:
        @[ -f ./hello/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -11725,7 +11726,7 @@ maybe-clean-hello:
 @if hello
 maybe-clean-hello: clean-hello
 
-clean-hello: 
+clean-hello:
        @[ -f ./hello/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -11750,7 +11751,7 @@ maybe-distclean-hello:
 @if hello
 maybe-distclean-hello: distclean-hello
 
-distclean-hello: 
+distclean-hello:
        @[ -f ./hello/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -11775,7 +11776,7 @@ maybe-maintainer-clean-hello:
 @if hello
 maybe-maintainer-clean-hello: maintainer-clean-hello
 
-maintainer-clean-hello: 
+maintainer-clean-hello:
        @[ -f ./hello/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -11874,7 +11875,7 @@ maybe-info-indent:
 maybe-info-indent: info-indent
 
 info-indent: \
-    configure-indent 
+    configure-indent
        @[ -f ./indent/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -11900,7 +11901,7 @@ maybe-dvi-indent:
 maybe-dvi-indent: dvi-indent
 
 dvi-indent: \
-    configure-indent 
+    configure-indent
        @[ -f ./indent/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -11926,7 +11927,7 @@ maybe-html-indent:
 maybe-html-indent: html-indent
 
 html-indent: \
-    configure-indent 
+    configure-indent
        @[ -f ./indent/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -11952,7 +11953,7 @@ maybe-TAGS-indent:
 maybe-TAGS-indent: TAGS-indent
 
 TAGS-indent: \
-    configure-indent 
+    configure-indent
        @[ -f ./indent/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -11979,7 +11980,7 @@ maybe-install-info-indent: install-info-indent
 
 install-info-indent: \
     configure-indent \
-    info-indent 
+    info-indent
        @[ -f ./indent/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -12005,7 +12006,7 @@ maybe-installcheck-indent:
 maybe-installcheck-indent: installcheck-indent
 
 installcheck-indent: \
-    configure-indent 
+    configure-indent
        @[ -f ./indent/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -12030,7 +12031,7 @@ maybe-mostlyclean-indent:
 @if indent
 maybe-mostlyclean-indent: mostlyclean-indent
 
-mostlyclean-indent: 
+mostlyclean-indent:
        @[ -f ./indent/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -12055,7 +12056,7 @@ maybe-clean-indent:
 @if indent
 maybe-clean-indent: clean-indent
 
-clean-indent: 
+clean-indent:
        @[ -f ./indent/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -12080,7 +12081,7 @@ maybe-distclean-indent:
 @if indent
 maybe-distclean-indent: distclean-indent
 
-distclean-indent: 
+distclean-indent:
        @[ -f ./indent/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -12105,7 +12106,7 @@ maybe-maintainer-clean-indent:
 @if indent
 maybe-maintainer-clean-indent: maintainer-clean-indent
 
-maintainer-clean-indent: 
+maintainer-clean-indent:
        @[ -f ./indent/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -12206,7 +12207,7 @@ maybe-info-intl:
 maybe-info-intl: info-intl
 
 info-intl: \
-    configure-intl 
+    configure-intl
        @[ -f ./intl/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -12232,7 +12233,7 @@ maybe-dvi-intl:
 maybe-dvi-intl: dvi-intl
 
 dvi-intl: \
-    configure-intl 
+    configure-intl
        @[ -f ./intl/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -12258,7 +12259,7 @@ maybe-html-intl:
 maybe-html-intl: html-intl
 
 html-intl: \
-    configure-intl 
+    configure-intl
        @[ -f ./intl/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -12284,7 +12285,7 @@ maybe-TAGS-intl:
 maybe-TAGS-intl: TAGS-intl
 
 TAGS-intl: \
-    configure-intl 
+    configure-intl
        @[ -f ./intl/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -12311,7 +12312,7 @@ maybe-install-info-intl: install-info-intl
 
 install-info-intl: \
     configure-intl \
-    info-intl 
+    info-intl
        @[ -f ./intl/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -12337,7 +12338,7 @@ maybe-installcheck-intl:
 maybe-installcheck-intl: installcheck-intl
 
 installcheck-intl: \
-    configure-intl 
+    configure-intl
        @[ -f ./intl/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -12362,7 +12363,7 @@ maybe-mostlyclean-intl:
 @if intl
 maybe-mostlyclean-intl: mostlyclean-intl
 
-mostlyclean-intl: 
+mostlyclean-intl:
        @[ -f ./intl/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -12387,7 +12388,7 @@ maybe-clean-intl:
 @if intl
 maybe-clean-intl: clean-intl
 
-clean-intl: 
+clean-intl:
        @[ -f ./intl/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -12412,7 +12413,7 @@ maybe-distclean-intl:
 @if intl
 maybe-distclean-intl: distclean-intl
 
-distclean-intl: 
+distclean-intl:
        @[ -f ./intl/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -12437,7 +12438,7 @@ maybe-maintainer-clean-intl:
 @if intl
 maybe-maintainer-clean-intl: maintainer-clean-intl
 
-maintainer-clean-intl: 
+maintainer-clean-intl:
        @[ -f ./intl/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -12536,7 +12537,7 @@ maybe-info-tcl:
 maybe-info-tcl: info-tcl
 
 info-tcl: \
-    configure-tcl 
+    configure-tcl
        @[ -f ./tcl/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -12562,7 +12563,7 @@ maybe-dvi-tcl:
 maybe-dvi-tcl: dvi-tcl
 
 dvi-tcl: \
-    configure-tcl 
+    configure-tcl
        @[ -f ./tcl/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -12588,7 +12589,7 @@ maybe-html-tcl:
 maybe-html-tcl: html-tcl
 
 html-tcl: \
-    configure-tcl 
+    configure-tcl
        @[ -f ./tcl/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -12614,7 +12615,7 @@ maybe-TAGS-tcl:
 maybe-TAGS-tcl: TAGS-tcl
 
 TAGS-tcl: \
-    configure-tcl 
+    configure-tcl
        @[ -f ./tcl/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -12641,7 +12642,7 @@ maybe-install-info-tcl: install-info-tcl
 
 install-info-tcl: \
     configure-tcl \
-    info-tcl 
+    info-tcl
        @[ -f ./tcl/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -12667,7 +12668,7 @@ maybe-installcheck-tcl:
 maybe-installcheck-tcl: installcheck-tcl
 
 installcheck-tcl: \
-    configure-tcl 
+    configure-tcl
        @[ -f ./tcl/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -12702,7 +12703,7 @@ maybe-clean-tcl:
 @if tcl
 maybe-clean-tcl: clean-tcl
 
-clean-tcl: 
+clean-tcl:
        @[ -f ./tcl/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -12727,7 +12728,7 @@ maybe-distclean-tcl:
 @if tcl
 maybe-distclean-tcl: distclean-tcl
 
-distclean-tcl: 
+distclean-tcl:
        @[ -f ./tcl/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -12752,7 +12753,7 @@ maybe-maintainer-clean-tcl:
 @if tcl
 maybe-maintainer-clean-tcl: maintainer-clean-tcl
 
-maintainer-clean-tcl: 
+maintainer-clean-tcl:
        @[ -f ./tcl/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -12851,7 +12852,7 @@ maybe-info-itcl:
 maybe-info-itcl: info-itcl
 
 info-itcl: \
-    configure-itcl 
+    configure-itcl
        @[ -f ./itcl/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -12877,7 +12878,7 @@ maybe-dvi-itcl:
 maybe-dvi-itcl: dvi-itcl
 
 dvi-itcl: \
-    configure-itcl 
+    configure-itcl
        @[ -f ./itcl/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -12903,7 +12904,7 @@ maybe-html-itcl:
 maybe-html-itcl: html-itcl
 
 html-itcl: \
-    configure-itcl 
+    configure-itcl
        @[ -f ./itcl/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -12929,7 +12930,7 @@ maybe-TAGS-itcl:
 maybe-TAGS-itcl: TAGS-itcl
 
 TAGS-itcl: \
-    configure-itcl 
+    configure-itcl
        @[ -f ./itcl/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -12956,7 +12957,7 @@ maybe-install-info-itcl: install-info-itcl
 
 install-info-itcl: \
     configure-itcl \
-    info-itcl 
+    info-itcl
        @[ -f ./itcl/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -12982,7 +12983,7 @@ maybe-installcheck-itcl:
 maybe-installcheck-itcl: installcheck-itcl
 
 installcheck-itcl: \
-    configure-itcl 
+    configure-itcl
        @[ -f ./itcl/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -13007,7 +13008,7 @@ maybe-mostlyclean-itcl:
 @if itcl
 maybe-mostlyclean-itcl: mostlyclean-itcl
 
-mostlyclean-itcl: 
+mostlyclean-itcl:
        @[ -f ./itcl/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -13032,7 +13033,7 @@ maybe-clean-itcl:
 @if itcl
 maybe-clean-itcl: clean-itcl
 
-clean-itcl: 
+clean-itcl:
        @[ -f ./itcl/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -13057,7 +13058,7 @@ maybe-distclean-itcl:
 @if itcl
 maybe-distclean-itcl: distclean-itcl
 
-distclean-itcl: 
+distclean-itcl:
        @[ -f ./itcl/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -13082,7 +13083,7 @@ maybe-maintainer-clean-itcl:
 @if itcl
 maybe-maintainer-clean-itcl: maintainer-clean-itcl
 
-maintainer-clean-itcl: 
+maintainer-clean-itcl:
        @[ -f ./itcl/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -13183,7 +13184,7 @@ maybe-info-ld:
 maybe-info-ld: info-ld
 
 info-ld: \
-    configure-ld 
+    configure-ld
        @[ -f ./ld/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -13209,7 +13210,7 @@ maybe-dvi-ld:
 maybe-dvi-ld: dvi-ld
 
 dvi-ld: \
-    configure-ld 
+    configure-ld
        @[ -f ./ld/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -13235,7 +13236,7 @@ maybe-html-ld:
 maybe-html-ld: html-ld
 
 html-ld: \
-    configure-ld 
+    configure-ld
        @[ -f ./ld/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -13261,7 +13262,7 @@ maybe-TAGS-ld:
 maybe-TAGS-ld: TAGS-ld
 
 TAGS-ld: \
-    configure-ld 
+    configure-ld
        @[ -f ./ld/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -13288,7 +13289,7 @@ maybe-install-info-ld: install-info-ld
 
 install-info-ld: \
     configure-ld \
-    info-ld 
+    info-ld
        @[ -f ./ld/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -13314,7 +13315,7 @@ maybe-installcheck-ld:
 maybe-installcheck-ld: installcheck-ld
 
 installcheck-ld: \
-    configure-ld 
+    configure-ld
        @[ -f ./ld/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -13339,7 +13340,7 @@ maybe-mostlyclean-ld:
 @if ld
 maybe-mostlyclean-ld: mostlyclean-ld
 
-mostlyclean-ld: 
+mostlyclean-ld:
        @[ -f ./ld/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -13364,7 +13365,7 @@ maybe-clean-ld:
 @if ld
 maybe-clean-ld: clean-ld
 
-clean-ld: 
+clean-ld:
        @[ -f ./ld/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -13389,7 +13390,7 @@ maybe-distclean-ld:
 @if ld
 maybe-distclean-ld: distclean-ld
 
-distclean-ld: 
+distclean-ld:
        @[ -f ./ld/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -13414,7 +13415,7 @@ maybe-maintainer-clean-ld:
 @if ld
 maybe-maintainer-clean-ld: maintainer-clean-ld
 
-maintainer-clean-ld: 
+maintainer-clean-ld:
        @[ -f ./ld/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -13515,7 +13516,7 @@ maybe-info-libcpp:
 maybe-info-libcpp: info-libcpp
 
 info-libcpp: \
-    configure-libcpp 
+    configure-libcpp
        @[ -f ./libcpp/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -13541,7 +13542,7 @@ maybe-dvi-libcpp:
 maybe-dvi-libcpp: dvi-libcpp
 
 dvi-libcpp: \
-    configure-libcpp 
+    configure-libcpp
        @[ -f ./libcpp/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -13567,7 +13568,7 @@ maybe-html-libcpp:
 maybe-html-libcpp: html-libcpp
 
 html-libcpp: \
-    configure-libcpp 
+    configure-libcpp
        @[ -f ./libcpp/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -13593,7 +13594,7 @@ maybe-TAGS-libcpp:
 maybe-TAGS-libcpp: TAGS-libcpp
 
 TAGS-libcpp: \
-    configure-libcpp 
+    configure-libcpp
        @[ -f ./libcpp/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -13620,7 +13621,7 @@ maybe-install-info-libcpp: install-info-libcpp
 
 install-info-libcpp: \
     configure-libcpp \
-    info-libcpp 
+    info-libcpp
        @[ -f ./libcpp/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -13646,7 +13647,7 @@ maybe-installcheck-libcpp:
 maybe-installcheck-libcpp: installcheck-libcpp
 
 installcheck-libcpp: \
-    configure-libcpp 
+    configure-libcpp
        @[ -f ./libcpp/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -13671,7 +13672,7 @@ maybe-mostlyclean-libcpp:
 @if libcpp
 maybe-mostlyclean-libcpp: mostlyclean-libcpp
 
-mostlyclean-libcpp: 
+mostlyclean-libcpp:
        @[ -f ./libcpp/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -13696,7 +13697,7 @@ maybe-clean-libcpp:
 @if libcpp
 maybe-clean-libcpp: clean-libcpp
 
-clean-libcpp: 
+clean-libcpp:
        @[ -f ./libcpp/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -13721,7 +13722,7 @@ maybe-distclean-libcpp:
 @if libcpp
 maybe-distclean-libcpp: distclean-libcpp
 
-distclean-libcpp: 
+distclean-libcpp:
        @[ -f ./libcpp/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -13746,7 +13747,7 @@ maybe-maintainer-clean-libcpp:
 @if libcpp
 maybe-maintainer-clean-libcpp: maintainer-clean-libcpp
 
-maintainer-clean-libcpp: 
+maintainer-clean-libcpp:
        @[ -f ./libcpp/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -13845,7 +13846,7 @@ maybe-info-libgui:
 maybe-info-libgui: info-libgui
 
 info-libgui: \
-    configure-libgui 
+    configure-libgui
        @[ -f ./libgui/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -13871,7 +13872,7 @@ maybe-dvi-libgui:
 maybe-dvi-libgui: dvi-libgui
 
 dvi-libgui: \
-    configure-libgui 
+    configure-libgui
        @[ -f ./libgui/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -13897,7 +13898,7 @@ maybe-html-libgui:
 maybe-html-libgui: html-libgui
 
 html-libgui: \
-    configure-libgui 
+    configure-libgui
        @[ -f ./libgui/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -13923,7 +13924,7 @@ maybe-TAGS-libgui:
 maybe-TAGS-libgui: TAGS-libgui
 
 TAGS-libgui: \
-    configure-libgui 
+    configure-libgui
        @[ -f ./libgui/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -13950,7 +13951,7 @@ maybe-install-info-libgui: install-info-libgui
 
 install-info-libgui: \
     configure-libgui \
-    info-libgui 
+    info-libgui
        @[ -f ./libgui/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -13976,7 +13977,7 @@ maybe-installcheck-libgui:
 maybe-installcheck-libgui: installcheck-libgui
 
 installcheck-libgui: \
-    configure-libgui 
+    configure-libgui
        @[ -f ./libgui/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -14001,7 +14002,7 @@ maybe-mostlyclean-libgui:
 @if libgui
 maybe-mostlyclean-libgui: mostlyclean-libgui
 
-mostlyclean-libgui: 
+mostlyclean-libgui:
        @[ -f ./libgui/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -14026,7 +14027,7 @@ maybe-clean-libgui:
 @if libgui
 maybe-clean-libgui: clean-libgui
 
-clean-libgui: 
+clean-libgui:
        @[ -f ./libgui/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -14051,7 +14052,7 @@ maybe-distclean-libgui:
 @if libgui
 maybe-distclean-libgui: distclean-libgui
 
-distclean-libgui: 
+distclean-libgui:
        @[ -f ./libgui/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -14076,7 +14077,7 @@ maybe-maintainer-clean-libgui:
 @if libgui
 maybe-maintainer-clean-libgui: maintainer-clean-libgui
 
-maintainer-clean-libgui: 
+maintainer-clean-libgui:
        @[ -f ./libgui/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -14177,7 +14178,7 @@ maybe-info-libiberty:
 maybe-info-libiberty: info-libiberty
 
 info-libiberty: \
-    configure-libiberty 
+    configure-libiberty
        @[ -f ./libiberty/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -14203,7 +14204,7 @@ maybe-dvi-libiberty:
 maybe-dvi-libiberty: dvi-libiberty
 
 dvi-libiberty: \
-    configure-libiberty 
+    configure-libiberty
        @[ -f ./libiberty/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -14229,7 +14230,7 @@ maybe-html-libiberty:
 maybe-html-libiberty: html-libiberty
 
 html-libiberty: \
-    configure-libiberty 
+    configure-libiberty
        @[ -f ./libiberty/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -14255,7 +14256,7 @@ maybe-TAGS-libiberty:
 maybe-TAGS-libiberty: TAGS-libiberty
 
 TAGS-libiberty: \
-    configure-libiberty 
+    configure-libiberty
        @[ -f ./libiberty/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -14282,7 +14283,7 @@ maybe-install-info-libiberty: install-info-libiberty
 
 install-info-libiberty: \
     configure-libiberty \
-    info-libiberty 
+    info-libiberty
        @[ -f ./libiberty/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -14308,7 +14309,7 @@ maybe-installcheck-libiberty:
 maybe-installcheck-libiberty: installcheck-libiberty
 
 installcheck-libiberty: \
-    configure-libiberty 
+    configure-libiberty
        @[ -f ./libiberty/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -14333,7 +14334,7 @@ maybe-mostlyclean-libiberty:
 @if libiberty
 maybe-mostlyclean-libiberty: mostlyclean-libiberty
 
-mostlyclean-libiberty: 
+mostlyclean-libiberty:
        @[ -f ./libiberty/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -14358,7 +14359,7 @@ maybe-clean-libiberty:
 @if libiberty
 maybe-clean-libiberty: clean-libiberty
 
-clean-libiberty: 
+clean-libiberty:
        @[ -f ./libiberty/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -14383,7 +14384,7 @@ maybe-distclean-libiberty:
 @if libiberty
 maybe-distclean-libiberty: distclean-libiberty
 
-distclean-libiberty: 
+distclean-libiberty:
        @[ -f ./libiberty/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -14408,7 +14409,7 @@ maybe-maintainer-clean-libiberty:
 @if libiberty
 maybe-maintainer-clean-libiberty: maintainer-clean-libiberty
 
-maintainer-clean-libiberty: 
+maintainer-clean-libiberty:
        @[ -f ./libiberty/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -14507,7 +14508,7 @@ maybe-info-libtool:
 maybe-info-libtool: info-libtool
 
 info-libtool: \
-    configure-libtool 
+    configure-libtool
        @[ -f ./libtool/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -14533,7 +14534,7 @@ maybe-dvi-libtool:
 maybe-dvi-libtool: dvi-libtool
 
 dvi-libtool: \
-    configure-libtool 
+    configure-libtool
        @[ -f ./libtool/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -14559,7 +14560,7 @@ maybe-html-libtool:
 maybe-html-libtool: html-libtool
 
 html-libtool: \
-    configure-libtool 
+    configure-libtool
        @[ -f ./libtool/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -14585,7 +14586,7 @@ maybe-TAGS-libtool:
 maybe-TAGS-libtool: TAGS-libtool
 
 TAGS-libtool: \
-    configure-libtool 
+    configure-libtool
        @[ -f ./libtool/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -14612,7 +14613,7 @@ maybe-install-info-libtool: install-info-libtool
 
 install-info-libtool: \
     configure-libtool \
-    info-libtool 
+    info-libtool
        @[ -f ./libtool/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -14638,7 +14639,7 @@ maybe-installcheck-libtool:
 maybe-installcheck-libtool: installcheck-libtool
 
 installcheck-libtool: \
-    configure-libtool 
+    configure-libtool
        @[ -f ./libtool/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -14663,7 +14664,7 @@ maybe-mostlyclean-libtool:
 @if libtool
 maybe-mostlyclean-libtool: mostlyclean-libtool
 
-mostlyclean-libtool: 
+mostlyclean-libtool:
        @[ -f ./libtool/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -14688,7 +14689,7 @@ maybe-clean-libtool:
 @if libtool
 maybe-clean-libtool: clean-libtool
 
-clean-libtool: 
+clean-libtool:
        @[ -f ./libtool/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -14713,7 +14714,7 @@ maybe-distclean-libtool:
 @if libtool
 maybe-distclean-libtool: distclean-libtool
 
-distclean-libtool: 
+distclean-libtool:
        @[ -f ./libtool/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -14738,7 +14739,7 @@ maybe-maintainer-clean-libtool:
 @if libtool
 maybe-maintainer-clean-libtool: maintainer-clean-libtool
 
-maintainer-clean-libtool: 
+maintainer-clean-libtool:
        @[ -f ./libtool/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -14837,7 +14838,7 @@ maybe-info-m4:
 maybe-info-m4: info-m4
 
 info-m4: \
-    configure-m4 
+    configure-m4
        @[ -f ./m4/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -14863,7 +14864,7 @@ maybe-dvi-m4:
 maybe-dvi-m4: dvi-m4
 
 dvi-m4: \
-    configure-m4 
+    configure-m4
        @[ -f ./m4/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -14889,7 +14890,7 @@ maybe-html-m4:
 maybe-html-m4: html-m4
 
 html-m4: \
-    configure-m4 
+    configure-m4
        @[ -f ./m4/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -14915,7 +14916,7 @@ maybe-TAGS-m4:
 maybe-TAGS-m4: TAGS-m4
 
 TAGS-m4: \
-    configure-m4 
+    configure-m4
        @[ -f ./m4/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -14942,7 +14943,7 @@ maybe-install-info-m4: install-info-m4
 
 install-info-m4: \
     configure-m4 \
-    info-m4 
+    info-m4
        @[ -f ./m4/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -14968,7 +14969,7 @@ maybe-installcheck-m4:
 maybe-installcheck-m4: installcheck-m4
 
 installcheck-m4: \
-    configure-m4 
+    configure-m4
        @[ -f ./m4/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -14993,7 +14994,7 @@ maybe-mostlyclean-m4:
 @if m4
 maybe-mostlyclean-m4: mostlyclean-m4
 
-mostlyclean-m4: 
+mostlyclean-m4:
        @[ -f ./m4/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -15018,7 +15019,7 @@ maybe-clean-m4:
 @if m4
 maybe-clean-m4: clean-m4
 
-clean-m4: 
+clean-m4:
        @[ -f ./m4/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -15043,7 +15044,7 @@ maybe-distclean-m4:
 @if m4
 maybe-distclean-m4: distclean-m4
 
-distclean-m4: 
+distclean-m4:
        @[ -f ./m4/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -15068,7 +15069,7 @@ maybe-maintainer-clean-m4:
 @if m4
 maybe-maintainer-clean-m4: maintainer-clean-m4
 
-maintainer-clean-m4: 
+maintainer-clean-m4:
        @[ -f ./m4/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -15167,7 +15168,7 @@ maybe-info-make:
 maybe-info-make: info-make
 
 info-make: \
-    configure-make 
+    configure-make
        @[ -f ./make/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -15193,7 +15194,7 @@ maybe-dvi-make:
 maybe-dvi-make: dvi-make
 
 dvi-make: \
-    configure-make 
+    configure-make
        @[ -f ./make/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -15219,7 +15220,7 @@ maybe-html-make:
 maybe-html-make: html-make
 
 html-make: \
-    configure-make 
+    configure-make
        @[ -f ./make/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -15245,7 +15246,7 @@ maybe-TAGS-make:
 maybe-TAGS-make: TAGS-make
 
 TAGS-make: \
-    configure-make 
+    configure-make
        @[ -f ./make/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -15272,7 +15273,7 @@ maybe-install-info-make: install-info-make
 
 install-info-make: \
     configure-make \
-    info-make 
+    info-make
        @[ -f ./make/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -15298,7 +15299,7 @@ maybe-installcheck-make:
 maybe-installcheck-make: installcheck-make
 
 installcheck-make: \
-    configure-make 
+    configure-make
        @[ -f ./make/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -15323,7 +15324,7 @@ maybe-mostlyclean-make:
 @if make
 maybe-mostlyclean-make: mostlyclean-make
 
-mostlyclean-make: 
+mostlyclean-make:
        @[ -f ./make/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -15348,7 +15349,7 @@ maybe-clean-make:
 @if make
 maybe-clean-make: clean-make
 
-clean-make: 
+clean-make:
        @[ -f ./make/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -15373,7 +15374,7 @@ maybe-distclean-make:
 @if make
 maybe-distclean-make: distclean-make
 
-distclean-make: 
+distclean-make:
        @[ -f ./make/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -15398,7 +15399,7 @@ maybe-maintainer-clean-make:
 @if make
 maybe-maintainer-clean-make: maintainer-clean-make
 
-maintainer-clean-make: 
+maintainer-clean-make:
        @[ -f ./make/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -15492,7 +15493,7 @@ maybe-info-mmalloc:
 maybe-info-mmalloc: info-mmalloc
 
 info-mmalloc: \
-    configure-mmalloc 
+    configure-mmalloc
        @[ -f ./mmalloc/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -15518,7 +15519,7 @@ maybe-dvi-mmalloc:
 maybe-dvi-mmalloc: dvi-mmalloc
 
 dvi-mmalloc: \
-    configure-mmalloc 
+    configure-mmalloc
        @[ -f ./mmalloc/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -15544,7 +15545,7 @@ maybe-html-mmalloc:
 maybe-html-mmalloc: html-mmalloc
 
 html-mmalloc: \
-    configure-mmalloc 
+    configure-mmalloc
        @[ -f ./mmalloc/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -15570,7 +15571,7 @@ maybe-TAGS-mmalloc:
 maybe-TAGS-mmalloc: TAGS-mmalloc
 
 TAGS-mmalloc: \
-    configure-mmalloc 
+    configure-mmalloc
        @[ -f ./mmalloc/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -15597,7 +15598,7 @@ maybe-install-info-mmalloc: install-info-mmalloc
 
 install-info-mmalloc: \
     configure-mmalloc \
-    info-mmalloc 
+    info-mmalloc
        @[ -f ./mmalloc/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -15623,7 +15624,7 @@ maybe-installcheck-mmalloc:
 maybe-installcheck-mmalloc: installcheck-mmalloc
 
 installcheck-mmalloc: \
-    configure-mmalloc 
+    configure-mmalloc
        @[ -f ./mmalloc/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -15648,7 +15649,7 @@ maybe-mostlyclean-mmalloc:
 @if mmalloc
 maybe-mostlyclean-mmalloc: mostlyclean-mmalloc
 
-mostlyclean-mmalloc: 
+mostlyclean-mmalloc:
        @[ -f ./mmalloc/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -15673,7 +15674,7 @@ maybe-clean-mmalloc:
 @if mmalloc
 maybe-clean-mmalloc: clean-mmalloc
 
-clean-mmalloc: 
+clean-mmalloc:
        @[ -f ./mmalloc/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -15698,7 +15699,7 @@ maybe-distclean-mmalloc:
 @if mmalloc
 maybe-distclean-mmalloc: distclean-mmalloc
 
-distclean-mmalloc: 
+distclean-mmalloc:
        @[ -f ./mmalloc/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -15723,7 +15724,7 @@ maybe-maintainer-clean-mmalloc:
 @if mmalloc
 maybe-maintainer-clean-mmalloc: maintainer-clean-mmalloc
 
-maintainer-clean-mmalloc: 
+maintainer-clean-mmalloc:
        @[ -f ./mmalloc/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -15822,7 +15823,7 @@ maybe-info-patch:
 maybe-info-patch: info-patch
 
 info-patch: \
-    configure-patch 
+    configure-patch
        @[ -f ./patch/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -15848,7 +15849,7 @@ maybe-dvi-patch:
 maybe-dvi-patch: dvi-patch
 
 dvi-patch: \
-    configure-patch 
+    configure-patch
        @[ -f ./patch/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -15874,7 +15875,7 @@ maybe-html-patch:
 maybe-html-patch: html-patch
 
 html-patch: \
-    configure-patch 
+    configure-patch
        @[ -f ./patch/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -15900,7 +15901,7 @@ maybe-TAGS-patch:
 maybe-TAGS-patch: TAGS-patch
 
 TAGS-patch: \
-    configure-patch 
+    configure-patch
        @[ -f ./patch/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -15927,7 +15928,7 @@ maybe-install-info-patch: install-info-patch
 
 install-info-patch: \
     configure-patch \
-    info-patch 
+    info-patch
        @[ -f ./patch/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -15953,7 +15954,7 @@ maybe-installcheck-patch:
 maybe-installcheck-patch: installcheck-patch
 
 installcheck-patch: \
-    configure-patch 
+    configure-patch
        @[ -f ./patch/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -15978,7 +15979,7 @@ maybe-mostlyclean-patch:
 @if patch
 maybe-mostlyclean-patch: mostlyclean-patch
 
-mostlyclean-patch: 
+mostlyclean-patch:
        @[ -f ./patch/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -16003,7 +16004,7 @@ maybe-clean-patch:
 @if patch
 maybe-clean-patch: clean-patch
 
-clean-patch: 
+clean-patch:
        @[ -f ./patch/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -16028,7 +16029,7 @@ maybe-distclean-patch:
 @if patch
 maybe-distclean-patch: distclean-patch
 
-distclean-patch: 
+distclean-patch:
        @[ -f ./patch/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -16053,7 +16054,7 @@ maybe-maintainer-clean-patch:
 @if patch
 maybe-maintainer-clean-patch: maintainer-clean-patch
 
-maintainer-clean-patch: 
+maintainer-clean-patch:
        @[ -f ./patch/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -16152,7 +16153,7 @@ maybe-info-perl:
 maybe-info-perl: info-perl
 
 info-perl: \
-    configure-perl 
+    configure-perl
        @[ -f ./perl/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -16178,7 +16179,7 @@ maybe-dvi-perl:
 maybe-dvi-perl: dvi-perl
 
 dvi-perl: \
-    configure-perl 
+    configure-perl
        @[ -f ./perl/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -16204,7 +16205,7 @@ maybe-html-perl:
 maybe-html-perl: html-perl
 
 html-perl: \
-    configure-perl 
+    configure-perl
        @[ -f ./perl/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -16230,7 +16231,7 @@ maybe-TAGS-perl:
 maybe-TAGS-perl: TAGS-perl
 
 TAGS-perl: \
-    configure-perl 
+    configure-perl
        @[ -f ./perl/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -16257,7 +16258,7 @@ maybe-install-info-perl: install-info-perl
 
 install-info-perl: \
     configure-perl \
-    info-perl 
+    info-perl
        @[ -f ./perl/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -16283,7 +16284,7 @@ maybe-installcheck-perl:
 maybe-installcheck-perl: installcheck-perl
 
 installcheck-perl: \
-    configure-perl 
+    configure-perl
        @[ -f ./perl/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -16308,7 +16309,7 @@ maybe-mostlyclean-perl:
 @if perl
 maybe-mostlyclean-perl: mostlyclean-perl
 
-mostlyclean-perl: 
+mostlyclean-perl:
        @[ -f ./perl/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -16333,7 +16334,7 @@ maybe-clean-perl:
 @if perl
 maybe-clean-perl: clean-perl
 
-clean-perl: 
+clean-perl:
        @[ -f ./perl/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -16358,7 +16359,7 @@ maybe-distclean-perl:
 @if perl
 maybe-distclean-perl: distclean-perl
 
-distclean-perl: 
+distclean-perl:
        @[ -f ./perl/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -16383,7 +16384,7 @@ maybe-maintainer-clean-perl:
 @if perl
 maybe-maintainer-clean-perl: maintainer-clean-perl
 
-maintainer-clean-perl: 
+maintainer-clean-perl:
        @[ -f ./perl/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -16482,7 +16483,7 @@ maybe-info-prms:
 maybe-info-prms: info-prms
 
 info-prms: \
-    configure-prms 
+    configure-prms
        @[ -f ./prms/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -16508,7 +16509,7 @@ maybe-dvi-prms:
 maybe-dvi-prms: dvi-prms
 
 dvi-prms: \
-    configure-prms 
+    configure-prms
        @[ -f ./prms/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -16534,7 +16535,7 @@ maybe-html-prms:
 maybe-html-prms: html-prms
 
 html-prms: \
-    configure-prms 
+    configure-prms
        @[ -f ./prms/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -16560,7 +16561,7 @@ maybe-TAGS-prms:
 maybe-TAGS-prms: TAGS-prms
 
 TAGS-prms: \
-    configure-prms 
+    configure-prms
        @[ -f ./prms/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -16587,7 +16588,7 @@ maybe-install-info-prms: install-info-prms
 
 install-info-prms: \
     configure-prms \
-    info-prms 
+    info-prms
        @[ -f ./prms/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -16613,7 +16614,7 @@ maybe-installcheck-prms:
 maybe-installcheck-prms: installcheck-prms
 
 installcheck-prms: \
-    configure-prms 
+    configure-prms
        @[ -f ./prms/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -16638,7 +16639,7 @@ maybe-mostlyclean-prms:
 @if prms
 maybe-mostlyclean-prms: mostlyclean-prms
 
-mostlyclean-prms: 
+mostlyclean-prms:
        @[ -f ./prms/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -16663,7 +16664,7 @@ maybe-clean-prms:
 @if prms
 maybe-clean-prms: clean-prms
 
-clean-prms: 
+clean-prms:
        @[ -f ./prms/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -16688,7 +16689,7 @@ maybe-distclean-prms:
 @if prms
 maybe-distclean-prms: distclean-prms
 
-distclean-prms: 
+distclean-prms:
        @[ -f ./prms/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -16713,7 +16714,7 @@ maybe-maintainer-clean-prms:
 @if prms
 maybe-maintainer-clean-prms: maintainer-clean-prms
 
-maintainer-clean-prms: 
+maintainer-clean-prms:
        @[ -f ./prms/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -16812,7 +16813,7 @@ maybe-info-rcs:
 maybe-info-rcs: info-rcs
 
 info-rcs: \
-    configure-rcs 
+    configure-rcs
        @[ -f ./rcs/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -16838,7 +16839,7 @@ maybe-dvi-rcs:
 maybe-dvi-rcs: dvi-rcs
 
 dvi-rcs: \
-    configure-rcs 
+    configure-rcs
        @[ -f ./rcs/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -16864,7 +16865,7 @@ maybe-html-rcs:
 maybe-html-rcs: html-rcs
 
 html-rcs: \
-    configure-rcs 
+    configure-rcs
        @[ -f ./rcs/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -16890,7 +16891,7 @@ maybe-TAGS-rcs:
 maybe-TAGS-rcs: TAGS-rcs
 
 TAGS-rcs: \
-    configure-rcs 
+    configure-rcs
        @[ -f ./rcs/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -16917,7 +16918,7 @@ maybe-install-info-rcs: install-info-rcs
 
 install-info-rcs: \
     configure-rcs \
-    info-rcs 
+    info-rcs
        @[ -f ./rcs/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -16943,7 +16944,7 @@ maybe-installcheck-rcs:
 maybe-installcheck-rcs: installcheck-rcs
 
 installcheck-rcs: \
-    configure-rcs 
+    configure-rcs
        @[ -f ./rcs/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -16968,7 +16969,7 @@ maybe-mostlyclean-rcs:
 @if rcs
 maybe-mostlyclean-rcs: mostlyclean-rcs
 
-mostlyclean-rcs: 
+mostlyclean-rcs:
        @[ -f ./rcs/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -16993,7 +16994,7 @@ maybe-clean-rcs:
 @if rcs
 maybe-clean-rcs: clean-rcs
 
-clean-rcs: 
+clean-rcs:
        @[ -f ./rcs/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -17018,7 +17019,7 @@ maybe-distclean-rcs:
 @if rcs
 maybe-distclean-rcs: distclean-rcs
 
-distclean-rcs: 
+distclean-rcs:
        @[ -f ./rcs/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -17043,7 +17044,7 @@ maybe-maintainer-clean-rcs:
 @if rcs
 maybe-maintainer-clean-rcs: maintainer-clean-rcs
 
-maintainer-clean-rcs: 
+maintainer-clean-rcs:
        @[ -f ./rcs/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -17142,7 +17143,7 @@ maybe-info-readline:
 maybe-info-readline: info-readline
 
 info-readline: \
-    configure-readline 
+    configure-readline
        @[ -f ./readline/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -17168,7 +17169,7 @@ maybe-dvi-readline:
 maybe-dvi-readline: dvi-readline
 
 dvi-readline: \
-    configure-readline 
+    configure-readline
        @[ -f ./readline/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -17194,7 +17195,7 @@ maybe-html-readline:
 maybe-html-readline: html-readline
 
 html-readline: \
-    configure-readline 
+    configure-readline
        @[ -f ./readline/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -17220,7 +17221,7 @@ maybe-TAGS-readline:
 maybe-TAGS-readline: TAGS-readline
 
 TAGS-readline: \
-    configure-readline 
+    configure-readline
        @[ -f ./readline/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -17247,7 +17248,7 @@ maybe-install-info-readline: install-info-readline
 
 install-info-readline: \
     configure-readline \
-    info-readline 
+    info-readline
        @[ -f ./readline/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -17273,7 +17274,7 @@ maybe-installcheck-readline:
 maybe-installcheck-readline: installcheck-readline
 
 installcheck-readline: \
-    configure-readline 
+    configure-readline
        @[ -f ./readline/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -17298,7 +17299,7 @@ maybe-mostlyclean-readline:
 @if readline
 maybe-mostlyclean-readline: mostlyclean-readline
 
-mostlyclean-readline: 
+mostlyclean-readline:
        @[ -f ./readline/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -17323,7 +17324,7 @@ maybe-clean-readline:
 @if readline
 maybe-clean-readline: clean-readline
 
-clean-readline: 
+clean-readline:
        @[ -f ./readline/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -17348,7 +17349,7 @@ maybe-distclean-readline:
 @if readline
 maybe-distclean-readline: distclean-readline
 
-distclean-readline: 
+distclean-readline:
        @[ -f ./readline/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -17373,7 +17374,7 @@ maybe-maintainer-clean-readline:
 @if readline
 maybe-maintainer-clean-readline: maintainer-clean-readline
 
-maintainer-clean-readline: 
+maintainer-clean-readline:
        @[ -f ./readline/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -17462,7 +17463,7 @@ maybe-info-release:
 maybe-info-release: info-release
 
 info-release: \
-    configure-release 
+    configure-release
        @[ -f ./release/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -17488,7 +17489,7 @@ maybe-dvi-release:
 maybe-dvi-release: dvi-release
 
 dvi-release: \
-    configure-release 
+    configure-release
        @[ -f ./release/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -17514,7 +17515,7 @@ maybe-html-release:
 maybe-html-release: html-release
 
 html-release: \
-    configure-release 
+    configure-release
        @[ -f ./release/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -17540,7 +17541,7 @@ maybe-TAGS-release:
 maybe-TAGS-release: TAGS-release
 
 TAGS-release: \
-    configure-release 
+    configure-release
        @[ -f ./release/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -17567,7 +17568,7 @@ maybe-install-info-release: install-info-release
 
 install-info-release: \
     configure-release \
-    info-release 
+    info-release
        @[ -f ./release/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -17593,7 +17594,7 @@ maybe-installcheck-release:
 maybe-installcheck-release: installcheck-release
 
 installcheck-release: \
-    configure-release 
+    configure-release
        @[ -f ./release/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -17618,7 +17619,7 @@ maybe-mostlyclean-release:
 @if release
 maybe-mostlyclean-release: mostlyclean-release
 
-mostlyclean-release: 
+mostlyclean-release:
        @[ -f ./release/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -17643,7 +17644,7 @@ maybe-clean-release:
 @if release
 maybe-clean-release: clean-release
 
-clean-release: 
+clean-release:
        @[ -f ./release/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -17668,7 +17669,7 @@ maybe-distclean-release:
 @if release
 maybe-distclean-release: distclean-release
 
-distclean-release: 
+distclean-release:
        @[ -f ./release/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -17693,7 +17694,7 @@ maybe-maintainer-clean-release:
 @if release
 maybe-maintainer-clean-release: maintainer-clean-release
 
-maintainer-clean-release: 
+maintainer-clean-release:
        @[ -f ./release/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -17792,7 +17793,7 @@ maybe-info-recode:
 maybe-info-recode: info-recode
 
 info-recode: \
-    configure-recode 
+    configure-recode
        @[ -f ./recode/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -17818,7 +17819,7 @@ maybe-dvi-recode:
 maybe-dvi-recode: dvi-recode
 
 dvi-recode: \
-    configure-recode 
+    configure-recode
        @[ -f ./recode/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -17844,7 +17845,7 @@ maybe-html-recode:
 maybe-html-recode: html-recode
 
 html-recode: \
-    configure-recode 
+    configure-recode
        @[ -f ./recode/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -17870,7 +17871,7 @@ maybe-TAGS-recode:
 maybe-TAGS-recode: TAGS-recode
 
 TAGS-recode: \
-    configure-recode 
+    configure-recode
        @[ -f ./recode/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -17897,7 +17898,7 @@ maybe-install-info-recode: install-info-recode
 
 install-info-recode: \
     configure-recode \
-    info-recode 
+    info-recode
        @[ -f ./recode/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -17923,7 +17924,7 @@ maybe-installcheck-recode:
 maybe-installcheck-recode: installcheck-recode
 
 installcheck-recode: \
-    configure-recode 
+    configure-recode
        @[ -f ./recode/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -17948,7 +17949,7 @@ maybe-mostlyclean-recode:
 @if recode
 maybe-mostlyclean-recode: mostlyclean-recode
 
-mostlyclean-recode: 
+mostlyclean-recode:
        @[ -f ./recode/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -17973,7 +17974,7 @@ maybe-clean-recode:
 @if recode
 maybe-clean-recode: clean-recode
 
-clean-recode: 
+clean-recode:
        @[ -f ./recode/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -17998,7 +17999,7 @@ maybe-distclean-recode:
 @if recode
 maybe-distclean-recode: distclean-recode
 
-distclean-recode: 
+distclean-recode:
        @[ -f ./recode/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -18023,7 +18024,7 @@ maybe-maintainer-clean-recode:
 @if recode
 maybe-maintainer-clean-recode: maintainer-clean-recode
 
-maintainer-clean-recode: 
+maintainer-clean-recode:
        @[ -f ./recode/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -18122,7 +18123,7 @@ maybe-info-sed:
 maybe-info-sed: info-sed
 
 info-sed: \
-    configure-sed 
+    configure-sed
        @[ -f ./sed/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -18148,7 +18149,7 @@ maybe-dvi-sed:
 maybe-dvi-sed: dvi-sed
 
 dvi-sed: \
-    configure-sed 
+    configure-sed
        @[ -f ./sed/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -18174,7 +18175,7 @@ maybe-html-sed:
 maybe-html-sed: html-sed
 
 html-sed: \
-    configure-sed 
+    configure-sed
        @[ -f ./sed/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -18200,7 +18201,7 @@ maybe-TAGS-sed:
 maybe-TAGS-sed: TAGS-sed
 
 TAGS-sed: \
-    configure-sed 
+    configure-sed
        @[ -f ./sed/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -18227,7 +18228,7 @@ maybe-install-info-sed: install-info-sed
 
 install-info-sed: \
     configure-sed \
-    info-sed 
+    info-sed
        @[ -f ./sed/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -18253,7 +18254,7 @@ maybe-installcheck-sed:
 maybe-installcheck-sed: installcheck-sed
 
 installcheck-sed: \
-    configure-sed 
+    configure-sed
        @[ -f ./sed/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -18278,7 +18279,7 @@ maybe-mostlyclean-sed:
 @if sed
 maybe-mostlyclean-sed: mostlyclean-sed
 
-mostlyclean-sed: 
+mostlyclean-sed:
        @[ -f ./sed/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -18303,7 +18304,7 @@ maybe-clean-sed:
 @if sed
 maybe-clean-sed: clean-sed
 
-clean-sed: 
+clean-sed:
        @[ -f ./sed/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -18328,7 +18329,7 @@ maybe-distclean-sed:
 @if sed
 maybe-distclean-sed: distclean-sed
 
-distclean-sed: 
+distclean-sed:
        @[ -f ./sed/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -18353,7 +18354,7 @@ maybe-maintainer-clean-sed:
 @if sed
 maybe-maintainer-clean-sed: maintainer-clean-sed
 
-maintainer-clean-sed: 
+maintainer-clean-sed:
        @[ -f ./sed/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -18452,7 +18453,7 @@ maybe-info-send-pr:
 maybe-info-send-pr: info-send-pr
 
 info-send-pr: \
-    configure-send-pr 
+    configure-send-pr
        @[ -f ./send-pr/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -18478,7 +18479,7 @@ maybe-dvi-send-pr:
 maybe-dvi-send-pr: dvi-send-pr
 
 dvi-send-pr: \
-    configure-send-pr 
+    configure-send-pr
        @[ -f ./send-pr/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -18504,7 +18505,7 @@ maybe-html-send-pr:
 maybe-html-send-pr: html-send-pr
 
 html-send-pr: \
-    configure-send-pr 
+    configure-send-pr
        @[ -f ./send-pr/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -18530,7 +18531,7 @@ maybe-TAGS-send-pr:
 maybe-TAGS-send-pr: TAGS-send-pr
 
 TAGS-send-pr: \
-    configure-send-pr 
+    configure-send-pr
        @[ -f ./send-pr/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -18557,7 +18558,7 @@ maybe-install-info-send-pr: install-info-send-pr
 
 install-info-send-pr: \
     configure-send-pr \
-    info-send-pr 
+    info-send-pr
        @[ -f ./send-pr/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -18583,7 +18584,7 @@ maybe-installcheck-send-pr:
 maybe-installcheck-send-pr: installcheck-send-pr
 
 installcheck-send-pr: \
-    configure-send-pr 
+    configure-send-pr
        @[ -f ./send-pr/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -18608,7 +18609,7 @@ maybe-mostlyclean-send-pr:
 @if send-pr
 maybe-mostlyclean-send-pr: mostlyclean-send-pr
 
-mostlyclean-send-pr: 
+mostlyclean-send-pr:
        @[ -f ./send-pr/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -18633,7 +18634,7 @@ maybe-clean-send-pr:
 @if send-pr
 maybe-clean-send-pr: clean-send-pr
 
-clean-send-pr: 
+clean-send-pr:
        @[ -f ./send-pr/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -18658,7 +18659,7 @@ maybe-distclean-send-pr:
 @if send-pr
 maybe-distclean-send-pr: distclean-send-pr
 
-distclean-send-pr: 
+distclean-send-pr:
        @[ -f ./send-pr/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -18683,7 +18684,7 @@ maybe-maintainer-clean-send-pr:
 @if send-pr
 maybe-maintainer-clean-send-pr: maintainer-clean-send-pr
 
-maintainer-clean-send-pr: 
+maintainer-clean-send-pr:
        @[ -f ./send-pr/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -18782,7 +18783,7 @@ maybe-info-shellutils:
 maybe-info-shellutils: info-shellutils
 
 info-shellutils: \
-    configure-shellutils 
+    configure-shellutils
        @[ -f ./shellutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -18808,7 +18809,7 @@ maybe-dvi-shellutils:
 maybe-dvi-shellutils: dvi-shellutils
 
 dvi-shellutils: \
-    configure-shellutils 
+    configure-shellutils
        @[ -f ./shellutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -18834,7 +18835,7 @@ maybe-html-shellutils:
 maybe-html-shellutils: html-shellutils
 
 html-shellutils: \
-    configure-shellutils 
+    configure-shellutils
        @[ -f ./shellutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -18860,7 +18861,7 @@ maybe-TAGS-shellutils:
 maybe-TAGS-shellutils: TAGS-shellutils
 
 TAGS-shellutils: \
-    configure-shellutils 
+    configure-shellutils
        @[ -f ./shellutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -18887,7 +18888,7 @@ maybe-install-info-shellutils: install-info-shellutils
 
 install-info-shellutils: \
     configure-shellutils \
-    info-shellutils 
+    info-shellutils
        @[ -f ./shellutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -18913,7 +18914,7 @@ maybe-installcheck-shellutils:
 maybe-installcheck-shellutils: installcheck-shellutils
 
 installcheck-shellutils: \
-    configure-shellutils 
+    configure-shellutils
        @[ -f ./shellutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -18938,7 +18939,7 @@ maybe-mostlyclean-shellutils:
 @if shellutils
 maybe-mostlyclean-shellutils: mostlyclean-shellutils
 
-mostlyclean-shellutils: 
+mostlyclean-shellutils:
        @[ -f ./shellutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -18963,7 +18964,7 @@ maybe-clean-shellutils:
 @if shellutils
 maybe-clean-shellutils: clean-shellutils
 
-clean-shellutils: 
+clean-shellutils:
        @[ -f ./shellutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -18988,7 +18989,7 @@ maybe-distclean-shellutils:
 @if shellutils
 maybe-distclean-shellutils: distclean-shellutils
 
-distclean-shellutils: 
+distclean-shellutils:
        @[ -f ./shellutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -19013,7 +19014,7 @@ maybe-maintainer-clean-shellutils:
 @if shellutils
 maybe-maintainer-clean-shellutils: maintainer-clean-shellutils
 
-maintainer-clean-shellutils: 
+maintainer-clean-shellutils:
        @[ -f ./shellutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -19112,7 +19113,7 @@ maybe-info-sid:
 maybe-info-sid: info-sid
 
 info-sid: \
-    configure-sid 
+    configure-sid
        @[ -f ./sid/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -19138,7 +19139,7 @@ maybe-dvi-sid:
 maybe-dvi-sid: dvi-sid
 
 dvi-sid: \
-    configure-sid 
+    configure-sid
        @[ -f ./sid/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -19164,7 +19165,7 @@ maybe-html-sid:
 maybe-html-sid: html-sid
 
 html-sid: \
-    configure-sid 
+    configure-sid
        @[ -f ./sid/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -19190,7 +19191,7 @@ maybe-TAGS-sid:
 maybe-TAGS-sid: TAGS-sid
 
 TAGS-sid: \
-    configure-sid 
+    configure-sid
        @[ -f ./sid/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -19217,7 +19218,7 @@ maybe-install-info-sid: install-info-sid
 
 install-info-sid: \
     configure-sid \
-    info-sid 
+    info-sid
        @[ -f ./sid/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -19243,7 +19244,7 @@ maybe-installcheck-sid:
 maybe-installcheck-sid: installcheck-sid
 
 installcheck-sid: \
-    configure-sid 
+    configure-sid
        @[ -f ./sid/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -19268,7 +19269,7 @@ maybe-mostlyclean-sid:
 @if sid
 maybe-mostlyclean-sid: mostlyclean-sid
 
-mostlyclean-sid: 
+mostlyclean-sid:
        @[ -f ./sid/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -19293,7 +19294,7 @@ maybe-clean-sid:
 @if sid
 maybe-clean-sid: clean-sid
 
-clean-sid: 
+clean-sid:
        @[ -f ./sid/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -19318,7 +19319,7 @@ maybe-distclean-sid:
 @if sid
 maybe-distclean-sid: distclean-sid
 
-distclean-sid: 
+distclean-sid:
        @[ -f ./sid/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -19343,7 +19344,7 @@ maybe-maintainer-clean-sid:
 @if sid
 maybe-maintainer-clean-sid: maintainer-clean-sid
 
-maintainer-clean-sid: 
+maintainer-clean-sid:
        @[ -f ./sid/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -19442,7 +19443,7 @@ maybe-info-sim:
 maybe-info-sim: info-sim
 
 info-sim: \
-    configure-sim 
+    configure-sim
        @[ -f ./sim/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -19468,7 +19469,7 @@ maybe-dvi-sim:
 maybe-dvi-sim: dvi-sim
 
 dvi-sim: \
-    configure-sim 
+    configure-sim
        @[ -f ./sim/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -19494,7 +19495,7 @@ maybe-html-sim:
 maybe-html-sim: html-sim
 
 html-sim: \
-    configure-sim 
+    configure-sim
        @[ -f ./sim/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -19520,7 +19521,7 @@ maybe-TAGS-sim:
 maybe-TAGS-sim: TAGS-sim
 
 TAGS-sim: \
-    configure-sim 
+    configure-sim
        @[ -f ./sim/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -19547,7 +19548,7 @@ maybe-install-info-sim: install-info-sim
 
 install-info-sim: \
     configure-sim \
-    info-sim 
+    info-sim
        @[ -f ./sim/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -19573,7 +19574,7 @@ maybe-installcheck-sim:
 maybe-installcheck-sim: installcheck-sim
 
 installcheck-sim: \
-    configure-sim 
+    configure-sim
        @[ -f ./sim/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -19598,7 +19599,7 @@ maybe-mostlyclean-sim:
 @if sim
 maybe-mostlyclean-sim: mostlyclean-sim
 
-mostlyclean-sim: 
+mostlyclean-sim:
        @[ -f ./sim/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -19623,7 +19624,7 @@ maybe-clean-sim:
 @if sim
 maybe-clean-sim: clean-sim
 
-clean-sim: 
+clean-sim:
        @[ -f ./sim/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -19648,7 +19649,7 @@ maybe-distclean-sim:
 @if sim
 maybe-distclean-sim: distclean-sim
 
-distclean-sim: 
+distclean-sim:
        @[ -f ./sim/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -19673,7 +19674,7 @@ maybe-maintainer-clean-sim:
 @if sim
 maybe-maintainer-clean-sim: maintainer-clean-sim
 
-maintainer-clean-sim: 
+maintainer-clean-sim:
        @[ -f ./sim/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -19772,7 +19773,7 @@ maybe-info-tar:
 maybe-info-tar: info-tar
 
 info-tar: \
-    configure-tar 
+    configure-tar
        @[ -f ./tar/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -19798,7 +19799,7 @@ maybe-dvi-tar:
 maybe-dvi-tar: dvi-tar
 
 dvi-tar: \
-    configure-tar 
+    configure-tar
        @[ -f ./tar/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -19824,7 +19825,7 @@ maybe-html-tar:
 maybe-html-tar: html-tar
 
 html-tar: \
-    configure-tar 
+    configure-tar
        @[ -f ./tar/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -19850,7 +19851,7 @@ maybe-TAGS-tar:
 maybe-TAGS-tar: TAGS-tar
 
 TAGS-tar: \
-    configure-tar 
+    configure-tar
        @[ -f ./tar/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -19877,7 +19878,7 @@ maybe-install-info-tar: install-info-tar
 
 install-info-tar: \
     configure-tar \
-    info-tar 
+    info-tar
        @[ -f ./tar/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -19903,7 +19904,7 @@ maybe-installcheck-tar:
 maybe-installcheck-tar: installcheck-tar
 
 installcheck-tar: \
-    configure-tar 
+    configure-tar
        @[ -f ./tar/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -19928,7 +19929,7 @@ maybe-mostlyclean-tar:
 @if tar
 maybe-mostlyclean-tar: mostlyclean-tar
 
-mostlyclean-tar: 
+mostlyclean-tar:
        @[ -f ./tar/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -19953,7 +19954,7 @@ maybe-clean-tar:
 @if tar
 maybe-clean-tar: clean-tar
 
-clean-tar: 
+clean-tar:
        @[ -f ./tar/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -19978,7 +19979,7 @@ maybe-distclean-tar:
 @if tar
 maybe-distclean-tar: distclean-tar
 
-distclean-tar: 
+distclean-tar:
        @[ -f ./tar/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -20003,7 +20004,7 @@ maybe-maintainer-clean-tar:
 @if tar
 maybe-maintainer-clean-tar: maintainer-clean-tar
 
-maintainer-clean-tar: 
+maintainer-clean-tar:
        @[ -f ./tar/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -20097,7 +20098,7 @@ maybe-info-texinfo:
 maybe-info-texinfo: info-texinfo
 
 info-texinfo: \
-    configure-texinfo 
+    configure-texinfo
        @[ -f ./texinfo/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -20123,7 +20124,7 @@ maybe-dvi-texinfo:
 maybe-dvi-texinfo: dvi-texinfo
 
 dvi-texinfo: \
-    configure-texinfo 
+    configure-texinfo
        @[ -f ./texinfo/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -20149,7 +20150,7 @@ maybe-html-texinfo:
 maybe-html-texinfo: html-texinfo
 
 html-texinfo: \
-    configure-texinfo 
+    configure-texinfo
        @[ -f ./texinfo/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -20175,7 +20176,7 @@ maybe-TAGS-texinfo:
 maybe-TAGS-texinfo: TAGS-texinfo
 
 TAGS-texinfo: \
-    configure-texinfo 
+    configure-texinfo
        @[ -f ./texinfo/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -20202,7 +20203,7 @@ maybe-install-info-texinfo: install-info-texinfo
 
 install-info-texinfo: \
     configure-texinfo \
-    info-texinfo 
+    info-texinfo
        @[ -f ./texinfo/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -20228,7 +20229,7 @@ maybe-installcheck-texinfo:
 maybe-installcheck-texinfo: installcheck-texinfo
 
 installcheck-texinfo: \
-    configure-texinfo 
+    configure-texinfo
        @[ -f ./texinfo/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -20253,7 +20254,7 @@ maybe-mostlyclean-texinfo:
 @if texinfo
 maybe-mostlyclean-texinfo: mostlyclean-texinfo
 
-mostlyclean-texinfo: 
+mostlyclean-texinfo:
        @[ -f ./texinfo/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -20278,7 +20279,7 @@ maybe-clean-texinfo:
 @if texinfo
 maybe-clean-texinfo: clean-texinfo
 
-clean-texinfo: 
+clean-texinfo:
        @[ -f ./texinfo/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -20303,7 +20304,7 @@ maybe-distclean-texinfo:
 @if texinfo
 maybe-distclean-texinfo: distclean-texinfo
 
-distclean-texinfo: 
+distclean-texinfo:
        @[ -f ./texinfo/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -20328,7 +20329,7 @@ maybe-maintainer-clean-texinfo:
 @if texinfo
 maybe-maintainer-clean-texinfo: maintainer-clean-texinfo
 
-maintainer-clean-texinfo: 
+maintainer-clean-texinfo:
        @[ -f ./texinfo/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -20427,7 +20428,7 @@ maybe-info-textutils:
 maybe-info-textutils: info-textutils
 
 info-textutils: \
-    configure-textutils 
+    configure-textutils
        @[ -f ./textutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -20453,7 +20454,7 @@ maybe-dvi-textutils:
 maybe-dvi-textutils: dvi-textutils
 
 dvi-textutils: \
-    configure-textutils 
+    configure-textutils
        @[ -f ./textutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -20479,7 +20480,7 @@ maybe-html-textutils:
 maybe-html-textutils: html-textutils
 
 html-textutils: \
-    configure-textutils 
+    configure-textutils
        @[ -f ./textutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -20505,7 +20506,7 @@ maybe-TAGS-textutils:
 maybe-TAGS-textutils: TAGS-textutils
 
 TAGS-textutils: \
-    configure-textutils 
+    configure-textutils
        @[ -f ./textutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -20532,7 +20533,7 @@ maybe-install-info-textutils: install-info-textutils
 
 install-info-textutils: \
     configure-textutils \
-    info-textutils 
+    info-textutils
        @[ -f ./textutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -20558,7 +20559,7 @@ maybe-installcheck-textutils:
 maybe-installcheck-textutils: installcheck-textutils
 
 installcheck-textutils: \
-    configure-textutils 
+    configure-textutils
        @[ -f ./textutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -20583,7 +20584,7 @@ maybe-mostlyclean-textutils:
 @if textutils
 maybe-mostlyclean-textutils: mostlyclean-textutils
 
-mostlyclean-textutils: 
+mostlyclean-textutils:
        @[ -f ./textutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -20608,7 +20609,7 @@ maybe-clean-textutils:
 @if textutils
 maybe-clean-textutils: clean-textutils
 
-clean-textutils: 
+clean-textutils:
        @[ -f ./textutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -20633,7 +20634,7 @@ maybe-distclean-textutils:
 @if textutils
 maybe-distclean-textutils: distclean-textutils
 
-distclean-textutils: 
+distclean-textutils:
        @[ -f ./textutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -20658,7 +20659,7 @@ maybe-maintainer-clean-textutils:
 @if textutils
 maybe-maintainer-clean-textutils: maintainer-clean-textutils
 
-maintainer-clean-textutils: 
+maintainer-clean-textutils:
        @[ -f ./textutils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -20757,7 +20758,7 @@ maybe-info-time:
 maybe-info-time: info-time
 
 info-time: \
-    configure-time 
+    configure-time
        @[ -f ./time/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -20783,7 +20784,7 @@ maybe-dvi-time:
 maybe-dvi-time: dvi-time
 
 dvi-time: \
-    configure-time 
+    configure-time
        @[ -f ./time/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -20809,7 +20810,7 @@ maybe-html-time:
 maybe-html-time: html-time
 
 html-time: \
-    configure-time 
+    configure-time
        @[ -f ./time/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -20835,7 +20836,7 @@ maybe-TAGS-time:
 maybe-TAGS-time: TAGS-time
 
 TAGS-time: \
-    configure-time 
+    configure-time
        @[ -f ./time/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -20862,7 +20863,7 @@ maybe-install-info-time: install-info-time
 
 install-info-time: \
     configure-time \
-    info-time 
+    info-time
        @[ -f ./time/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -20888,7 +20889,7 @@ maybe-installcheck-time:
 maybe-installcheck-time: installcheck-time
 
 installcheck-time: \
-    configure-time 
+    configure-time
        @[ -f ./time/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -20913,7 +20914,7 @@ maybe-mostlyclean-time:
 @if time
 maybe-mostlyclean-time: mostlyclean-time
 
-mostlyclean-time: 
+mostlyclean-time:
        @[ -f ./time/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -20938,7 +20939,7 @@ maybe-clean-time:
 @if time
 maybe-clean-time: clean-time
 
-clean-time: 
+clean-time:
        @[ -f ./time/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -20963,7 +20964,7 @@ maybe-distclean-time:
 @if time
 maybe-distclean-time: distclean-time
 
-distclean-time: 
+distclean-time:
        @[ -f ./time/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -20988,7 +20989,7 @@ maybe-maintainer-clean-time:
 @if time
 maybe-maintainer-clean-time: maintainer-clean-time
 
-maintainer-clean-time: 
+maintainer-clean-time:
        @[ -f ./time/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -21087,7 +21088,7 @@ maybe-info-uudecode:
 maybe-info-uudecode: info-uudecode
 
 info-uudecode: \
-    configure-uudecode 
+    configure-uudecode
        @[ -f ./uudecode/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -21113,7 +21114,7 @@ maybe-dvi-uudecode:
 maybe-dvi-uudecode: dvi-uudecode
 
 dvi-uudecode: \
-    configure-uudecode 
+    configure-uudecode
        @[ -f ./uudecode/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -21139,7 +21140,7 @@ maybe-html-uudecode:
 maybe-html-uudecode: html-uudecode
 
 html-uudecode: \
-    configure-uudecode 
+    configure-uudecode
        @[ -f ./uudecode/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -21165,7 +21166,7 @@ maybe-TAGS-uudecode:
 maybe-TAGS-uudecode: TAGS-uudecode
 
 TAGS-uudecode: \
-    configure-uudecode 
+    configure-uudecode
        @[ -f ./uudecode/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -21192,7 +21193,7 @@ maybe-install-info-uudecode: install-info-uudecode
 
 install-info-uudecode: \
     configure-uudecode \
-    info-uudecode 
+    info-uudecode
        @[ -f ./uudecode/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -21218,7 +21219,7 @@ maybe-installcheck-uudecode:
 maybe-installcheck-uudecode: installcheck-uudecode
 
 installcheck-uudecode: \
-    configure-uudecode 
+    configure-uudecode
        @[ -f ./uudecode/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -21243,7 +21244,7 @@ maybe-mostlyclean-uudecode:
 @if uudecode
 maybe-mostlyclean-uudecode: mostlyclean-uudecode
 
-mostlyclean-uudecode: 
+mostlyclean-uudecode:
        @[ -f ./uudecode/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -21268,7 +21269,7 @@ maybe-clean-uudecode:
 @if uudecode
 maybe-clean-uudecode: clean-uudecode
 
-clean-uudecode: 
+clean-uudecode:
        @[ -f ./uudecode/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -21293,7 +21294,7 @@ maybe-distclean-uudecode:
 @if uudecode
 maybe-distclean-uudecode: distclean-uudecode
 
-distclean-uudecode: 
+distclean-uudecode:
        @[ -f ./uudecode/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -21318,7 +21319,7 @@ maybe-maintainer-clean-uudecode:
 @if uudecode
 maybe-maintainer-clean-uudecode: maintainer-clean-uudecode
 
-maintainer-clean-uudecode: 
+maintainer-clean-uudecode:
        @[ -f ./uudecode/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -21417,7 +21418,7 @@ maybe-info-wdiff:
 maybe-info-wdiff: info-wdiff
 
 info-wdiff: \
-    configure-wdiff 
+    configure-wdiff
        @[ -f ./wdiff/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -21443,7 +21444,7 @@ maybe-dvi-wdiff:
 maybe-dvi-wdiff: dvi-wdiff
 
 dvi-wdiff: \
-    configure-wdiff 
+    configure-wdiff
        @[ -f ./wdiff/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -21469,7 +21470,7 @@ maybe-html-wdiff:
 maybe-html-wdiff: html-wdiff
 
 html-wdiff: \
-    configure-wdiff 
+    configure-wdiff
        @[ -f ./wdiff/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -21495,7 +21496,7 @@ maybe-TAGS-wdiff:
 maybe-TAGS-wdiff: TAGS-wdiff
 
 TAGS-wdiff: \
-    configure-wdiff 
+    configure-wdiff
        @[ -f ./wdiff/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -21522,7 +21523,7 @@ maybe-install-info-wdiff: install-info-wdiff
 
 install-info-wdiff: \
     configure-wdiff \
-    info-wdiff 
+    info-wdiff
        @[ -f ./wdiff/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -21548,7 +21549,7 @@ maybe-installcheck-wdiff:
 maybe-installcheck-wdiff: installcheck-wdiff
 
 installcheck-wdiff: \
-    configure-wdiff 
+    configure-wdiff
        @[ -f ./wdiff/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -21573,7 +21574,7 @@ maybe-mostlyclean-wdiff:
 @if wdiff
 maybe-mostlyclean-wdiff: mostlyclean-wdiff
 
-mostlyclean-wdiff: 
+mostlyclean-wdiff:
        @[ -f ./wdiff/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -21598,7 +21599,7 @@ maybe-clean-wdiff:
 @if wdiff
 maybe-clean-wdiff: clean-wdiff
 
-clean-wdiff: 
+clean-wdiff:
        @[ -f ./wdiff/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -21623,7 +21624,7 @@ maybe-distclean-wdiff:
 @if wdiff
 maybe-distclean-wdiff: distclean-wdiff
 
-distclean-wdiff: 
+distclean-wdiff:
        @[ -f ./wdiff/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -21648,7 +21649,7 @@ maybe-maintainer-clean-wdiff:
 @if wdiff
 maybe-maintainer-clean-wdiff: maintainer-clean-wdiff
 
-maintainer-clean-wdiff: 
+maintainer-clean-wdiff:
        @[ -f ./wdiff/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -21750,7 +21751,7 @@ maybe-info-zip:
 maybe-info-zip: info-zip
 
 info-zip: \
-    configure-zip 
+    configure-zip
        @[ -f ./zip/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -21776,7 +21777,7 @@ maybe-dvi-zip:
 maybe-dvi-zip: dvi-zip
 
 dvi-zip: \
-    configure-zip 
+    configure-zip
        @[ -f ./zip/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -21802,7 +21803,7 @@ maybe-html-zip:
 maybe-html-zip: html-zip
 
 html-zip: \
-    configure-zip 
+    configure-zip
        @[ -f ./zip/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -21828,7 +21829,7 @@ maybe-TAGS-zip:
 maybe-TAGS-zip: TAGS-zip
 
 TAGS-zip: \
-    configure-zip 
+    configure-zip
        @[ -f ./zip/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -21855,7 +21856,7 @@ maybe-install-info-zip: install-info-zip
 
 install-info-zip: \
     configure-zip \
-    info-zip 
+    info-zip
        @[ -f ./zip/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -21881,7 +21882,7 @@ maybe-installcheck-zip:
 maybe-installcheck-zip: installcheck-zip
 
 installcheck-zip: \
-    configure-zip 
+    configure-zip
        @[ -f ./zip/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -21906,7 +21907,7 @@ maybe-mostlyclean-zip:
 @if zip
 maybe-mostlyclean-zip: mostlyclean-zip
 
-mostlyclean-zip: 
+mostlyclean-zip:
        @[ -f ./zip/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -21931,7 +21932,7 @@ maybe-clean-zip:
 @if zip
 maybe-clean-zip: clean-zip
 
-clean-zip: 
+clean-zip:
        @[ -f ./zip/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -21956,7 +21957,7 @@ maybe-distclean-zip:
 @if zip
 maybe-distclean-zip: distclean-zip
 
-distclean-zip: 
+distclean-zip:
        @[ -f ./zip/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -21981,7 +21982,7 @@ maybe-maintainer-clean-zip:
 @if zip
 maybe-maintainer-clean-zip: maintainer-clean-zip
 
-maintainer-clean-zip: 
+maintainer-clean-zip:
        @[ -f ./zip/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -22072,7 +22073,7 @@ maybe-info-zlib:
 maybe-info-zlib: info-zlib
 
 info-zlib: \
-    configure-zlib 
+    configure-zlib
        @[ -f ./zlib/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -22098,7 +22099,7 @@ maybe-dvi-zlib:
 maybe-dvi-zlib: dvi-zlib
 
 dvi-zlib: \
-    configure-zlib 
+    configure-zlib
        @[ -f ./zlib/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -22124,7 +22125,7 @@ maybe-html-zlib:
 maybe-html-zlib: html-zlib
 
 html-zlib: \
-    configure-zlib 
+    configure-zlib
        @[ -f ./zlib/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -22150,7 +22151,7 @@ maybe-TAGS-zlib:
 maybe-TAGS-zlib: TAGS-zlib
 
 TAGS-zlib: \
-    configure-zlib 
+    configure-zlib
        @[ -f ./zlib/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -22177,7 +22178,7 @@ maybe-install-info-zlib: install-info-zlib
 
 install-info-zlib: \
     configure-zlib \
-    info-zlib 
+    info-zlib
        @[ -f ./zlib/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -22203,7 +22204,7 @@ maybe-installcheck-zlib:
 maybe-installcheck-zlib: installcheck-zlib
 
 installcheck-zlib: \
-    configure-zlib 
+    configure-zlib
        @[ -f ./zlib/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -22228,7 +22229,7 @@ maybe-mostlyclean-zlib:
 @if zlib
 maybe-mostlyclean-zlib: mostlyclean-zlib
 
-mostlyclean-zlib: 
+mostlyclean-zlib:
        @[ -f ./zlib/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -22253,7 +22254,7 @@ maybe-clean-zlib:
 @if zlib
 maybe-clean-zlib: clean-zlib
 
-clean-zlib: 
+clean-zlib:
        @[ -f ./zlib/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -22278,7 +22279,7 @@ maybe-distclean-zlib:
 @if zlib
 maybe-distclean-zlib: distclean-zlib
 
-distclean-zlib: 
+distclean-zlib:
        @[ -f ./zlib/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -22303,7 +22304,7 @@ maybe-maintainer-clean-zlib:
 @if zlib
 maybe-maintainer-clean-zlib: maintainer-clean-zlib
 
-maintainer-clean-zlib: 
+maintainer-clean-zlib:
        @[ -f ./zlib/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -22402,7 +22403,7 @@ maybe-info-gdb:
 maybe-info-gdb: info-gdb
 
 info-gdb: \
-    configure-gdb 
+    configure-gdb
        @[ -f ./gdb/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -22428,7 +22429,7 @@ maybe-dvi-gdb:
 maybe-dvi-gdb: dvi-gdb
 
 dvi-gdb: \
-    configure-gdb 
+    configure-gdb
        @[ -f ./gdb/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -22454,7 +22455,7 @@ maybe-html-gdb:
 maybe-html-gdb: html-gdb
 
 html-gdb: \
-    configure-gdb 
+    configure-gdb
        @[ -f ./gdb/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -22480,7 +22481,7 @@ maybe-TAGS-gdb:
 maybe-TAGS-gdb: TAGS-gdb
 
 TAGS-gdb: \
-    configure-gdb 
+    configure-gdb
        @[ -f ./gdb/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -22507,7 +22508,7 @@ maybe-install-info-gdb: install-info-gdb
 
 install-info-gdb: \
     configure-gdb \
-    info-gdb 
+    info-gdb
        @[ -f ./gdb/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -22533,7 +22534,7 @@ maybe-installcheck-gdb:
 maybe-installcheck-gdb: installcheck-gdb
 
 installcheck-gdb: \
-    configure-gdb 
+    configure-gdb
        @[ -f ./gdb/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -22558,7 +22559,7 @@ maybe-mostlyclean-gdb:
 @if gdb
 maybe-mostlyclean-gdb: mostlyclean-gdb
 
-mostlyclean-gdb: 
+mostlyclean-gdb:
        @[ -f ./gdb/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -22583,7 +22584,7 @@ maybe-clean-gdb:
 @if gdb
 maybe-clean-gdb: clean-gdb
 
-clean-gdb: 
+clean-gdb:
        @[ -f ./gdb/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -22608,7 +22609,7 @@ maybe-distclean-gdb:
 @if gdb
 maybe-distclean-gdb: distclean-gdb
 
-distclean-gdb: 
+distclean-gdb:
        @[ -f ./gdb/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -22633,7 +22634,7 @@ maybe-maintainer-clean-gdb:
 @if gdb
 maybe-maintainer-clean-gdb: maintainer-clean-gdb
 
-maintainer-clean-gdb: 
+maintainer-clean-gdb:
        @[ -f ./gdb/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -22732,7 +22733,7 @@ maybe-info-expect:
 maybe-info-expect: info-expect
 
 info-expect: \
-    configure-expect 
+    configure-expect
        @[ -f ./expect/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -22758,7 +22759,7 @@ maybe-dvi-expect:
 maybe-dvi-expect: dvi-expect
 
 dvi-expect: \
-    configure-expect 
+    configure-expect
        @[ -f ./expect/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -22784,7 +22785,7 @@ maybe-html-expect:
 maybe-html-expect: html-expect
 
 html-expect: \
-    configure-expect 
+    configure-expect
        @[ -f ./expect/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -22810,7 +22811,7 @@ maybe-TAGS-expect:
 maybe-TAGS-expect: TAGS-expect
 
 TAGS-expect: \
-    configure-expect 
+    configure-expect
        @[ -f ./expect/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -22837,7 +22838,7 @@ maybe-install-info-expect: install-info-expect
 
 install-info-expect: \
     configure-expect \
-    info-expect 
+    info-expect
        @[ -f ./expect/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -22863,7 +22864,7 @@ maybe-installcheck-expect:
 maybe-installcheck-expect: installcheck-expect
 
 installcheck-expect: \
-    configure-expect 
+    configure-expect
        @[ -f ./expect/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -22888,7 +22889,7 @@ maybe-mostlyclean-expect:
 @if expect
 maybe-mostlyclean-expect: mostlyclean-expect
 
-mostlyclean-expect: 
+mostlyclean-expect:
        @[ -f ./expect/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -22913,7 +22914,7 @@ maybe-clean-expect:
 @if expect
 maybe-clean-expect: clean-expect
 
-clean-expect: 
+clean-expect:
        @[ -f ./expect/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -22938,7 +22939,7 @@ maybe-distclean-expect:
 @if expect
 maybe-distclean-expect: distclean-expect
 
-distclean-expect: 
+distclean-expect:
        @[ -f ./expect/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -22963,7 +22964,7 @@ maybe-maintainer-clean-expect:
 @if expect
 maybe-maintainer-clean-expect: maintainer-clean-expect
 
-maintainer-clean-expect: 
+maintainer-clean-expect:
        @[ -f ./expect/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -23062,7 +23063,7 @@ maybe-info-guile:
 maybe-info-guile: info-guile
 
 info-guile: \
-    configure-guile 
+    configure-guile
        @[ -f ./guile/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -23088,7 +23089,7 @@ maybe-dvi-guile:
 maybe-dvi-guile: dvi-guile
 
 dvi-guile: \
-    configure-guile 
+    configure-guile
        @[ -f ./guile/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -23114,7 +23115,7 @@ maybe-html-guile:
 maybe-html-guile: html-guile
 
 html-guile: \
-    configure-guile 
+    configure-guile
        @[ -f ./guile/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -23140,7 +23141,7 @@ maybe-TAGS-guile:
 maybe-TAGS-guile: TAGS-guile
 
 TAGS-guile: \
-    configure-guile 
+    configure-guile
        @[ -f ./guile/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -23167,7 +23168,7 @@ maybe-install-info-guile: install-info-guile
 
 install-info-guile: \
     configure-guile \
-    info-guile 
+    info-guile
        @[ -f ./guile/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -23193,7 +23194,7 @@ maybe-installcheck-guile:
 maybe-installcheck-guile: installcheck-guile
 
 installcheck-guile: \
-    configure-guile 
+    configure-guile
        @[ -f ./guile/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -23218,7 +23219,7 @@ maybe-mostlyclean-guile:
 @if guile
 maybe-mostlyclean-guile: mostlyclean-guile
 
-mostlyclean-guile: 
+mostlyclean-guile:
        @[ -f ./guile/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -23243,7 +23244,7 @@ maybe-clean-guile:
 @if guile
 maybe-clean-guile: clean-guile
 
-clean-guile: 
+clean-guile:
        @[ -f ./guile/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -23268,7 +23269,7 @@ maybe-distclean-guile:
 @if guile
 maybe-distclean-guile: distclean-guile
 
-distclean-guile: 
+distclean-guile:
        @[ -f ./guile/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -23293,7 +23294,7 @@ maybe-maintainer-clean-guile:
 @if guile
 maybe-maintainer-clean-guile: maintainer-clean-guile
 
-maintainer-clean-guile: 
+maintainer-clean-guile:
        @[ -f ./guile/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -23392,7 +23393,7 @@ maybe-info-tk:
 maybe-info-tk: info-tk
 
 info-tk: \
-    configure-tk 
+    configure-tk
        @[ -f ./tk/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -23418,7 +23419,7 @@ maybe-dvi-tk:
 maybe-dvi-tk: dvi-tk
 
 dvi-tk: \
-    configure-tk 
+    configure-tk
        @[ -f ./tk/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -23444,7 +23445,7 @@ maybe-html-tk:
 maybe-html-tk: html-tk
 
 html-tk: \
-    configure-tk 
+    configure-tk
        @[ -f ./tk/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -23470,7 +23471,7 @@ maybe-TAGS-tk:
 maybe-TAGS-tk: TAGS-tk
 
 TAGS-tk: \
-    configure-tk 
+    configure-tk
        @[ -f ./tk/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -23497,7 +23498,7 @@ maybe-install-info-tk: install-info-tk
 
 install-info-tk: \
     configure-tk \
-    info-tk 
+    info-tk
        @[ -f ./tk/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -23523,7 +23524,7 @@ maybe-installcheck-tk:
 maybe-installcheck-tk: installcheck-tk
 
 installcheck-tk: \
-    configure-tk 
+    configure-tk
        @[ -f ./tk/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -23548,7 +23549,7 @@ maybe-mostlyclean-tk:
 @if tk
 maybe-mostlyclean-tk: mostlyclean-tk
 
-mostlyclean-tk: 
+mostlyclean-tk:
        @[ -f ./tk/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -23573,7 +23574,7 @@ maybe-clean-tk:
 @if tk
 maybe-clean-tk: clean-tk
 
-clean-tk: 
+clean-tk:
        @[ -f ./tk/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -23598,7 +23599,7 @@ maybe-distclean-tk:
 @if tk
 maybe-distclean-tk: distclean-tk
 
-distclean-tk: 
+distclean-tk:
        @[ -f ./tk/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -23623,7 +23624,7 @@ maybe-maintainer-clean-tk:
 @if tk
 maybe-maintainer-clean-tk: maintainer-clean-tk
 
-maintainer-clean-tk: 
+maintainer-clean-tk:
        @[ -f ./tk/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -23717,7 +23718,7 @@ maybe-info-libtermcap:
 maybe-info-libtermcap: info-libtermcap
 
 info-libtermcap: \
-    configure-libtermcap 
+    configure-libtermcap
        @[ -f ./libtermcap/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -23743,7 +23744,7 @@ maybe-dvi-libtermcap:
 maybe-dvi-libtermcap: dvi-libtermcap
 
 dvi-libtermcap: \
-    configure-libtermcap 
+    configure-libtermcap
        @[ -f ./libtermcap/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -23769,7 +23770,7 @@ maybe-html-libtermcap:
 maybe-html-libtermcap: html-libtermcap
 
 html-libtermcap: \
-    configure-libtermcap 
+    configure-libtermcap
        @[ -f ./libtermcap/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -23795,7 +23796,7 @@ maybe-TAGS-libtermcap:
 maybe-TAGS-libtermcap: TAGS-libtermcap
 
 TAGS-libtermcap: \
-    configure-libtermcap 
+    configure-libtermcap
        @[ -f ./libtermcap/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -23822,7 +23823,7 @@ maybe-install-info-libtermcap: install-info-libtermcap
 
 install-info-libtermcap: \
     configure-libtermcap \
-    info-libtermcap 
+    info-libtermcap
        @[ -f ./libtermcap/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -23848,7 +23849,7 @@ maybe-installcheck-libtermcap:
 maybe-installcheck-libtermcap: installcheck-libtermcap
 
 installcheck-libtermcap: \
-    configure-libtermcap 
+    configure-libtermcap
        @[ -f ./libtermcap/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -23982,7 +23983,7 @@ maybe-info-utils:
 maybe-info-utils: info-utils
 
 info-utils: \
-    configure-utils 
+    configure-utils
        @[ -f ./utils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -24008,7 +24009,7 @@ maybe-dvi-utils:
 maybe-dvi-utils: dvi-utils
 
 dvi-utils: \
-    configure-utils 
+    configure-utils
        @[ -f ./utils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -24034,7 +24035,7 @@ maybe-html-utils:
 maybe-html-utils: html-utils
 
 html-utils: \
-    configure-utils 
+    configure-utils
        @[ -f ./utils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -24060,7 +24061,7 @@ maybe-TAGS-utils:
 maybe-TAGS-utils: TAGS-utils
 
 TAGS-utils: \
-    configure-utils 
+    configure-utils
        @[ -f ./utils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -24087,7 +24088,7 @@ maybe-install-info-utils: install-info-utils
 
 install-info-utils: \
     configure-utils \
-    info-utils 
+    info-utils
        @[ -f ./utils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -24113,7 +24114,7 @@ maybe-installcheck-utils:
 maybe-installcheck-utils: installcheck-utils
 
 installcheck-utils: \
-    configure-utils 
+    configure-utils
        @[ -f ./utils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -24138,7 +24139,7 @@ maybe-mostlyclean-utils:
 @if utils
 maybe-mostlyclean-utils: mostlyclean-utils
 
-mostlyclean-utils: 
+mostlyclean-utils:
        @[ -f ./utils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -24163,7 +24164,7 @@ maybe-clean-utils:
 @if utils
 maybe-clean-utils: clean-utils
 
-clean-utils: 
+clean-utils:
        @[ -f ./utils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -24188,7 +24189,7 @@ maybe-distclean-utils:
 @if utils
 maybe-distclean-utils: distclean-utils
 
-distclean-utils: 
+distclean-utils:
        @[ -f ./utils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -24213,7 +24214,7 @@ maybe-maintainer-clean-utils:
 @if utils
 maybe-maintainer-clean-utils: maintainer-clean-utils
 
-maintainer-clean-utils: 
+maintainer-clean-utils:
        @[ -f ./utils/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -24329,7 +24330,7 @@ maybe-info-target-libstdc++-v3:
 maybe-info-target-libstdc++-v3: info-target-libstdc++-v3
 
 info-target-libstdc++-v3: \
-    configure-target-libstdc++-v3 
+    configure-target-libstdc++-v3
        @[ -f $(TARGET_SUBDIR)/libstdc++-v3/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -24355,7 +24356,7 @@ maybe-dvi-target-libstdc++-v3:
 maybe-dvi-target-libstdc++-v3: dvi-target-libstdc++-v3
 
 dvi-target-libstdc++-v3: \
-    configure-target-libstdc++-v3 
+    configure-target-libstdc++-v3
        @[ -f $(TARGET_SUBDIR)/libstdc++-v3/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -24381,7 +24382,7 @@ maybe-html-target-libstdc++-v3:
 maybe-html-target-libstdc++-v3: html-target-libstdc++-v3
 
 html-target-libstdc++-v3: \
-    configure-target-libstdc++-v3 
+    configure-target-libstdc++-v3
        @[ -f $(TARGET_SUBDIR)/libstdc++-v3/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -24407,7 +24408,7 @@ maybe-TAGS-target-libstdc++-v3:
 maybe-TAGS-target-libstdc++-v3: TAGS-target-libstdc++-v3
 
 TAGS-target-libstdc++-v3: \
-    configure-target-libstdc++-v3 
+    configure-target-libstdc++-v3
        @[ -f $(TARGET_SUBDIR)/libstdc++-v3/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -24434,7 +24435,7 @@ maybe-install-info-target-libstdc++-v3: install-info-target-libstdc++-v3
 
 install-info-target-libstdc++-v3: \
     configure-target-libstdc++-v3 \
-    info-target-libstdc++-v3 
+    info-target-libstdc++-v3
        @[ -f $(TARGET_SUBDIR)/libstdc++-v3/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -24460,7 +24461,7 @@ maybe-installcheck-target-libstdc++-v3:
 maybe-installcheck-target-libstdc++-v3: installcheck-target-libstdc++-v3
 
 installcheck-target-libstdc++-v3: \
-    configure-target-libstdc++-v3 
+    configure-target-libstdc++-v3
        @[ -f $(TARGET_SUBDIR)/libstdc++-v3/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -24485,7 +24486,7 @@ maybe-mostlyclean-target-libstdc++-v3:
 @if target-libstdc++-v3
 maybe-mostlyclean-target-libstdc++-v3: mostlyclean-target-libstdc++-v3
 
-mostlyclean-target-libstdc++-v3: 
+mostlyclean-target-libstdc++-v3:
        @[ -f $(TARGET_SUBDIR)/libstdc++-v3/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -24510,7 +24511,7 @@ maybe-clean-target-libstdc++-v3:
 @if target-libstdc++-v3
 maybe-clean-target-libstdc++-v3: clean-target-libstdc++-v3
 
-clean-target-libstdc++-v3: 
+clean-target-libstdc++-v3:
        @[ -f $(TARGET_SUBDIR)/libstdc++-v3/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -24535,7 +24536,7 @@ maybe-distclean-target-libstdc++-v3:
 @if target-libstdc++-v3
 maybe-distclean-target-libstdc++-v3: distclean-target-libstdc++-v3
 
-distclean-target-libstdc++-v3: 
+distclean-target-libstdc++-v3:
        @[ -f $(TARGET_SUBDIR)/libstdc++-v3/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -24560,7 +24561,7 @@ maybe-maintainer-clean-target-libstdc++-v3:
 @if target-libstdc++-v3
 maybe-maintainer-clean-target-libstdc++-v3: maintainer-clean-target-libstdc++-v3
 
-maintainer-clean-target-libstdc++-v3: 
+maintainer-clean-target-libstdc++-v3:
        @[ -f $(TARGET_SUBDIR)/libstdc++-v3/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -24671,7 +24672,7 @@ maybe-info-target-libmudflap:
 maybe-info-target-libmudflap: info-target-libmudflap
 
 info-target-libmudflap: \
-    configure-target-libmudflap 
+    configure-target-libmudflap
        @[ -f $(TARGET_SUBDIR)/libmudflap/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -24697,7 +24698,7 @@ maybe-dvi-target-libmudflap:
 maybe-dvi-target-libmudflap: dvi-target-libmudflap
 
 dvi-target-libmudflap: \
-    configure-target-libmudflap 
+    configure-target-libmudflap
        @[ -f $(TARGET_SUBDIR)/libmudflap/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -24723,7 +24724,7 @@ maybe-html-target-libmudflap:
 maybe-html-target-libmudflap: html-target-libmudflap
 
 html-target-libmudflap: \
-    configure-target-libmudflap 
+    configure-target-libmudflap
        @[ -f $(TARGET_SUBDIR)/libmudflap/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -24749,7 +24750,7 @@ maybe-TAGS-target-libmudflap:
 maybe-TAGS-target-libmudflap: TAGS-target-libmudflap
 
 TAGS-target-libmudflap: \
-    configure-target-libmudflap 
+    configure-target-libmudflap
        @[ -f $(TARGET_SUBDIR)/libmudflap/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -24776,7 +24777,7 @@ maybe-install-info-target-libmudflap: install-info-target-libmudflap
 
 install-info-target-libmudflap: \
     configure-target-libmudflap \
-    info-target-libmudflap 
+    info-target-libmudflap
        @[ -f $(TARGET_SUBDIR)/libmudflap/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -24802,7 +24803,7 @@ maybe-installcheck-target-libmudflap:
 maybe-installcheck-target-libmudflap: installcheck-target-libmudflap
 
 installcheck-target-libmudflap: \
-    configure-target-libmudflap 
+    configure-target-libmudflap
        @[ -f $(TARGET_SUBDIR)/libmudflap/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -24827,7 +24828,7 @@ maybe-mostlyclean-target-libmudflap:
 @if target-libmudflap
 maybe-mostlyclean-target-libmudflap: mostlyclean-target-libmudflap
 
-mostlyclean-target-libmudflap: 
+mostlyclean-target-libmudflap:
        @[ -f $(TARGET_SUBDIR)/libmudflap/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -24852,7 +24853,7 @@ maybe-clean-target-libmudflap:
 @if target-libmudflap
 maybe-clean-target-libmudflap: clean-target-libmudflap
 
-clean-target-libmudflap: 
+clean-target-libmudflap:
        @[ -f $(TARGET_SUBDIR)/libmudflap/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -24877,7 +24878,7 @@ maybe-distclean-target-libmudflap:
 @if target-libmudflap
 maybe-distclean-target-libmudflap: distclean-target-libmudflap
 
-distclean-target-libmudflap: 
+distclean-target-libmudflap:
        @[ -f $(TARGET_SUBDIR)/libmudflap/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -24902,7 +24903,7 @@ maybe-maintainer-clean-target-libmudflap:
 @if target-libmudflap
 maybe-maintainer-clean-target-libmudflap: maintainer-clean-target-libmudflap
 
-maintainer-clean-target-libmudflap: 
+maintainer-clean-target-libmudflap:
        @[ -f $(TARGET_SUBDIR)/libmudflap/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -25013,7 +25014,7 @@ maybe-info-target-newlib:
 maybe-info-target-newlib: info-target-newlib
 
 info-target-newlib: \
-    configure-target-newlib 
+    configure-target-newlib
        @[ -f $(TARGET_SUBDIR)/newlib/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -25039,7 +25040,7 @@ maybe-dvi-target-newlib:
 maybe-dvi-target-newlib: dvi-target-newlib
 
 dvi-target-newlib: \
-    configure-target-newlib 
+    configure-target-newlib
        @[ -f $(TARGET_SUBDIR)/newlib/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -25065,7 +25066,7 @@ maybe-html-target-newlib:
 maybe-html-target-newlib: html-target-newlib
 
 html-target-newlib: \
-    configure-target-newlib 
+    configure-target-newlib
        @[ -f $(TARGET_SUBDIR)/newlib/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -25091,7 +25092,7 @@ maybe-TAGS-target-newlib:
 maybe-TAGS-target-newlib: TAGS-target-newlib
 
 TAGS-target-newlib: \
-    configure-target-newlib 
+    configure-target-newlib
        @[ -f $(TARGET_SUBDIR)/newlib/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -25118,7 +25119,7 @@ maybe-install-info-target-newlib: install-info-target-newlib
 
 install-info-target-newlib: \
     configure-target-newlib \
-    info-target-newlib 
+    info-target-newlib
        @[ -f $(TARGET_SUBDIR)/newlib/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -25144,7 +25145,7 @@ maybe-installcheck-target-newlib:
 maybe-installcheck-target-newlib: installcheck-target-newlib
 
 installcheck-target-newlib: \
-    configure-target-newlib 
+    configure-target-newlib
        @[ -f $(TARGET_SUBDIR)/newlib/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -25169,7 +25170,7 @@ maybe-mostlyclean-target-newlib:
 @if target-newlib
 maybe-mostlyclean-target-newlib: mostlyclean-target-newlib
 
-mostlyclean-target-newlib: 
+mostlyclean-target-newlib:
        @[ -f $(TARGET_SUBDIR)/newlib/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -25194,7 +25195,7 @@ maybe-clean-target-newlib:
 @if target-newlib
 maybe-clean-target-newlib: clean-target-newlib
 
-clean-target-newlib: 
+clean-target-newlib:
        @[ -f $(TARGET_SUBDIR)/newlib/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -25219,7 +25220,7 @@ maybe-distclean-target-newlib:
 @if target-newlib
 maybe-distclean-target-newlib: distclean-target-newlib
 
-distclean-target-newlib: 
+distclean-target-newlib:
        @[ -f $(TARGET_SUBDIR)/newlib/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -25244,7 +25245,7 @@ maybe-maintainer-clean-target-newlib:
 @if target-newlib
 maybe-maintainer-clean-target-newlib: maintainer-clean-target-newlib
 
-maintainer-clean-target-newlib: 
+maintainer-clean-target-newlib:
        @[ -f $(TARGET_SUBDIR)/newlib/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -25355,7 +25356,7 @@ maybe-info-target-libgfortran:
 maybe-info-target-libgfortran: info-target-libgfortran
 
 info-target-libgfortran: \
-    configure-target-libgfortran 
+    configure-target-libgfortran
        @[ -f $(TARGET_SUBDIR)/libgfortran/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -25381,7 +25382,7 @@ maybe-dvi-target-libgfortran:
 maybe-dvi-target-libgfortran: dvi-target-libgfortran
 
 dvi-target-libgfortran: \
-    configure-target-libgfortran 
+    configure-target-libgfortran
        @[ -f $(TARGET_SUBDIR)/libgfortran/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -25407,7 +25408,7 @@ maybe-html-target-libgfortran:
 maybe-html-target-libgfortran: html-target-libgfortran
 
 html-target-libgfortran: \
-    configure-target-libgfortran 
+    configure-target-libgfortran
        @[ -f $(TARGET_SUBDIR)/libgfortran/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -25433,7 +25434,7 @@ maybe-TAGS-target-libgfortran:
 maybe-TAGS-target-libgfortran: TAGS-target-libgfortran
 
 TAGS-target-libgfortran: \
-    configure-target-libgfortran 
+    configure-target-libgfortran
        @[ -f $(TARGET_SUBDIR)/libgfortran/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -25460,7 +25461,7 @@ maybe-install-info-target-libgfortran: install-info-target-libgfortran
 
 install-info-target-libgfortran: \
     configure-target-libgfortran \
-    info-target-libgfortran 
+    info-target-libgfortran
        @[ -f $(TARGET_SUBDIR)/libgfortran/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -25486,7 +25487,7 @@ maybe-installcheck-target-libgfortran:
 maybe-installcheck-target-libgfortran: installcheck-target-libgfortran
 
 installcheck-target-libgfortran: \
-    configure-target-libgfortran 
+    configure-target-libgfortran
        @[ -f $(TARGET_SUBDIR)/libgfortran/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -25511,7 +25512,7 @@ maybe-mostlyclean-target-libgfortran:
 @if target-libgfortran
 maybe-mostlyclean-target-libgfortran: mostlyclean-target-libgfortran
 
-mostlyclean-target-libgfortran: 
+mostlyclean-target-libgfortran:
        @[ -f $(TARGET_SUBDIR)/libgfortran/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -25536,7 +25537,7 @@ maybe-clean-target-libgfortran:
 @if target-libgfortran
 maybe-clean-target-libgfortran: clean-target-libgfortran
 
-clean-target-libgfortran: 
+clean-target-libgfortran:
        @[ -f $(TARGET_SUBDIR)/libgfortran/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -25561,7 +25562,7 @@ maybe-distclean-target-libgfortran:
 @if target-libgfortran
 maybe-distclean-target-libgfortran: distclean-target-libgfortran
 
-distclean-target-libgfortran: 
+distclean-target-libgfortran:
        @[ -f $(TARGET_SUBDIR)/libgfortran/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -25586,7 +25587,7 @@ maybe-maintainer-clean-target-libgfortran:
 @if target-libgfortran
 maybe-maintainer-clean-target-libgfortran: maintainer-clean-target-libgfortran
 
-maintainer-clean-target-libgfortran: 
+maintainer-clean-target-libgfortran:
        @[ -f $(TARGET_SUBDIR)/libgfortran/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -25697,7 +25698,7 @@ maybe-info-target-libobjc:
 maybe-info-target-libobjc: info-target-libobjc
 
 info-target-libobjc: \
-    configure-target-libobjc 
+    configure-target-libobjc
        @[ -f $(TARGET_SUBDIR)/libobjc/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -25723,7 +25724,7 @@ maybe-dvi-target-libobjc:
 maybe-dvi-target-libobjc: dvi-target-libobjc
 
 dvi-target-libobjc: \
-    configure-target-libobjc 
+    configure-target-libobjc
        @[ -f $(TARGET_SUBDIR)/libobjc/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -25749,7 +25750,7 @@ maybe-html-target-libobjc:
 maybe-html-target-libobjc: html-target-libobjc
 
 html-target-libobjc: \
-    configure-target-libobjc 
+    configure-target-libobjc
        @[ -f $(TARGET_SUBDIR)/libobjc/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -25775,7 +25776,7 @@ maybe-TAGS-target-libobjc:
 maybe-TAGS-target-libobjc: TAGS-target-libobjc
 
 TAGS-target-libobjc: \
-    configure-target-libobjc 
+    configure-target-libobjc
        @[ -f $(TARGET_SUBDIR)/libobjc/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -25802,7 +25803,7 @@ maybe-install-info-target-libobjc: install-info-target-libobjc
 
 install-info-target-libobjc: \
     configure-target-libobjc \
-    info-target-libobjc 
+    info-target-libobjc
        @[ -f $(TARGET_SUBDIR)/libobjc/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -25828,7 +25829,7 @@ maybe-installcheck-target-libobjc:
 maybe-installcheck-target-libobjc: installcheck-target-libobjc
 
 installcheck-target-libobjc: \
-    configure-target-libobjc 
+    configure-target-libobjc
        @[ -f $(TARGET_SUBDIR)/libobjc/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -25853,7 +25854,7 @@ maybe-mostlyclean-target-libobjc:
 @if target-libobjc
 maybe-mostlyclean-target-libobjc: mostlyclean-target-libobjc
 
-mostlyclean-target-libobjc: 
+mostlyclean-target-libobjc:
        @[ -f $(TARGET_SUBDIR)/libobjc/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -25878,7 +25879,7 @@ maybe-clean-target-libobjc:
 @if target-libobjc
 maybe-clean-target-libobjc: clean-target-libobjc
 
-clean-target-libobjc: 
+clean-target-libobjc:
        @[ -f $(TARGET_SUBDIR)/libobjc/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -25903,7 +25904,7 @@ maybe-distclean-target-libobjc:
 @if target-libobjc
 maybe-distclean-target-libobjc: distclean-target-libobjc
 
-distclean-target-libobjc: 
+distclean-target-libobjc:
        @[ -f $(TARGET_SUBDIR)/libobjc/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -25928,7 +25929,7 @@ maybe-maintainer-clean-target-libobjc:
 @if target-libobjc
 maybe-maintainer-clean-target-libobjc: maintainer-clean-target-libobjc
 
-maintainer-clean-target-libobjc: 
+maintainer-clean-target-libobjc:
        @[ -f $(TARGET_SUBDIR)/libobjc/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -26056,7 +26057,7 @@ maybe-info-target-libtermcap:
 maybe-info-target-libtermcap: info-target-libtermcap
 
 info-target-libtermcap: \
-    configure-target-libtermcap 
+    configure-target-libtermcap
        @[ -f $(TARGET_SUBDIR)/libtermcap/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -26082,7 +26083,7 @@ maybe-dvi-target-libtermcap:
 maybe-dvi-target-libtermcap: dvi-target-libtermcap
 
 dvi-target-libtermcap: \
-    configure-target-libtermcap 
+    configure-target-libtermcap
        @[ -f $(TARGET_SUBDIR)/libtermcap/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -26108,7 +26109,7 @@ maybe-html-target-libtermcap:
 maybe-html-target-libtermcap: html-target-libtermcap
 
 html-target-libtermcap: \
-    configure-target-libtermcap 
+    configure-target-libtermcap
        @[ -f $(TARGET_SUBDIR)/libtermcap/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -26134,7 +26135,7 @@ maybe-TAGS-target-libtermcap:
 maybe-TAGS-target-libtermcap: TAGS-target-libtermcap
 
 TAGS-target-libtermcap: \
-    configure-target-libtermcap 
+    configure-target-libtermcap
        @[ -f $(TARGET_SUBDIR)/libtermcap/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -26161,7 +26162,7 @@ maybe-install-info-target-libtermcap: install-info-target-libtermcap
 
 install-info-target-libtermcap: \
     configure-target-libtermcap \
-    info-target-libtermcap 
+    info-target-libtermcap
        @[ -f $(TARGET_SUBDIR)/libtermcap/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -26187,7 +26188,7 @@ maybe-installcheck-target-libtermcap:
 maybe-installcheck-target-libtermcap: installcheck-target-libtermcap
 
 installcheck-target-libtermcap: \
-    configure-target-libtermcap 
+    configure-target-libtermcap
        @[ -f $(TARGET_SUBDIR)/libtermcap/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -26338,7 +26339,7 @@ maybe-info-target-winsup:
 maybe-info-target-winsup: info-target-winsup
 
 info-target-winsup: \
-    configure-target-winsup 
+    configure-target-winsup
        @[ -f $(TARGET_SUBDIR)/winsup/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -26364,7 +26365,7 @@ maybe-dvi-target-winsup:
 maybe-dvi-target-winsup: dvi-target-winsup
 
 dvi-target-winsup: \
-    configure-target-winsup 
+    configure-target-winsup
        @[ -f $(TARGET_SUBDIR)/winsup/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -26390,7 +26391,7 @@ maybe-html-target-winsup:
 maybe-html-target-winsup: html-target-winsup
 
 html-target-winsup: \
-    configure-target-winsup 
+    configure-target-winsup
        @[ -f $(TARGET_SUBDIR)/winsup/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -26416,7 +26417,7 @@ maybe-TAGS-target-winsup:
 maybe-TAGS-target-winsup: TAGS-target-winsup
 
 TAGS-target-winsup: \
-    configure-target-winsup 
+    configure-target-winsup
        @[ -f $(TARGET_SUBDIR)/winsup/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -26443,7 +26444,7 @@ maybe-install-info-target-winsup: install-info-target-winsup
 
 install-info-target-winsup: \
     configure-target-winsup \
-    info-target-winsup 
+    info-target-winsup
        @[ -f $(TARGET_SUBDIR)/winsup/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -26469,7 +26470,7 @@ maybe-installcheck-target-winsup:
 maybe-installcheck-target-winsup: installcheck-target-winsup
 
 installcheck-target-winsup: \
-    configure-target-winsup 
+    configure-target-winsup
        @[ -f $(TARGET_SUBDIR)/winsup/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -26494,7 +26495,7 @@ maybe-mostlyclean-target-winsup:
 @if target-winsup
 maybe-mostlyclean-target-winsup: mostlyclean-target-winsup
 
-mostlyclean-target-winsup: 
+mostlyclean-target-winsup:
        @[ -f $(TARGET_SUBDIR)/winsup/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -26519,7 +26520,7 @@ maybe-clean-target-winsup:
 @if target-winsup
 maybe-clean-target-winsup: clean-target-winsup
 
-clean-target-winsup: 
+clean-target-winsup:
        @[ -f $(TARGET_SUBDIR)/winsup/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -26544,7 +26545,7 @@ maybe-distclean-target-winsup:
 @if target-winsup
 maybe-distclean-target-winsup: distclean-target-winsup
 
-distclean-target-winsup: 
+distclean-target-winsup:
        @[ -f $(TARGET_SUBDIR)/winsup/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -26569,7 +26570,7 @@ maybe-maintainer-clean-target-winsup:
 @if target-winsup
 maybe-maintainer-clean-target-winsup: maintainer-clean-target-winsup
 
-maintainer-clean-target-winsup: 
+maintainer-clean-target-winsup:
        @[ -f $(TARGET_SUBDIR)/winsup/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -26675,7 +26676,7 @@ maybe-info-target-libgloss:
 maybe-info-target-libgloss: info-target-libgloss
 
 info-target-libgloss: \
-    configure-target-libgloss 
+    configure-target-libgloss
        @[ -f $(TARGET_SUBDIR)/libgloss/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -26701,7 +26702,7 @@ maybe-dvi-target-libgloss:
 maybe-dvi-target-libgloss: dvi-target-libgloss
 
 dvi-target-libgloss: \
-    configure-target-libgloss 
+    configure-target-libgloss
        @[ -f $(TARGET_SUBDIR)/libgloss/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -26727,7 +26728,7 @@ maybe-html-target-libgloss:
 maybe-html-target-libgloss: html-target-libgloss
 
 html-target-libgloss: \
-    configure-target-libgloss 
+    configure-target-libgloss
        @[ -f $(TARGET_SUBDIR)/libgloss/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -26753,7 +26754,7 @@ maybe-TAGS-target-libgloss:
 maybe-TAGS-target-libgloss: TAGS-target-libgloss
 
 TAGS-target-libgloss: \
-    configure-target-libgloss 
+    configure-target-libgloss
        @[ -f $(TARGET_SUBDIR)/libgloss/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -26780,7 +26781,7 @@ maybe-install-info-target-libgloss: install-info-target-libgloss
 
 install-info-target-libgloss: \
     configure-target-libgloss \
-    info-target-libgloss 
+    info-target-libgloss
        @[ -f $(TARGET_SUBDIR)/libgloss/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -26806,7 +26807,7 @@ maybe-installcheck-target-libgloss:
 maybe-installcheck-target-libgloss: installcheck-target-libgloss
 
 installcheck-target-libgloss: \
-    configure-target-libgloss 
+    configure-target-libgloss
        @[ -f $(TARGET_SUBDIR)/libgloss/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -26831,7 +26832,7 @@ maybe-mostlyclean-target-libgloss:
 @if target-libgloss
 maybe-mostlyclean-target-libgloss: mostlyclean-target-libgloss
 
-mostlyclean-target-libgloss: 
+mostlyclean-target-libgloss:
        @[ -f $(TARGET_SUBDIR)/libgloss/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -26856,7 +26857,7 @@ maybe-clean-target-libgloss:
 @if target-libgloss
 maybe-clean-target-libgloss: clean-target-libgloss
 
-clean-target-libgloss: 
+clean-target-libgloss:
        @[ -f $(TARGET_SUBDIR)/libgloss/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -26881,7 +26882,7 @@ maybe-distclean-target-libgloss:
 @if target-libgloss
 maybe-distclean-target-libgloss: distclean-target-libgloss
 
-distclean-target-libgloss: 
+distclean-target-libgloss:
        @[ -f $(TARGET_SUBDIR)/libgloss/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -26906,7 +26907,7 @@ maybe-maintainer-clean-target-libgloss:
 @if target-libgloss
 maybe-maintainer-clean-target-libgloss: maintainer-clean-target-libgloss
 
-maintainer-clean-target-libgloss: 
+maintainer-clean-target-libgloss:
        @[ -f $(TARGET_SUBDIR)/libgloss/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -27017,7 +27018,7 @@ maybe-info-target-libiberty:
 maybe-info-target-libiberty: info-target-libiberty
 
 info-target-libiberty: \
-    configure-target-libiberty 
+    configure-target-libiberty
        @[ -f $(TARGET_SUBDIR)/libiberty/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -27043,7 +27044,7 @@ maybe-dvi-target-libiberty:
 maybe-dvi-target-libiberty: dvi-target-libiberty
 
 dvi-target-libiberty: \
-    configure-target-libiberty 
+    configure-target-libiberty
        @[ -f $(TARGET_SUBDIR)/libiberty/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -27069,7 +27070,7 @@ maybe-html-target-libiberty:
 maybe-html-target-libiberty: html-target-libiberty
 
 html-target-libiberty: \
-    configure-target-libiberty 
+    configure-target-libiberty
        @[ -f $(TARGET_SUBDIR)/libiberty/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -27095,7 +27096,7 @@ maybe-TAGS-target-libiberty:
 maybe-TAGS-target-libiberty: TAGS-target-libiberty
 
 TAGS-target-libiberty: \
-    configure-target-libiberty 
+    configure-target-libiberty
        @[ -f $(TARGET_SUBDIR)/libiberty/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -27122,7 +27123,7 @@ maybe-install-info-target-libiberty: install-info-target-libiberty
 
 install-info-target-libiberty: \
     configure-target-libiberty \
-    info-target-libiberty 
+    info-target-libiberty
        @[ -f $(TARGET_SUBDIR)/libiberty/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -27148,7 +27149,7 @@ maybe-installcheck-target-libiberty:
 maybe-installcheck-target-libiberty: installcheck-target-libiberty
 
 installcheck-target-libiberty: \
-    configure-target-libiberty 
+    configure-target-libiberty
        @[ -f $(TARGET_SUBDIR)/libiberty/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -27173,7 +27174,7 @@ maybe-mostlyclean-target-libiberty:
 @if target-libiberty
 maybe-mostlyclean-target-libiberty: mostlyclean-target-libiberty
 
-mostlyclean-target-libiberty: 
+mostlyclean-target-libiberty:
        @[ -f $(TARGET_SUBDIR)/libiberty/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -27198,7 +27199,7 @@ maybe-clean-target-libiberty:
 @if target-libiberty
 maybe-clean-target-libiberty: clean-target-libiberty
 
-clean-target-libiberty: 
+clean-target-libiberty:
        @[ -f $(TARGET_SUBDIR)/libiberty/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -27223,7 +27224,7 @@ maybe-distclean-target-libiberty:
 @if target-libiberty
 maybe-distclean-target-libiberty: distclean-target-libiberty
 
-distclean-target-libiberty: 
+distclean-target-libiberty:
        @[ -f $(TARGET_SUBDIR)/libiberty/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -27248,7 +27249,7 @@ maybe-maintainer-clean-target-libiberty:
 @if target-libiberty
 maybe-maintainer-clean-target-libiberty: maintainer-clean-target-libiberty
 
-maintainer-clean-target-libiberty: 
+maintainer-clean-target-libiberty:
        @[ -f $(TARGET_SUBDIR)/libiberty/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -27359,7 +27360,7 @@ maybe-info-target-gperf:
 maybe-info-target-gperf: info-target-gperf
 
 info-target-gperf: \
-    configure-target-gperf 
+    configure-target-gperf
        @[ -f $(TARGET_SUBDIR)/gperf/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -27385,7 +27386,7 @@ maybe-dvi-target-gperf:
 maybe-dvi-target-gperf: dvi-target-gperf
 
 dvi-target-gperf: \
-    configure-target-gperf 
+    configure-target-gperf
        @[ -f $(TARGET_SUBDIR)/gperf/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -27411,7 +27412,7 @@ maybe-html-target-gperf:
 maybe-html-target-gperf: html-target-gperf
 
 html-target-gperf: \
-    configure-target-gperf 
+    configure-target-gperf
        @[ -f $(TARGET_SUBDIR)/gperf/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -27437,7 +27438,7 @@ maybe-TAGS-target-gperf:
 maybe-TAGS-target-gperf: TAGS-target-gperf
 
 TAGS-target-gperf: \
-    configure-target-gperf 
+    configure-target-gperf
        @[ -f $(TARGET_SUBDIR)/gperf/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -27464,7 +27465,7 @@ maybe-install-info-target-gperf: install-info-target-gperf
 
 install-info-target-gperf: \
     configure-target-gperf \
-    info-target-gperf 
+    info-target-gperf
        @[ -f $(TARGET_SUBDIR)/gperf/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -27490,7 +27491,7 @@ maybe-installcheck-target-gperf:
 maybe-installcheck-target-gperf: installcheck-target-gperf
 
 installcheck-target-gperf: \
-    configure-target-gperf 
+    configure-target-gperf
        @[ -f $(TARGET_SUBDIR)/gperf/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -27515,7 +27516,7 @@ maybe-mostlyclean-target-gperf:
 @if target-gperf
 maybe-mostlyclean-target-gperf: mostlyclean-target-gperf
 
-mostlyclean-target-gperf: 
+mostlyclean-target-gperf:
        @[ -f $(TARGET_SUBDIR)/gperf/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -27540,7 +27541,7 @@ maybe-clean-target-gperf:
 @if target-gperf
 maybe-clean-target-gperf: clean-target-gperf
 
-clean-target-gperf: 
+clean-target-gperf:
        @[ -f $(TARGET_SUBDIR)/gperf/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -27565,7 +27566,7 @@ maybe-distclean-target-gperf:
 @if target-gperf
 maybe-distclean-target-gperf: distclean-target-gperf
 
-distclean-target-gperf: 
+distclean-target-gperf:
        @[ -f $(TARGET_SUBDIR)/gperf/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -27590,7 +27591,7 @@ maybe-maintainer-clean-target-gperf:
 @if target-gperf
 maybe-maintainer-clean-target-gperf: maintainer-clean-target-gperf
 
-maintainer-clean-target-gperf: 
+maintainer-clean-target-gperf:
        @[ -f $(TARGET_SUBDIR)/gperf/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -27691,7 +27692,7 @@ maybe-info-target-examples:
 maybe-info-target-examples: info-target-examples
 
 info-target-examples: \
-    configure-target-examples 
+    configure-target-examples
        @[ -f $(TARGET_SUBDIR)/examples/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -27717,7 +27718,7 @@ maybe-dvi-target-examples:
 maybe-dvi-target-examples: dvi-target-examples
 
 dvi-target-examples: \
-    configure-target-examples 
+    configure-target-examples
        @[ -f $(TARGET_SUBDIR)/examples/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -27743,7 +27744,7 @@ maybe-html-target-examples:
 maybe-html-target-examples: html-target-examples
 
 html-target-examples: \
-    configure-target-examples 
+    configure-target-examples
        @[ -f $(TARGET_SUBDIR)/examples/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -27769,7 +27770,7 @@ maybe-TAGS-target-examples:
 maybe-TAGS-target-examples: TAGS-target-examples
 
 TAGS-target-examples: \
-    configure-target-examples 
+    configure-target-examples
        @[ -f $(TARGET_SUBDIR)/examples/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -27796,7 +27797,7 @@ maybe-install-info-target-examples: install-info-target-examples
 
 install-info-target-examples: \
     configure-target-examples \
-    info-target-examples 
+    info-target-examples
        @[ -f $(TARGET_SUBDIR)/examples/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -27822,7 +27823,7 @@ maybe-installcheck-target-examples:
 maybe-installcheck-target-examples: installcheck-target-examples
 
 installcheck-target-examples: \
-    configure-target-examples 
+    configure-target-examples
        @[ -f $(TARGET_SUBDIR)/examples/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -27847,7 +27848,7 @@ maybe-mostlyclean-target-examples:
 @if target-examples
 maybe-mostlyclean-target-examples: mostlyclean-target-examples
 
-mostlyclean-target-examples: 
+mostlyclean-target-examples:
        @[ -f $(TARGET_SUBDIR)/examples/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -27872,7 +27873,7 @@ maybe-clean-target-examples:
 @if target-examples
 maybe-clean-target-examples: clean-target-examples
 
-clean-target-examples: 
+clean-target-examples:
        @[ -f $(TARGET_SUBDIR)/examples/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -27897,7 +27898,7 @@ maybe-distclean-target-examples:
 @if target-examples
 maybe-distclean-target-examples: distclean-target-examples
 
-distclean-target-examples: 
+distclean-target-examples:
        @[ -f $(TARGET_SUBDIR)/examples/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -27922,7 +27923,7 @@ maybe-maintainer-clean-target-examples:
 @if target-examples
 maybe-maintainer-clean-target-examples: maintainer-clean-target-examples
 
-maintainer-clean-target-examples: 
+maintainer-clean-target-examples:
        @[ -f $(TARGET_SUBDIR)/examples/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -28033,7 +28034,7 @@ maybe-info-target-libffi:
 maybe-info-target-libffi: info-target-libffi
 
 info-target-libffi: \
-    configure-target-libffi 
+    configure-target-libffi
        @[ -f $(TARGET_SUBDIR)/libffi/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -28059,7 +28060,7 @@ maybe-dvi-target-libffi:
 maybe-dvi-target-libffi: dvi-target-libffi
 
 dvi-target-libffi: \
-    configure-target-libffi 
+    configure-target-libffi
        @[ -f $(TARGET_SUBDIR)/libffi/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -28085,7 +28086,7 @@ maybe-html-target-libffi:
 maybe-html-target-libffi: html-target-libffi
 
 html-target-libffi: \
-    configure-target-libffi 
+    configure-target-libffi
        @[ -f $(TARGET_SUBDIR)/libffi/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -28111,7 +28112,7 @@ maybe-TAGS-target-libffi:
 maybe-TAGS-target-libffi: TAGS-target-libffi
 
 TAGS-target-libffi: \
-    configure-target-libffi 
+    configure-target-libffi
        @[ -f $(TARGET_SUBDIR)/libffi/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -28138,7 +28139,7 @@ maybe-install-info-target-libffi: install-info-target-libffi
 
 install-info-target-libffi: \
     configure-target-libffi \
-    info-target-libffi 
+    info-target-libffi
        @[ -f $(TARGET_SUBDIR)/libffi/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -28164,7 +28165,7 @@ maybe-installcheck-target-libffi:
 maybe-installcheck-target-libffi: installcheck-target-libffi
 
 installcheck-target-libffi: \
-    configure-target-libffi 
+    configure-target-libffi
        @[ -f $(TARGET_SUBDIR)/libffi/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -28189,7 +28190,7 @@ maybe-mostlyclean-target-libffi:
 @if target-libffi
 maybe-mostlyclean-target-libffi: mostlyclean-target-libffi
 
-mostlyclean-target-libffi: 
+mostlyclean-target-libffi:
        @[ -f $(TARGET_SUBDIR)/libffi/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -28214,7 +28215,7 @@ maybe-clean-target-libffi:
 @if target-libffi
 maybe-clean-target-libffi: clean-target-libffi
 
-clean-target-libffi: 
+clean-target-libffi:
        @[ -f $(TARGET_SUBDIR)/libffi/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -28239,7 +28240,7 @@ maybe-distclean-target-libffi:
 @if target-libffi
 maybe-distclean-target-libffi: distclean-target-libffi
 
-distclean-target-libffi: 
+distclean-target-libffi:
        @[ -f $(TARGET_SUBDIR)/libffi/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -28264,7 +28265,7 @@ maybe-maintainer-clean-target-libffi:
 @if target-libffi
 maybe-maintainer-clean-target-libffi: maintainer-clean-target-libffi
 
-maintainer-clean-target-libffi: 
+maintainer-clean-target-libffi:
        @[ -f $(TARGET_SUBDIR)/libffi/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -28375,7 +28376,7 @@ maybe-info-target-libjava:
 maybe-info-target-libjava: info-target-libjava
 
 info-target-libjava: \
-    configure-target-libjava 
+    configure-target-libjava
        @[ -f $(TARGET_SUBDIR)/libjava/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -28401,7 +28402,7 @@ maybe-dvi-target-libjava:
 maybe-dvi-target-libjava: dvi-target-libjava
 
 dvi-target-libjava: \
-    configure-target-libjava 
+    configure-target-libjava
        @[ -f $(TARGET_SUBDIR)/libjava/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -28427,7 +28428,7 @@ maybe-html-target-libjava:
 maybe-html-target-libjava: html-target-libjava
 
 html-target-libjava: \
-    configure-target-libjava 
+    configure-target-libjava
        @[ -f $(TARGET_SUBDIR)/libjava/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -28453,7 +28454,7 @@ maybe-TAGS-target-libjava:
 maybe-TAGS-target-libjava: TAGS-target-libjava
 
 TAGS-target-libjava: \
-    configure-target-libjava 
+    configure-target-libjava
        @[ -f $(TARGET_SUBDIR)/libjava/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -28480,7 +28481,7 @@ maybe-install-info-target-libjava: install-info-target-libjava
 
 install-info-target-libjava: \
     configure-target-libjava \
-    info-target-libjava 
+    info-target-libjava
        @[ -f $(TARGET_SUBDIR)/libjava/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -28506,7 +28507,7 @@ maybe-installcheck-target-libjava:
 maybe-installcheck-target-libjava: installcheck-target-libjava
 
 installcheck-target-libjava: \
-    configure-target-libjava 
+    configure-target-libjava
        @[ -f $(TARGET_SUBDIR)/libjava/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -28531,7 +28532,7 @@ maybe-mostlyclean-target-libjava:
 @if target-libjava
 maybe-mostlyclean-target-libjava: mostlyclean-target-libjava
 
-mostlyclean-target-libjava: 
+mostlyclean-target-libjava:
        @[ -f $(TARGET_SUBDIR)/libjava/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -28556,7 +28557,7 @@ maybe-clean-target-libjava:
 @if target-libjava
 maybe-clean-target-libjava: clean-target-libjava
 
-clean-target-libjava: 
+clean-target-libjava:
        @[ -f $(TARGET_SUBDIR)/libjava/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -28581,7 +28582,7 @@ maybe-distclean-target-libjava:
 @if target-libjava
 maybe-distclean-target-libjava: distclean-target-libjava
 
-distclean-target-libjava: 
+distclean-target-libjava:
        @[ -f $(TARGET_SUBDIR)/libjava/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -28606,7 +28607,7 @@ maybe-maintainer-clean-target-libjava:
 @if target-libjava
 maybe-maintainer-clean-target-libjava: maintainer-clean-target-libjava
 
-maintainer-clean-target-libjava: 
+maintainer-clean-target-libjava:
        @[ -f $(TARGET_SUBDIR)/libjava/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -28739,7 +28740,7 @@ maybe-info-target-zlib:
 maybe-info-target-zlib: info-target-zlib
 
 info-target-zlib: \
-    configure-target-zlib 
+    configure-target-zlib
        @[ -f $(TARGET_SUBDIR)/zlib/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -28765,7 +28766,7 @@ maybe-dvi-target-zlib:
 maybe-dvi-target-zlib: dvi-target-zlib
 
 dvi-target-zlib: \
-    configure-target-zlib 
+    configure-target-zlib
        @[ -f $(TARGET_SUBDIR)/zlib/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -28791,7 +28792,7 @@ maybe-html-target-zlib:
 maybe-html-target-zlib: html-target-zlib
 
 html-target-zlib: \
-    configure-target-zlib 
+    configure-target-zlib
        @[ -f $(TARGET_SUBDIR)/zlib/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -28817,7 +28818,7 @@ maybe-TAGS-target-zlib:
 maybe-TAGS-target-zlib: TAGS-target-zlib
 
 TAGS-target-zlib: \
-    configure-target-zlib 
+    configure-target-zlib
        @[ -f $(TARGET_SUBDIR)/zlib/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -28844,7 +28845,7 @@ maybe-install-info-target-zlib: install-info-target-zlib
 
 install-info-target-zlib: \
     configure-target-zlib \
-    info-target-zlib 
+    info-target-zlib
        @[ -f $(TARGET_SUBDIR)/zlib/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -28870,7 +28871,7 @@ maybe-installcheck-target-zlib:
 maybe-installcheck-target-zlib: installcheck-target-zlib
 
 installcheck-target-zlib: \
-    configure-target-zlib 
+    configure-target-zlib
        @[ -f $(TARGET_SUBDIR)/zlib/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -28895,7 +28896,7 @@ maybe-mostlyclean-target-zlib:
 @if target-zlib
 maybe-mostlyclean-target-zlib: mostlyclean-target-zlib
 
-mostlyclean-target-zlib: 
+mostlyclean-target-zlib:
        @[ -f $(TARGET_SUBDIR)/zlib/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -28920,7 +28921,7 @@ maybe-clean-target-zlib:
 @if target-zlib
 maybe-clean-target-zlib: clean-target-zlib
 
-clean-target-zlib: 
+clean-target-zlib:
        @[ -f $(TARGET_SUBDIR)/zlib/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -28945,7 +28946,7 @@ maybe-distclean-target-zlib:
 @if target-zlib
 maybe-distclean-target-zlib: distclean-target-zlib
 
-distclean-target-zlib: 
+distclean-target-zlib:
        @[ -f $(TARGET_SUBDIR)/zlib/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -28970,7 +28971,7 @@ maybe-maintainer-clean-target-zlib:
 @if target-zlib
 maybe-maintainer-clean-target-zlib: maintainer-clean-target-zlib
 
-maintainer-clean-target-zlib: 
+maintainer-clean-target-zlib:
        @[ -f $(TARGET_SUBDIR)/zlib/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -29081,7 +29082,7 @@ maybe-info-target-boehm-gc:
 maybe-info-target-boehm-gc: info-target-boehm-gc
 
 info-target-boehm-gc: \
-    configure-target-boehm-gc 
+    configure-target-boehm-gc
        @[ -f $(TARGET_SUBDIR)/boehm-gc/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -29107,7 +29108,7 @@ maybe-dvi-target-boehm-gc:
 maybe-dvi-target-boehm-gc: dvi-target-boehm-gc
 
 dvi-target-boehm-gc: \
-    configure-target-boehm-gc 
+    configure-target-boehm-gc
        @[ -f $(TARGET_SUBDIR)/boehm-gc/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -29133,7 +29134,7 @@ maybe-html-target-boehm-gc:
 maybe-html-target-boehm-gc: html-target-boehm-gc
 
 html-target-boehm-gc: \
-    configure-target-boehm-gc 
+    configure-target-boehm-gc
        @[ -f $(TARGET_SUBDIR)/boehm-gc/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -29159,7 +29160,7 @@ maybe-TAGS-target-boehm-gc:
 maybe-TAGS-target-boehm-gc: TAGS-target-boehm-gc
 
 TAGS-target-boehm-gc: \
-    configure-target-boehm-gc 
+    configure-target-boehm-gc
        @[ -f $(TARGET_SUBDIR)/boehm-gc/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -29186,7 +29187,7 @@ maybe-install-info-target-boehm-gc: install-info-target-boehm-gc
 
 install-info-target-boehm-gc: \
     configure-target-boehm-gc \
-    info-target-boehm-gc 
+    info-target-boehm-gc
        @[ -f $(TARGET_SUBDIR)/boehm-gc/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -29212,7 +29213,7 @@ maybe-installcheck-target-boehm-gc:
 maybe-installcheck-target-boehm-gc: installcheck-target-boehm-gc
 
 installcheck-target-boehm-gc: \
-    configure-target-boehm-gc 
+    configure-target-boehm-gc
        @[ -f $(TARGET_SUBDIR)/boehm-gc/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -29237,7 +29238,7 @@ maybe-mostlyclean-target-boehm-gc:
 @if target-boehm-gc
 maybe-mostlyclean-target-boehm-gc: mostlyclean-target-boehm-gc
 
-mostlyclean-target-boehm-gc: 
+mostlyclean-target-boehm-gc:
        @[ -f $(TARGET_SUBDIR)/boehm-gc/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -29262,7 +29263,7 @@ maybe-clean-target-boehm-gc:
 @if target-boehm-gc
 maybe-clean-target-boehm-gc: clean-target-boehm-gc
 
-clean-target-boehm-gc: 
+clean-target-boehm-gc:
        @[ -f $(TARGET_SUBDIR)/boehm-gc/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -29287,7 +29288,7 @@ maybe-distclean-target-boehm-gc:
 @if target-boehm-gc
 maybe-distclean-target-boehm-gc: distclean-target-boehm-gc
 
-distclean-target-boehm-gc: 
+distclean-target-boehm-gc:
        @[ -f $(TARGET_SUBDIR)/boehm-gc/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -29312,7 +29313,7 @@ maybe-maintainer-clean-target-boehm-gc:
 @if target-boehm-gc
 maybe-maintainer-clean-target-boehm-gc: maintainer-clean-target-boehm-gc
 
-maintainer-clean-target-boehm-gc: 
+maintainer-clean-target-boehm-gc:
        @[ -f $(TARGET_SUBDIR)/boehm-gc/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -29423,7 +29424,7 @@ maybe-info-target-qthreads:
 maybe-info-target-qthreads: info-target-qthreads
 
 info-target-qthreads: \
-    configure-target-qthreads 
+    configure-target-qthreads
        @[ -f $(TARGET_SUBDIR)/qthreads/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -29449,7 +29450,7 @@ maybe-dvi-target-qthreads:
 maybe-dvi-target-qthreads: dvi-target-qthreads
 
 dvi-target-qthreads: \
-    configure-target-qthreads 
+    configure-target-qthreads
        @[ -f $(TARGET_SUBDIR)/qthreads/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -29475,7 +29476,7 @@ maybe-html-target-qthreads:
 maybe-html-target-qthreads: html-target-qthreads
 
 html-target-qthreads: \
-    configure-target-qthreads 
+    configure-target-qthreads
        @[ -f $(TARGET_SUBDIR)/qthreads/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -29501,7 +29502,7 @@ maybe-TAGS-target-qthreads:
 maybe-TAGS-target-qthreads: TAGS-target-qthreads
 
 TAGS-target-qthreads: \
-    configure-target-qthreads 
+    configure-target-qthreads
        @[ -f $(TARGET_SUBDIR)/qthreads/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -29528,7 +29529,7 @@ maybe-install-info-target-qthreads: install-info-target-qthreads
 
 install-info-target-qthreads: \
     configure-target-qthreads \
-    info-target-qthreads 
+    info-target-qthreads
        @[ -f $(TARGET_SUBDIR)/qthreads/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -29554,7 +29555,7 @@ maybe-installcheck-target-qthreads:
 maybe-installcheck-target-qthreads: installcheck-target-qthreads
 
 installcheck-target-qthreads: \
-    configure-target-qthreads 
+    configure-target-qthreads
        @[ -f $(TARGET_SUBDIR)/qthreads/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -29579,7 +29580,7 @@ maybe-mostlyclean-target-qthreads:
 @if target-qthreads
 maybe-mostlyclean-target-qthreads: mostlyclean-target-qthreads
 
-mostlyclean-target-qthreads: 
+mostlyclean-target-qthreads:
        @[ -f $(TARGET_SUBDIR)/qthreads/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -29604,7 +29605,7 @@ maybe-clean-target-qthreads:
 @if target-qthreads
 maybe-clean-target-qthreads: clean-target-qthreads
 
-clean-target-qthreads: 
+clean-target-qthreads:
        @[ -f $(TARGET_SUBDIR)/qthreads/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -29629,7 +29630,7 @@ maybe-distclean-target-qthreads:
 @if target-qthreads
 maybe-distclean-target-qthreads: distclean-target-qthreads
 
-distclean-target-qthreads: 
+distclean-target-qthreads:
        @[ -f $(TARGET_SUBDIR)/qthreads/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -29654,7 +29655,7 @@ maybe-maintainer-clean-target-qthreads:
 @if target-qthreads
 maybe-maintainer-clean-target-qthreads: maintainer-clean-target-qthreads
 
-maintainer-clean-target-qthreads: 
+maintainer-clean-target-qthreads:
        @[ -f $(TARGET_SUBDIR)/qthreads/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -29765,7 +29766,7 @@ maybe-info-target-rda:
 maybe-info-target-rda: info-target-rda
 
 info-target-rda: \
-    configure-target-rda 
+    configure-target-rda
        @[ -f $(TARGET_SUBDIR)/rda/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -29791,7 +29792,7 @@ maybe-dvi-target-rda:
 maybe-dvi-target-rda: dvi-target-rda
 
 dvi-target-rda: \
-    configure-target-rda 
+    configure-target-rda
        @[ -f $(TARGET_SUBDIR)/rda/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -29817,7 +29818,7 @@ maybe-html-target-rda:
 maybe-html-target-rda: html-target-rda
 
 html-target-rda: \
-    configure-target-rda 
+    configure-target-rda
        @[ -f $(TARGET_SUBDIR)/rda/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -29843,7 +29844,7 @@ maybe-TAGS-target-rda:
 maybe-TAGS-target-rda: TAGS-target-rda
 
 TAGS-target-rda: \
-    configure-target-rda 
+    configure-target-rda
        @[ -f $(TARGET_SUBDIR)/rda/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -29870,7 +29871,7 @@ maybe-install-info-target-rda: install-info-target-rda
 
 install-info-target-rda: \
     configure-target-rda \
-    info-target-rda 
+    info-target-rda
        @[ -f $(TARGET_SUBDIR)/rda/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -29896,7 +29897,7 @@ maybe-installcheck-target-rda:
 maybe-installcheck-target-rda: installcheck-target-rda
 
 installcheck-target-rda: \
-    configure-target-rda 
+    configure-target-rda
        @[ -f $(TARGET_SUBDIR)/rda/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -29921,7 +29922,7 @@ maybe-mostlyclean-target-rda:
 @if target-rda
 maybe-mostlyclean-target-rda: mostlyclean-target-rda
 
-mostlyclean-target-rda: 
+mostlyclean-target-rda:
        @[ -f $(TARGET_SUBDIR)/rda/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -29946,7 +29947,7 @@ maybe-clean-target-rda:
 @if target-rda
 maybe-clean-target-rda: clean-target-rda
 
-clean-target-rda: 
+clean-target-rda:
        @[ -f $(TARGET_SUBDIR)/rda/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -29971,7 +29972,7 @@ maybe-distclean-target-rda:
 @if target-rda
 maybe-distclean-target-rda: distclean-target-rda
 
-distclean-target-rda: 
+distclean-target-rda:
        @[ -f $(TARGET_SUBDIR)/rda/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -29996,7 +29997,7 @@ maybe-maintainer-clean-target-rda:
 @if target-rda
 maybe-maintainer-clean-target-rda: maintainer-clean-target-rda
 
-maintainer-clean-target-rda: 
+maintainer-clean-target-rda:
        @[ -f $(TARGET_SUBDIR)/rda/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -30107,7 +30108,7 @@ maybe-info-target-libada:
 maybe-info-target-libada: info-target-libada
 
 info-target-libada: \
-    configure-target-libada 
+    configure-target-libada
        @[ -f $(TARGET_SUBDIR)/libada/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -30133,7 +30134,7 @@ maybe-dvi-target-libada:
 maybe-dvi-target-libada: dvi-target-libada
 
 dvi-target-libada: \
-    configure-target-libada 
+    configure-target-libada
        @[ -f $(TARGET_SUBDIR)/libada/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -30159,7 +30160,7 @@ maybe-html-target-libada:
 maybe-html-target-libada: html-target-libada
 
 html-target-libada: \
-    configure-target-libada 
+    configure-target-libada
        @[ -f $(TARGET_SUBDIR)/libada/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -30185,7 +30186,7 @@ maybe-TAGS-target-libada:
 maybe-TAGS-target-libada: TAGS-target-libada
 
 TAGS-target-libada: \
-    configure-target-libada 
+    configure-target-libada
        @[ -f $(TARGET_SUBDIR)/libada/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -30212,7 +30213,7 @@ maybe-install-info-target-libada: install-info-target-libada
 
 install-info-target-libada: \
     configure-target-libada \
-    info-target-libada 
+    info-target-libada
        @[ -f $(TARGET_SUBDIR)/libada/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -30238,7 +30239,7 @@ maybe-installcheck-target-libada:
 maybe-installcheck-target-libada: installcheck-target-libada
 
 installcheck-target-libada: \
-    configure-target-libada 
+    configure-target-libada
        @[ -f $(TARGET_SUBDIR)/libada/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -30263,7 +30264,7 @@ maybe-mostlyclean-target-libada:
 @if target-libada
 maybe-mostlyclean-target-libada: mostlyclean-target-libada
 
-mostlyclean-target-libada: 
+mostlyclean-target-libada:
        @[ -f $(TARGET_SUBDIR)/libada/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -30288,7 +30289,7 @@ maybe-clean-target-libada:
 @if target-libada
 maybe-clean-target-libada: clean-target-libada
 
-clean-target-libada: 
+clean-target-libada:
        @[ -f $(TARGET_SUBDIR)/libada/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -30313,7 +30314,7 @@ maybe-distclean-target-libada:
 @if target-libada
 maybe-distclean-target-libada: distclean-target-libada
 
-distclean-target-libada: 
+distclean-target-libada:
        @[ -f $(TARGET_SUBDIR)/libada/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -30338,7 +30339,7 @@ maybe-maintainer-clean-target-libada:
 @if target-libada
 maybe-maintainer-clean-target-libada: maintainer-clean-target-libada
 
-maintainer-clean-target-libada: 
+maintainer-clean-target-libada:
        @[ -f $(TARGET_SUBDIR)/libada/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -30522,7 +30523,7 @@ stage:
 
 
 # 'touch' doesn't work right on some platforms.
-STAMP = echo timestamp > 
+STAMP = echo timestamp >
 
 # Only build the C compiler for stage1, because that is the only one that
 # we can guarantee will build with the native compiler, and also it is the
@@ -30561,83 +30562,83 @@ stage1-start::
        echo stage1 > stage_last
 @if bfd
        @[ -d stage1-bfd ] || mkdir stage1-bfd; \
-       set stage1-bfd bfd ; @CREATE_LINK_TO_DIR@ 
+       set stage1-bfd bfd ; @CREATE_LINK_TO_DIR@
 @endif bfd
 @if opcodes
        @[ -d stage1-opcodes ] || mkdir stage1-opcodes; \
-       set stage1-opcodes opcodes ; @CREATE_LINK_TO_DIR@ 
+       set stage1-opcodes opcodes ; @CREATE_LINK_TO_DIR@
 @endif opcodes
 @if binutils
        @[ -d stage1-binutils ] || mkdir stage1-binutils; \
-       set stage1-binutils binutils ; @CREATE_LINK_TO_DIR@ 
+       set stage1-binutils binutils ; @CREATE_LINK_TO_DIR@
 @endif binutils
 @if gas
        @[ -d stage1-gas ] || mkdir stage1-gas; \
-       set stage1-gas gas ; @CREATE_LINK_TO_DIR@ 
+       set stage1-gas gas ; @CREATE_LINK_TO_DIR@
 @endif gas
 @if gcc
        @[ -d stage1-gcc ] || mkdir stage1-gcc; \
-       set stage1-gcc gcc ; @CREATE_LINK_TO_DIR@ 
+       set stage1-gcc gcc ; @CREATE_LINK_TO_DIR@
 @endif gcc
 @if intl
        @[ -d stage1-intl ] || mkdir stage1-intl; \
-       set stage1-intl intl ; @CREATE_LINK_TO_DIR@ 
+       set stage1-intl intl ; @CREATE_LINK_TO_DIR@
 @endif intl
 @if ld
        @[ -d stage1-ld ] || mkdir stage1-ld; \
-       set stage1-ld ld ; @CREATE_LINK_TO_DIR@ 
+       set stage1-ld ld ; @CREATE_LINK_TO_DIR@
 @endif ld
 @if libcpp
        @[ -d stage1-libcpp ] || mkdir stage1-libcpp; \
-       set stage1-libcpp libcpp ; @CREATE_LINK_TO_DIR@ 
+       set stage1-libcpp libcpp ; @CREATE_LINK_TO_DIR@
 @endif libcpp
 @if libiberty
        @[ -d stage1-libiberty ] || mkdir stage1-libiberty; \
-       set stage1-libiberty libiberty ; @CREATE_LINK_TO_DIR@ 
+       set stage1-libiberty libiberty ; @CREATE_LINK_TO_DIR@
 @endif libiberty
 @if zlib
        @[ -d stage1-zlib ] || mkdir stage1-zlib; \
-       set stage1-zlib zlib ; @CREATE_LINK_TO_DIR@ 
+       set stage1-zlib zlib ; @CREATE_LINK_TO_DIR@
 @endif zlib
 
 stage1-end::
        @rm -f stage_current
 @if bfd
-       @set bfd stage1-bfd ; @UNDO_LINK_TO_DIR@ 
+       @set bfd stage1-bfd ; @UNDO_LINK_TO_DIR@
 @endif bfd
 @if opcodes
-       @set opcodes stage1-opcodes ; @UNDO_LINK_TO_DIR@ 
+       @set opcodes stage1-opcodes ; @UNDO_LINK_TO_DIR@
 @endif opcodes
 @if binutils
-       @set binutils stage1-binutils ; @UNDO_LINK_TO_DIR@ 
+       @set binutils stage1-binutils ; @UNDO_LINK_TO_DIR@
 @endif binutils
 @if gas
-       @set gas stage1-gas ; @UNDO_LINK_TO_DIR@ 
+       @set gas stage1-gas ; @UNDO_LINK_TO_DIR@
 @endif gas
 @if gcc
-       @set gcc stage1-gcc ; @UNDO_LINK_TO_DIR@ 
+       @set gcc stage1-gcc ; @UNDO_LINK_TO_DIR@
 @endif gcc
 @if intl
-       @set intl stage1-intl ; @UNDO_LINK_TO_DIR@ 
+       @set intl stage1-intl ; @UNDO_LINK_TO_DIR@
 @endif intl
 @if ld
-       @set ld stage1-ld ; @UNDO_LINK_TO_DIR@ 
+       @set ld stage1-ld ; @UNDO_LINK_TO_DIR@
 @endif ld
 @if libcpp
-       @set libcpp stage1-libcpp ; @UNDO_LINK_TO_DIR@ 
+       @set libcpp stage1-libcpp ; @UNDO_LINK_TO_DIR@
 @endif libcpp
 @if libiberty
-       @set libiberty stage1-libiberty ; @UNDO_LINK_TO_DIR@ 
+       @set libiberty stage1-libiberty ; @UNDO_LINK_TO_DIR@
 @endif libiberty
 @if zlib
-       @set zlib stage1-zlib ; @UNDO_LINK_TO_DIR@ 
+       @set zlib stage1-zlib ; @UNDO_LINK_TO_DIR@
 @endif zlib
 
 # Bubble a bugfix through all the stages up to stage 1.  They
 # are remade, but not reconfigured.  The next stage (if any) will not
 # be reconfigured as well.
 .PHONY: stage1-bubble
-stage1-bubble:: 
+stage1-bubble::
        @if test -f stage1-lean  ; then \
          echo Skipping rebuild of stage1 ; \
        else \
@@ -30655,7 +30656,7 @@ all-stage1:     \
   maybe-all-stage1-ld \
   maybe-all-stage1-libcpp  \
   maybe-all-stage1-libiberty                        \
-  maybe-all-stage1-zlib       
+  maybe-all-stage1-zlib
 
 do-clean: clean-stage1
 clean-stage1:     \
@@ -30668,7 +30669,7 @@ clean-stage1:     \
   maybe-clean-stage1-ld \
   maybe-clean-stage1-libcpp  \
   maybe-clean-stage1-libiberty                        \
-  maybe-clean-stage1-zlib       
+  maybe-clean-stage1-zlib
 
 
 .PHONY: configure-stage1-bfd maybe-configure-stage1-bfd
@@ -30702,7 +30703,7 @@ configure-stage1-bfd:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         --disable-intermodule           --disable-coverage --enable-languages="$(STAGE1_LANGUAGES)" 
+         --disable-intermodule           --disable-coverage --enable-languages="$(STAGE1_LANGUAGES)"
 
 maybe-all-stage1-bfd: all-stage1-bfd
 all-stage1-bfd: configure-stage1-bfd
@@ -30712,7 +30713,7 @@ all-stage1-bfd: configure-stage1-bfd
        $(HOST_EXPORTS)  \
        cd bfd && \
        $(MAKE) $(FLAGS_TO_PASS)  \
-               CFLAGS="$(STAGE1_CFLAGS)" 
+               CFLAGS="$(STAGE1_CFLAGS)"
 
 maybe-clean-stage1-bfd: clean-stage1-bfd
 clean-stage1-bfd:
@@ -30756,7 +30757,7 @@ configure-stage1-opcodes:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         --disable-intermodule           --disable-coverage --enable-languages="$(STAGE1_LANGUAGES)" 
+         --disable-intermodule           --disable-coverage --enable-languages="$(STAGE1_LANGUAGES)"
 
 maybe-all-stage1-opcodes: all-stage1-opcodes
 all-stage1-opcodes: configure-stage1-opcodes
@@ -30766,7 +30767,7 @@ all-stage1-opcodes: configure-stage1-opcodes
        $(HOST_EXPORTS)  \
        cd opcodes && \
        $(MAKE) $(FLAGS_TO_PASS)  \
-               CFLAGS="$(STAGE1_CFLAGS)" 
+               CFLAGS="$(STAGE1_CFLAGS)"
 
 maybe-clean-stage1-opcodes: clean-stage1-opcodes
 clean-stage1-opcodes:
@@ -30810,7 +30811,7 @@ configure-stage1-binutils:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         --disable-intermodule           --disable-coverage --enable-languages="$(STAGE1_LANGUAGES)" 
+         --disable-intermodule           --disable-coverage --enable-languages="$(STAGE1_LANGUAGES)"
 
 maybe-all-stage1-binutils: all-stage1-binutils
 all-stage1-binutils: configure-stage1-binutils
@@ -30820,7 +30821,7 @@ all-stage1-binutils: configure-stage1-binutils
        $(HOST_EXPORTS)  \
        cd binutils && \
        $(MAKE) $(FLAGS_TO_PASS)  \
-               CFLAGS="$(STAGE1_CFLAGS)" 
+               CFLAGS="$(STAGE1_CFLAGS)"
 
 maybe-clean-stage1-binutils: clean-stage1-binutils
 clean-stage1-binutils:
@@ -30864,7 +30865,7 @@ configure-stage1-gas:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         --disable-intermodule           --disable-coverage --enable-languages="$(STAGE1_LANGUAGES)" 
+         --disable-intermodule           --disable-coverage --enable-languages="$(STAGE1_LANGUAGES)"
 
 maybe-all-stage1-gas: all-stage1-gas
 all-stage1-gas: configure-stage1-gas
@@ -30874,7 +30875,7 @@ all-stage1-gas: configure-stage1-gas
        $(HOST_EXPORTS)  \
        cd gas && \
        $(MAKE) $(FLAGS_TO_PASS)  \
-               CFLAGS="$(STAGE1_CFLAGS)" 
+               CFLAGS="$(STAGE1_CFLAGS)"
 
 maybe-clean-stage1-gas: clean-stage1-gas
 clean-stage1-gas:
@@ -30918,7 +30919,7 @@ configure-stage1-gcc:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         --disable-intermodule           --disable-coverage --enable-languages="$(STAGE1_LANGUAGES)" 
+         --disable-intermodule           --disable-coverage --enable-languages="$(STAGE1_LANGUAGES)"
 
 maybe-all-stage1-gcc: all-stage1-gcc
 all-stage1-gcc: configure-stage1-gcc
@@ -30972,7 +30973,7 @@ configure-stage1-intl:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         --disable-intermodule           --disable-coverage --enable-languages="$(STAGE1_LANGUAGES)" 
+         --disable-intermodule           --disable-coverage --enable-languages="$(STAGE1_LANGUAGES)"
 
 maybe-all-stage1-intl: all-stage1-intl
 all-stage1-intl: configure-stage1-intl
@@ -30982,7 +30983,7 @@ all-stage1-intl: configure-stage1-intl
        $(HOST_EXPORTS)  \
        cd intl && \
        $(MAKE) $(FLAGS_TO_PASS)  \
-               CFLAGS="$(STAGE1_CFLAGS)" 
+               CFLAGS="$(STAGE1_CFLAGS)"
 
 maybe-clean-stage1-intl: clean-stage1-intl
 clean-stage1-intl:
@@ -31026,7 +31027,7 @@ configure-stage1-ld:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         --disable-intermodule           --disable-coverage --enable-languages="$(STAGE1_LANGUAGES)" 
+         --disable-intermodule           --disable-coverage --enable-languages="$(STAGE1_LANGUAGES)"
 
 maybe-all-stage1-ld: all-stage1-ld
 all-stage1-ld: configure-stage1-ld
@@ -31036,7 +31037,7 @@ all-stage1-ld: configure-stage1-ld
        $(HOST_EXPORTS)  \
        cd ld && \
        $(MAKE) $(FLAGS_TO_PASS)  \
-               CFLAGS="$(STAGE1_CFLAGS)" 
+               CFLAGS="$(STAGE1_CFLAGS)"
 
 maybe-clean-stage1-ld: clean-stage1-ld
 clean-stage1-ld:
@@ -31080,7 +31081,7 @@ configure-stage1-libcpp:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         --disable-intermodule           --disable-coverage --enable-languages="$(STAGE1_LANGUAGES)" 
+         --disable-intermodule           --disable-coverage --enable-languages="$(STAGE1_LANGUAGES)"
 
 maybe-all-stage1-libcpp: all-stage1-libcpp
 all-stage1-libcpp: configure-stage1-libcpp
@@ -31090,7 +31091,7 @@ all-stage1-libcpp: configure-stage1-libcpp
        $(HOST_EXPORTS)  \
        cd libcpp && \
        $(MAKE) $(FLAGS_TO_PASS)  \
-               CFLAGS="$(STAGE1_CFLAGS)" 
+               CFLAGS="$(STAGE1_CFLAGS)"
 
 maybe-clean-stage1-libcpp: clean-stage1-libcpp
 clean-stage1-libcpp:
@@ -31134,7 +31135,7 @@ configure-stage1-libiberty:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         --disable-intermodule           --disable-coverage --enable-languages="$(STAGE1_LANGUAGES)" 
+         --disable-intermodule           --disable-coverage --enable-languages="$(STAGE1_LANGUAGES)"
 
 maybe-all-stage1-libiberty: all-stage1-libiberty
 all-stage1-libiberty: configure-stage1-libiberty
@@ -31144,7 +31145,7 @@ all-stage1-libiberty: configure-stage1-libiberty
        $(HOST_EXPORTS)  \
        cd libiberty && \
        $(MAKE) $(FLAGS_TO_PASS)  \
-               CFLAGS="$(STAGE1_CFLAGS)" 
+               CFLAGS="$(STAGE1_CFLAGS)"
 
 maybe-clean-stage1-libiberty: clean-stage1-libiberty
 clean-stage1-libiberty:
@@ -31188,7 +31189,7 @@ configure-stage1-zlib:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         --disable-intermodule           --disable-coverage --enable-languages="$(STAGE1_LANGUAGES)" 
+         --disable-intermodule           --disable-coverage --enable-languages="$(STAGE1_LANGUAGES)"
 
 maybe-all-stage1-zlib: all-stage1-zlib
 all-stage1-zlib: configure-stage1-zlib
@@ -31198,7 +31199,7 @@ all-stage1-zlib: configure-stage1-zlib
        $(HOST_EXPORTS)  \
        cd zlib && \
        $(MAKE) $(FLAGS_TO_PASS)  \
-               CFLAGS="$(STAGE1_CFLAGS)" 
+               CFLAGS="$(STAGE1_CFLAGS)"
 
 maybe-clean-stage1-zlib: clean-stage1-zlib
 clean-stage1-zlib:
@@ -31224,7 +31225,7 @@ clean-stage1-zlib:
 .PHONY: distclean-stage1
 distclean-stage1::
        [ -f stage_current ] && $(MAKE) `cat stage_current`-end || :
-       rm -rf stage1-* 
+       rm -rf stage1-*
 
 
 @endif gcc-bootstrap
@@ -31239,95 +31240,95 @@ stage2-start::
 @if bfd
        @[ -d stage2-bfd ] || mkdir stage2-bfd; \
        set stage2-bfd bfd ; @CREATE_LINK_TO_DIR@  ; \
-       set stage1-bfd prev-bfd ; @CREATE_LINK_TO_DIR@ 
+       set stage1-bfd prev-bfd ; @CREATE_LINK_TO_DIR@
 @endif bfd
 @if opcodes
        @[ -d stage2-opcodes ] || mkdir stage2-opcodes; \
        set stage2-opcodes opcodes ; @CREATE_LINK_TO_DIR@  ; \
-       set stage1-opcodes prev-opcodes ; @CREATE_LINK_TO_DIR@ 
+       set stage1-opcodes prev-opcodes ; @CREATE_LINK_TO_DIR@
 @endif opcodes
 @if binutils
        @[ -d stage2-binutils ] || mkdir stage2-binutils; \
        set stage2-binutils binutils ; @CREATE_LINK_TO_DIR@  ; \
-       set stage1-binutils prev-binutils ; @CREATE_LINK_TO_DIR@ 
+       set stage1-binutils prev-binutils ; @CREATE_LINK_TO_DIR@
 @endif binutils
 @if gas
        @[ -d stage2-gas ] || mkdir stage2-gas; \
        set stage2-gas gas ; @CREATE_LINK_TO_DIR@  ; \
-       set stage1-gas prev-gas ; @CREATE_LINK_TO_DIR@ 
+       set stage1-gas prev-gas ; @CREATE_LINK_TO_DIR@
 @endif gas
 @if gcc
        @[ -d stage2-gcc ] || mkdir stage2-gcc; \
        set stage2-gcc gcc ; @CREATE_LINK_TO_DIR@  ; \
-       set stage1-gcc prev-gcc ; @CREATE_LINK_TO_DIR@ 
+       set stage1-gcc prev-gcc ; @CREATE_LINK_TO_DIR@
 @endif gcc
 @if intl
        @[ -d stage2-intl ] || mkdir stage2-intl; \
        set stage2-intl intl ; @CREATE_LINK_TO_DIR@  ; \
-       set stage1-intl prev-intl ; @CREATE_LINK_TO_DIR@ 
+       set stage1-intl prev-intl ; @CREATE_LINK_TO_DIR@
 @endif intl
 @if ld
        @[ -d stage2-ld ] || mkdir stage2-ld; \
        set stage2-ld ld ; @CREATE_LINK_TO_DIR@  ; \
-       set stage1-ld prev-ld ; @CREATE_LINK_TO_DIR@ 
+       set stage1-ld prev-ld ; @CREATE_LINK_TO_DIR@
 @endif ld
 @if libcpp
        @[ -d stage2-libcpp ] || mkdir stage2-libcpp; \
        set stage2-libcpp libcpp ; @CREATE_LINK_TO_DIR@  ; \
-       set stage1-libcpp prev-libcpp ; @CREATE_LINK_TO_DIR@ 
+       set stage1-libcpp prev-libcpp ; @CREATE_LINK_TO_DIR@
 @endif libcpp
 @if libiberty
        @[ -d stage2-libiberty ] || mkdir stage2-libiberty; \
        set stage2-libiberty libiberty ; @CREATE_LINK_TO_DIR@  ; \
-       set stage1-libiberty prev-libiberty ; @CREATE_LINK_TO_DIR@ 
+       set stage1-libiberty prev-libiberty ; @CREATE_LINK_TO_DIR@
 @endif libiberty
 @if zlib
        @[ -d stage2-zlib ] || mkdir stage2-zlib; \
        set stage2-zlib zlib ; @CREATE_LINK_TO_DIR@  ; \
-       set stage1-zlib prev-zlib ; @CREATE_LINK_TO_DIR@ 
+       set stage1-zlib prev-zlib ; @CREATE_LINK_TO_DIR@
 @endif zlib
 
 stage2-end::
        @rm -f stage_current
 @if bfd
        @set bfd stage2-bfd ; @UNDO_LINK_TO_DIR@  ; \
-       set prev-bfd stage1-bfd ; @UNDO_LINK_TO_DIR@ 
+       set prev-bfd stage1-bfd ; @UNDO_LINK_TO_DIR@
 @endif bfd
 @if opcodes
        @set opcodes stage2-opcodes ; @UNDO_LINK_TO_DIR@  ; \
-       set prev-opcodes stage1-opcodes ; @UNDO_LINK_TO_DIR@ 
+       set prev-opcodes stage1-opcodes ; @UNDO_LINK_TO_DIR@
 @endif opcodes
 @if binutils
        @set binutils stage2-binutils ; @UNDO_LINK_TO_DIR@  ; \
-       set prev-binutils stage1-binutils ; @UNDO_LINK_TO_DIR@ 
+       set prev-binutils stage1-binutils ; @UNDO_LINK_TO_DIR@
 @endif binutils
 @if gas
        @set gas stage2-gas ; @UNDO_LINK_TO_DIR@  ; \
-       set prev-gas stage1-gas ; @UNDO_LINK_TO_DIR@ 
+       set prev-gas stage1-gas ; @UNDO_LINK_TO_DIR@
 @endif gas
 @if gcc
        @set gcc stage2-gcc ; @UNDO_LINK_TO_DIR@  ; \
-       set prev-gcc stage1-gcc ; @UNDO_LINK_TO_DIR@ 
+       set prev-gcc stage1-gcc ; @UNDO_LINK_TO_DIR@
 @endif gcc
 @if intl
        @set intl stage2-intl ; @UNDO_LINK_TO_DIR@  ; \
-       set prev-intl stage1-intl ; @UNDO_LINK_TO_DIR@ 
+       set prev-intl stage1-intl ; @UNDO_LINK_TO_DIR@
 @endif intl
 @if ld
        @set ld stage2-ld ; @UNDO_LINK_TO_DIR@  ; \
-       set prev-ld stage1-ld ; @UNDO_LINK_TO_DIR@ 
+       set prev-ld stage1-ld ; @UNDO_LINK_TO_DIR@
 @endif ld
 @if libcpp
        @set libcpp stage2-libcpp ; @UNDO_LINK_TO_DIR@  ; \
-       set prev-libcpp stage1-libcpp ; @UNDO_LINK_TO_DIR@ 
+       set prev-libcpp stage1-libcpp ; @UNDO_LINK_TO_DIR@
 @endif libcpp
 @if libiberty
        @set libiberty stage2-libiberty ; @UNDO_LINK_TO_DIR@  ; \
-       set prev-libiberty stage1-libiberty ; @UNDO_LINK_TO_DIR@ 
+       set prev-libiberty stage1-libiberty ; @UNDO_LINK_TO_DIR@
 @endif libiberty
 @if zlib
        @set zlib stage2-zlib ; @UNDO_LINK_TO_DIR@  ; \
-       set prev-zlib stage1-zlib ; @UNDO_LINK_TO_DIR@ 
+       set prev-zlib stage1-zlib ; @UNDO_LINK_TO_DIR@
 @endif zlib
 
 # Bubble a bugfix through all the stages up to stage 2.  They
@@ -31352,7 +31353,7 @@ all-stage2:     \
   maybe-all-stage2-ld \
   maybe-all-stage2-libcpp  \
   maybe-all-stage2-libiberty                        \
-  maybe-all-stage2-zlib       
+  maybe-all-stage2-zlib
 
 do-clean: clean-stage2
 clean-stage2:     \
@@ -31365,7 +31366,7 @@ clean-stage2:     \
   maybe-clean-stage2-ld \
   maybe-clean-stage2-libcpp  \
   maybe-clean-stage2-libiberty                        \
-  maybe-clean-stage2-zlib       
+  maybe-clean-stage2-zlib
 
 
 .PHONY: configure-stage2-bfd maybe-configure-stage2-bfd
@@ -31399,7 +31400,7 @@ configure-stage2-bfd:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         @stage2_werror_flag@ 
+         @stage2_werror_flag@
 
 maybe-all-stage2-bfd: all-stage2-bfd
 all-stage2-bfd: configure-stage2-bfd
@@ -31410,7 +31411,7 @@ all-stage2-bfd: configure-stage2-bfd
        cd bfd && \
        $(MAKE) $(FLAGS_TO_PASS)  \
                $(POSTSTAGE1_FLAGS_TO_PASS)  \
-                
+
 
 maybe-clean-stage2-bfd: clean-stage2-bfd
 clean-stage2-bfd:
@@ -31455,7 +31456,7 @@ configure-stage2-opcodes:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         @stage2_werror_flag@ 
+         @stage2_werror_flag@
 
 maybe-all-stage2-opcodes: all-stage2-opcodes
 all-stage2-opcodes: configure-stage2-opcodes
@@ -31466,7 +31467,7 @@ all-stage2-opcodes: configure-stage2-opcodes
        cd opcodes && \
        $(MAKE) $(FLAGS_TO_PASS)  \
                $(POSTSTAGE1_FLAGS_TO_PASS)  \
-                
+
 
 maybe-clean-stage2-opcodes: clean-stage2-opcodes
 clean-stage2-opcodes:
@@ -31511,7 +31512,7 @@ configure-stage2-binutils:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         @stage2_werror_flag@ 
+         @stage2_werror_flag@
 
 maybe-all-stage2-binutils: all-stage2-binutils
 all-stage2-binutils: configure-stage2-binutils
@@ -31522,7 +31523,7 @@ all-stage2-binutils: configure-stage2-binutils
        cd binutils && \
        $(MAKE) $(FLAGS_TO_PASS)  \
                $(POSTSTAGE1_FLAGS_TO_PASS)  \
-                
+
 
 maybe-clean-stage2-binutils: clean-stage2-binutils
 clean-stage2-binutils:
@@ -31567,7 +31568,7 @@ configure-stage2-gas:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         @stage2_werror_flag@ 
+         @stage2_werror_flag@
 
 maybe-all-stage2-gas: all-stage2-gas
 all-stage2-gas: configure-stage2-gas
@@ -31578,7 +31579,7 @@ all-stage2-gas: configure-stage2-gas
        cd gas && \
        $(MAKE) $(FLAGS_TO_PASS)  \
                $(POSTSTAGE1_FLAGS_TO_PASS)  \
-                
+
 
 maybe-clean-stage2-gas: clean-stage2-gas
 clean-stage2-gas:
@@ -31623,7 +31624,7 @@ configure-stage2-gcc:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         @stage2_werror_flag@ 
+         @stage2_werror_flag@
 
 maybe-all-stage2-gcc: all-stage2-gcc
 all-stage2-gcc: configure-stage2-gcc
@@ -31679,7 +31680,7 @@ configure-stage2-intl:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         @stage2_werror_flag@ 
+         @stage2_werror_flag@
 
 maybe-all-stage2-intl: all-stage2-intl
 all-stage2-intl: configure-stage2-intl
@@ -31690,7 +31691,7 @@ all-stage2-intl: configure-stage2-intl
        cd intl && \
        $(MAKE) $(FLAGS_TO_PASS)  \
                $(POSTSTAGE1_FLAGS_TO_PASS)  \
-                
+
 
 maybe-clean-stage2-intl: clean-stage2-intl
 clean-stage2-intl:
@@ -31735,7 +31736,7 @@ configure-stage2-ld:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         @stage2_werror_flag@ 
+         @stage2_werror_flag@
 
 maybe-all-stage2-ld: all-stage2-ld
 all-stage2-ld: configure-stage2-ld
@@ -31746,7 +31747,7 @@ all-stage2-ld: configure-stage2-ld
        cd ld && \
        $(MAKE) $(FLAGS_TO_PASS)  \
                $(POSTSTAGE1_FLAGS_TO_PASS)  \
-                
+
 
 maybe-clean-stage2-ld: clean-stage2-ld
 clean-stage2-ld:
@@ -31791,7 +31792,7 @@ configure-stage2-libcpp:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         @stage2_werror_flag@ 
+         @stage2_werror_flag@
 
 maybe-all-stage2-libcpp: all-stage2-libcpp
 all-stage2-libcpp: configure-stage2-libcpp
@@ -31802,7 +31803,7 @@ all-stage2-libcpp: configure-stage2-libcpp
        cd libcpp && \
        $(MAKE) $(FLAGS_TO_PASS)  \
                $(POSTSTAGE1_FLAGS_TO_PASS)  \
-                
+
 
 maybe-clean-stage2-libcpp: clean-stage2-libcpp
 clean-stage2-libcpp:
@@ -31847,7 +31848,7 @@ configure-stage2-libiberty:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         @stage2_werror_flag@ 
+         @stage2_werror_flag@
 
 maybe-all-stage2-libiberty: all-stage2-libiberty
 all-stage2-libiberty: configure-stage2-libiberty
@@ -31858,7 +31859,7 @@ all-stage2-libiberty: configure-stage2-libiberty
        cd libiberty && \
        $(MAKE) $(FLAGS_TO_PASS)  \
                $(POSTSTAGE1_FLAGS_TO_PASS)  \
-                
+
 
 maybe-clean-stage2-libiberty: clean-stage2-libiberty
 clean-stage2-libiberty:
@@ -31903,7 +31904,7 @@ configure-stage2-zlib:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         @stage2_werror_flag@ 
+         @stage2_werror_flag@
 
 maybe-all-stage2-zlib: all-stage2-zlib
 all-stage2-zlib: configure-stage2-zlib
@@ -31914,7 +31915,7 @@ all-stage2-zlib: configure-stage2-zlib
        cd zlib && \
        $(MAKE) $(FLAGS_TO_PASS)  \
                $(POSTSTAGE1_FLAGS_TO_PASS)  \
-                
+
 
 maybe-clean-stage2-zlib: clean-stage2-zlib
 clean-stage2-zlib:
@@ -31940,11 +31941,11 @@ bootstrap2: stage2-bubble  all
 
 
 # Rules to wipe a stage and all the following ones, also used for cleanstrap
-distclean-stage1:: distclean-stage2 
+distclean-stage1:: distclean-stage2
 .PHONY: distclean-stage2
 distclean-stage2::
        [ -f stage_current ] && $(MAKE) `cat stage_current`-end || :
-       rm -rf stage2-* 
+       rm -rf stage2-*
 
 
 @endif gcc-bootstrap
@@ -31959,95 +31960,95 @@ stage3-start::
 @if bfd
        @[ -d stage3-bfd ] || mkdir stage3-bfd; \
        set stage3-bfd bfd ; @CREATE_LINK_TO_DIR@  ; \
-       set stage2-bfd prev-bfd ; @CREATE_LINK_TO_DIR@ 
+       set stage2-bfd prev-bfd ; @CREATE_LINK_TO_DIR@
 @endif bfd
 @if opcodes
        @[ -d stage3-opcodes ] || mkdir stage3-opcodes; \
        set stage3-opcodes opcodes ; @CREATE_LINK_TO_DIR@  ; \
-       set stage2-opcodes prev-opcodes ; @CREATE_LINK_TO_DIR@ 
+       set stage2-opcodes prev-opcodes ; @CREATE_LINK_TO_DIR@
 @endif opcodes
 @if binutils
        @[ -d stage3-binutils ] || mkdir stage3-binutils; \
        set stage3-binutils binutils ; @CREATE_LINK_TO_DIR@  ; \
-       set stage2-binutils prev-binutils ; @CREATE_LINK_TO_DIR@ 
+       set stage2-binutils prev-binutils ; @CREATE_LINK_TO_DIR@
 @endif binutils
 @if gas
        @[ -d stage3-gas ] || mkdir stage3-gas; \
        set stage3-gas gas ; @CREATE_LINK_TO_DIR@  ; \
-       set stage2-gas prev-gas ; @CREATE_LINK_TO_DIR@ 
+       set stage2-gas prev-gas ; @CREATE_LINK_TO_DIR@
 @endif gas
 @if gcc
        @[ -d stage3-gcc ] || mkdir stage3-gcc; \
        set stage3-gcc gcc ; @CREATE_LINK_TO_DIR@  ; \
-       set stage2-gcc prev-gcc ; @CREATE_LINK_TO_DIR@ 
+       set stage2-gcc prev-gcc ; @CREATE_LINK_TO_DIR@
 @endif gcc
 @if intl
        @[ -d stage3-intl ] || mkdir stage3-intl; \
        set stage3-intl intl ; @CREATE_LINK_TO_DIR@  ; \
-       set stage2-intl prev-intl ; @CREATE_LINK_TO_DIR@ 
+       set stage2-intl prev-intl ; @CREATE_LINK_TO_DIR@
 @endif intl
 @if ld
        @[ -d stage3-ld ] || mkdir stage3-ld; \
        set stage3-ld ld ; @CREATE_LINK_TO_DIR@  ; \
-       set stage2-ld prev-ld ; @CREATE_LINK_TO_DIR@ 
+       set stage2-ld prev-ld ; @CREATE_LINK_TO_DIR@
 @endif ld
 @if libcpp
        @[ -d stage3-libcpp ] || mkdir stage3-libcpp; \
        set stage3-libcpp libcpp ; @CREATE_LINK_TO_DIR@  ; \
-       set stage2-libcpp prev-libcpp ; @CREATE_LINK_TO_DIR@ 
+       set stage2-libcpp prev-libcpp ; @CREATE_LINK_TO_DIR@
 @endif libcpp
 @if libiberty
        @[ -d stage3-libiberty ] || mkdir stage3-libiberty; \
        set stage3-libiberty libiberty ; @CREATE_LINK_TO_DIR@  ; \
-       set stage2-libiberty prev-libiberty ; @CREATE_LINK_TO_DIR@ 
+       set stage2-libiberty prev-libiberty ; @CREATE_LINK_TO_DIR@
 @endif libiberty
 @if zlib
        @[ -d stage3-zlib ] || mkdir stage3-zlib; \
        set stage3-zlib zlib ; @CREATE_LINK_TO_DIR@  ; \
-       set stage2-zlib prev-zlib ; @CREATE_LINK_TO_DIR@ 
+       set stage2-zlib prev-zlib ; @CREATE_LINK_TO_DIR@
 @endif zlib
 
 stage3-end::
        @rm -f stage_current
 @if bfd
        @set bfd stage3-bfd ; @UNDO_LINK_TO_DIR@  ; \
-       set prev-bfd stage2-bfd ; @UNDO_LINK_TO_DIR@ 
+       set prev-bfd stage2-bfd ; @UNDO_LINK_TO_DIR@
 @endif bfd
 @if opcodes
        @set opcodes stage3-opcodes ; @UNDO_LINK_TO_DIR@  ; \
-       set prev-opcodes stage2-opcodes ; @UNDO_LINK_TO_DIR@ 
+       set prev-opcodes stage2-opcodes ; @UNDO_LINK_TO_DIR@
 @endif opcodes
 @if binutils
        @set binutils stage3-binutils ; @UNDO_LINK_TO_DIR@  ; \
-       set prev-binutils stage2-binutils ; @UNDO_LINK_TO_DIR@ 
+       set prev-binutils stage2-binutils ; @UNDO_LINK_TO_DIR@
 @endif binutils
 @if gas
        @set gas stage3-gas ; @UNDO_LINK_TO_DIR@  ; \
-       set prev-gas stage2-gas ; @UNDO_LINK_TO_DIR@ 
+       set prev-gas stage2-gas ; @UNDO_LINK_TO_DIR@
 @endif gas
 @if gcc
        @set gcc stage3-gcc ; @UNDO_LINK_TO_DIR@  ; \
-       set prev-gcc stage2-gcc ; @UNDO_LINK_TO_DIR@ 
+       set prev-gcc stage2-gcc ; @UNDO_LINK_TO_DIR@
 @endif gcc
 @if intl
        @set intl stage3-intl ; @UNDO_LINK_TO_DIR@  ; \
-       set prev-intl stage2-intl ; @UNDO_LINK_TO_DIR@ 
+       set prev-intl stage2-intl ; @UNDO_LINK_TO_DIR@
 @endif intl
 @if ld
        @set ld stage3-ld ; @UNDO_LINK_TO_DIR@  ; \
-       set prev-ld stage2-ld ; @UNDO_LINK_TO_DIR@ 
+       set prev-ld stage2-ld ; @UNDO_LINK_TO_DIR@
 @endif ld
 @if libcpp
        @set libcpp stage3-libcpp ; @UNDO_LINK_TO_DIR@  ; \
-       set prev-libcpp stage2-libcpp ; @UNDO_LINK_TO_DIR@ 
+       set prev-libcpp stage2-libcpp ; @UNDO_LINK_TO_DIR@
 @endif libcpp
 @if libiberty
        @set libiberty stage3-libiberty ; @UNDO_LINK_TO_DIR@  ; \
-       set prev-libiberty stage2-libiberty ; @UNDO_LINK_TO_DIR@ 
+       set prev-libiberty stage2-libiberty ; @UNDO_LINK_TO_DIR@
 @endif libiberty
 @if zlib
        @set zlib stage3-zlib ; @UNDO_LINK_TO_DIR@  ; \
-       set prev-zlib stage2-zlib ; @UNDO_LINK_TO_DIR@ 
+       set prev-zlib stage2-zlib ; @UNDO_LINK_TO_DIR@
 @endif zlib
 
 # Bubble a bugfix through all the stages up to stage 3.  They
@@ -32073,7 +32074,7 @@ all-stage3:     \
   maybe-all-stage3-ld \
   maybe-all-stage3-libcpp  \
   maybe-all-stage3-libiberty                        \
-  maybe-all-stage3-zlib       
+  maybe-all-stage3-zlib
 
 do-clean: clean-stage3
 clean-stage3:     \
@@ -32086,7 +32087,7 @@ clean-stage3:     \
   maybe-clean-stage3-ld \
   maybe-clean-stage3-libcpp  \
   maybe-clean-stage3-libiberty                        \
-  maybe-clean-stage3-zlib       
+  maybe-clean-stage3-zlib
 
 
 .PHONY: configure-stage3-bfd maybe-configure-stage3-bfd
@@ -32120,7 +32121,7 @@ configure-stage3-bfd:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         @stage2_werror_flag@ 
+         @stage2_werror_flag@
 
 maybe-all-stage3-bfd: all-stage3-bfd
 all-stage3-bfd: configure-stage3-bfd
@@ -32131,7 +32132,7 @@ all-stage3-bfd: configure-stage3-bfd
        cd bfd && \
        $(MAKE) $(FLAGS_TO_PASS)  \
                $(POSTSTAGE1_FLAGS_TO_PASS)  \
-                
+
 
 maybe-clean-stage3-bfd: clean-stage3-bfd
 clean-stage3-bfd:
@@ -32176,7 +32177,7 @@ configure-stage3-opcodes:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         @stage2_werror_flag@ 
+         @stage2_werror_flag@
 
 maybe-all-stage3-opcodes: all-stage3-opcodes
 all-stage3-opcodes: configure-stage3-opcodes
@@ -32187,7 +32188,7 @@ all-stage3-opcodes: configure-stage3-opcodes
        cd opcodes && \
        $(MAKE) $(FLAGS_TO_PASS)  \
                $(POSTSTAGE1_FLAGS_TO_PASS)  \
-                
+
 
 maybe-clean-stage3-opcodes: clean-stage3-opcodes
 clean-stage3-opcodes:
@@ -32232,7 +32233,7 @@ configure-stage3-binutils:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         @stage2_werror_flag@ 
+         @stage2_werror_flag@
 
 maybe-all-stage3-binutils: all-stage3-binutils
 all-stage3-binutils: configure-stage3-binutils
@@ -32243,7 +32244,7 @@ all-stage3-binutils: configure-stage3-binutils
        cd binutils && \
        $(MAKE) $(FLAGS_TO_PASS)  \
                $(POSTSTAGE1_FLAGS_TO_PASS)  \
-                
+
 
 maybe-clean-stage3-binutils: clean-stage3-binutils
 clean-stage3-binutils:
@@ -32288,7 +32289,7 @@ configure-stage3-gas:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         @stage2_werror_flag@ 
+         @stage2_werror_flag@
 
 maybe-all-stage3-gas: all-stage3-gas
 all-stage3-gas: configure-stage3-gas
@@ -32299,7 +32300,7 @@ all-stage3-gas: configure-stage3-gas
        cd gas && \
        $(MAKE) $(FLAGS_TO_PASS)  \
                $(POSTSTAGE1_FLAGS_TO_PASS)  \
-                
+
 
 maybe-clean-stage3-gas: clean-stage3-gas
 clean-stage3-gas:
@@ -32344,7 +32345,7 @@ configure-stage3-gcc:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         @stage2_werror_flag@ 
+         @stage2_werror_flag@
 
 maybe-all-stage3-gcc: all-stage3-gcc
 all-stage3-gcc: configure-stage3-gcc
@@ -32400,7 +32401,7 @@ configure-stage3-intl:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         @stage2_werror_flag@ 
+         @stage2_werror_flag@
 
 maybe-all-stage3-intl: all-stage3-intl
 all-stage3-intl: configure-stage3-intl
@@ -32411,7 +32412,7 @@ all-stage3-intl: configure-stage3-intl
        cd intl && \
        $(MAKE) $(FLAGS_TO_PASS)  \
                $(POSTSTAGE1_FLAGS_TO_PASS)  \
-                
+
 
 maybe-clean-stage3-intl: clean-stage3-intl
 clean-stage3-intl:
@@ -32456,7 +32457,7 @@ configure-stage3-ld:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         @stage2_werror_flag@ 
+         @stage2_werror_flag@
 
 maybe-all-stage3-ld: all-stage3-ld
 all-stage3-ld: configure-stage3-ld
@@ -32467,7 +32468,7 @@ all-stage3-ld: configure-stage3-ld
        cd ld && \
        $(MAKE) $(FLAGS_TO_PASS)  \
                $(POSTSTAGE1_FLAGS_TO_PASS)  \
-                
+
 
 maybe-clean-stage3-ld: clean-stage3-ld
 clean-stage3-ld:
@@ -32512,7 +32513,7 @@ configure-stage3-libcpp:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         @stage2_werror_flag@ 
+         @stage2_werror_flag@
 
 maybe-all-stage3-libcpp: all-stage3-libcpp
 all-stage3-libcpp: configure-stage3-libcpp
@@ -32523,7 +32524,7 @@ all-stage3-libcpp: configure-stage3-libcpp
        cd libcpp && \
        $(MAKE) $(FLAGS_TO_PASS)  \
                $(POSTSTAGE1_FLAGS_TO_PASS)  \
-                
+
 
 maybe-clean-stage3-libcpp: clean-stage3-libcpp
 clean-stage3-libcpp:
@@ -32568,7 +32569,7 @@ configure-stage3-libiberty:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         @stage2_werror_flag@ 
+         @stage2_werror_flag@
 
 maybe-all-stage3-libiberty: all-stage3-libiberty
 all-stage3-libiberty: configure-stage3-libiberty
@@ -32579,7 +32580,7 @@ all-stage3-libiberty: configure-stage3-libiberty
        cd libiberty && \
        $(MAKE) $(FLAGS_TO_PASS)  \
                $(POSTSTAGE1_FLAGS_TO_PASS)  \
-                
+
 
 maybe-clean-stage3-libiberty: clean-stage3-libiberty
 clean-stage3-libiberty:
@@ -32624,7 +32625,7 @@ configure-stage3-zlib:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         @stage2_werror_flag@ 
+         @stage2_werror_flag@
 
 maybe-all-stage3-zlib: all-stage3-zlib
 all-stage3-zlib: configure-stage3-zlib
@@ -32635,7 +32636,7 @@ all-stage3-zlib: configure-stage3-zlib
        cd zlib && \
        $(MAKE) $(FLAGS_TO_PASS)  \
                $(POSTSTAGE1_FLAGS_TO_PASS)  \
-                
+
 
 maybe-clean-stage3-zlib: clean-stage3-zlib
 clean-stage3-zlib:
@@ -32688,11 +32689,11 @@ bootstrap: stage3-bubble compare all
 
 
 # Rules to wipe a stage and all the following ones, also used for cleanstrap
-distclean-stage2:: distclean-stage3 
+distclean-stage2:: distclean-stage3
 .PHONY: distclean-stage3
 distclean-stage3::
        [ -f stage_current ] && $(MAKE) `cat stage_current`-end || :
-       rm -rf stage3-* compare 
+       rm -rf stage3-* compare
 
 
 .PHONY: cleanstrap
@@ -32710,95 +32711,95 @@ stage4-start::
 @if bfd
        @[ -d stage4-bfd ] || mkdir stage4-bfd; \
        set stage4-bfd bfd ; @CREATE_LINK_TO_DIR@  ; \
-       set stage3-bfd prev-bfd ; @CREATE_LINK_TO_DIR@ 
+       set stage3-bfd prev-bfd ; @CREATE_LINK_TO_DIR@
 @endif bfd
 @if opcodes
        @[ -d stage4-opcodes ] || mkdir stage4-opcodes; \
        set stage4-opcodes opcodes ; @CREATE_LINK_TO_DIR@  ; \
-       set stage3-opcodes prev-opcodes ; @CREATE_LINK_TO_DIR@ 
+       set stage3-opcodes prev-opcodes ; @CREATE_LINK_TO_DIR@
 @endif opcodes
 @if binutils
        @[ -d stage4-binutils ] || mkdir stage4-binutils; \
        set stage4-binutils binutils ; @CREATE_LINK_TO_DIR@  ; \
-       set stage3-binutils prev-binutils ; @CREATE_LINK_TO_DIR@ 
+       set stage3-binutils prev-binutils ; @CREATE_LINK_TO_DIR@
 @endif binutils
 @if gas
        @[ -d stage4-gas ] || mkdir stage4-gas; \
        set stage4-gas gas ; @CREATE_LINK_TO_DIR@  ; \
-       set stage3-gas prev-gas ; @CREATE_LINK_TO_DIR@ 
+       set stage3-gas prev-gas ; @CREATE_LINK_TO_DIR@
 @endif gas
 @if gcc
        @[ -d stage4-gcc ] || mkdir stage4-gcc; \
        set stage4-gcc gcc ; @CREATE_LINK_TO_DIR@  ; \
-       set stage3-gcc prev-gcc ; @CREATE_LINK_TO_DIR@ 
+       set stage3-gcc prev-gcc ; @CREATE_LINK_TO_DIR@
 @endif gcc
 @if intl
        @[ -d stage4-intl ] || mkdir stage4-intl; \
        set stage4-intl intl ; @CREATE_LINK_TO_DIR@  ; \
-       set stage3-intl prev-intl ; @CREATE_LINK_TO_DIR@ 
+       set stage3-intl prev-intl ; @CREATE_LINK_TO_DIR@
 @endif intl
 @if ld
        @[ -d stage4-ld ] || mkdir stage4-ld; \
        set stage4-ld ld ; @CREATE_LINK_TO_DIR@  ; \
-       set stage3-ld prev-ld ; @CREATE_LINK_TO_DIR@ 
+       set stage3-ld prev-ld ; @CREATE_LINK_TO_DIR@
 @endif ld
 @if libcpp
        @[ -d stage4-libcpp ] || mkdir stage4-libcpp; \
        set stage4-libcpp libcpp ; @CREATE_LINK_TO_DIR@  ; \
-       set stage3-libcpp prev-libcpp ; @CREATE_LINK_TO_DIR@ 
+       set stage3-libcpp prev-libcpp ; @CREATE_LINK_TO_DIR@
 @endif libcpp
 @if libiberty
        @[ -d stage4-libiberty ] || mkdir stage4-libiberty; \
        set stage4-libiberty libiberty ; @CREATE_LINK_TO_DIR@  ; \
-       set stage3-libiberty prev-libiberty ; @CREATE_LINK_TO_DIR@ 
+       set stage3-libiberty prev-libiberty ; @CREATE_LINK_TO_DIR@
 @endif libiberty
 @if zlib
        @[ -d stage4-zlib ] || mkdir stage4-zlib; \
        set stage4-zlib zlib ; @CREATE_LINK_TO_DIR@  ; \
-       set stage3-zlib prev-zlib ; @CREATE_LINK_TO_DIR@ 
+       set stage3-zlib prev-zlib ; @CREATE_LINK_TO_DIR@
 @endif zlib
 
 stage4-end::
        @rm -f stage_current
 @if bfd
        @set bfd stage4-bfd ; @UNDO_LINK_TO_DIR@  ; \
-       set prev-bfd stage3-bfd ; @UNDO_LINK_TO_DIR@ 
+       set prev-bfd stage3-bfd ; @UNDO_LINK_TO_DIR@
 @endif bfd
 @if opcodes
        @set opcodes stage4-opcodes ; @UNDO_LINK_TO_DIR@  ; \
-       set prev-opcodes stage3-opcodes ; @UNDO_LINK_TO_DIR@ 
+       set prev-opcodes stage3-opcodes ; @UNDO_LINK_TO_DIR@
 @endif opcodes
 @if binutils
        @set binutils stage4-binutils ; @UNDO_LINK_TO_DIR@  ; \
-       set prev-binutils stage3-binutils ; @UNDO_LINK_TO_DIR@ 
+       set prev-binutils stage3-binutils ; @UNDO_LINK_TO_DIR@
 @endif binutils
 @if gas
        @set gas stage4-gas ; @UNDO_LINK_TO_DIR@  ; \
-       set prev-gas stage3-gas ; @UNDO_LINK_TO_DIR@ 
+       set prev-gas stage3-gas ; @UNDO_LINK_TO_DIR@
 @endif gas
 @if gcc
        @set gcc stage4-gcc ; @UNDO_LINK_TO_DIR@  ; \
-       set prev-gcc stage3-gcc ; @UNDO_LINK_TO_DIR@ 
+       set prev-gcc stage3-gcc ; @UNDO_LINK_TO_DIR@
 @endif gcc
 @if intl
        @set intl stage4-intl ; @UNDO_LINK_TO_DIR@  ; \
-       set prev-intl stage3-intl ; @UNDO_LINK_TO_DIR@ 
+       set prev-intl stage3-intl ; @UNDO_LINK_TO_DIR@
 @endif intl
 @if ld
        @set ld stage4-ld ; @UNDO_LINK_TO_DIR@  ; \
-       set prev-ld stage3-ld ; @UNDO_LINK_TO_DIR@ 
+       set prev-ld stage3-ld ; @UNDO_LINK_TO_DIR@
 @endif ld
 @if libcpp
        @set libcpp stage4-libcpp ; @UNDO_LINK_TO_DIR@  ; \
-       set prev-libcpp stage3-libcpp ; @UNDO_LINK_TO_DIR@ 
+       set prev-libcpp stage3-libcpp ; @UNDO_LINK_TO_DIR@
 @endif libcpp
 @if libiberty
        @set libiberty stage4-libiberty ; @UNDO_LINK_TO_DIR@  ; \
-       set prev-libiberty stage3-libiberty ; @UNDO_LINK_TO_DIR@ 
+       set prev-libiberty stage3-libiberty ; @UNDO_LINK_TO_DIR@
 @endif libiberty
 @if zlib
        @set zlib stage4-zlib ; @UNDO_LINK_TO_DIR@  ; \
-       set prev-zlib stage3-zlib ; @UNDO_LINK_TO_DIR@ 
+       set prev-zlib stage3-zlib ; @UNDO_LINK_TO_DIR@
 @endif zlib
 
 # Bubble a bugfix through all the stages up to stage 4.  They
@@ -32824,7 +32825,7 @@ all-stage4:     \
   maybe-all-stage4-ld \
   maybe-all-stage4-libcpp  \
   maybe-all-stage4-libiberty                        \
-  maybe-all-stage4-zlib       
+  maybe-all-stage4-zlib
 
 do-clean: clean-stage4
 clean-stage4:     \
@@ -32837,7 +32838,7 @@ clean-stage4:     \
   maybe-clean-stage4-ld \
   maybe-clean-stage4-libcpp  \
   maybe-clean-stage4-libiberty                        \
-  maybe-clean-stage4-zlib       
+  maybe-clean-stage4-zlib
 
 
 .PHONY: configure-stage4-bfd maybe-configure-stage4-bfd
@@ -32871,7 +32872,7 @@ configure-stage4-bfd:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         @stage2_werror_flag@ 
+         @stage2_werror_flag@
 
 maybe-all-stage4-bfd: all-stage4-bfd
 all-stage4-bfd: configure-stage4-bfd
@@ -32882,7 +32883,7 @@ all-stage4-bfd: configure-stage4-bfd
        cd bfd && \
        $(MAKE) $(FLAGS_TO_PASS)  \
                $(POSTSTAGE1_FLAGS_TO_PASS)  \
-                
+
 
 maybe-clean-stage4-bfd: clean-stage4-bfd
 clean-stage4-bfd:
@@ -32927,7 +32928,7 @@ configure-stage4-opcodes:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         @stage2_werror_flag@ 
+         @stage2_werror_flag@
 
 maybe-all-stage4-opcodes: all-stage4-opcodes
 all-stage4-opcodes: configure-stage4-opcodes
@@ -32938,7 +32939,7 @@ all-stage4-opcodes: configure-stage4-opcodes
        cd opcodes && \
        $(MAKE) $(FLAGS_TO_PASS)  \
                $(POSTSTAGE1_FLAGS_TO_PASS)  \
-                
+
 
 maybe-clean-stage4-opcodes: clean-stage4-opcodes
 clean-stage4-opcodes:
@@ -32983,7 +32984,7 @@ configure-stage4-binutils:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         @stage2_werror_flag@ 
+         @stage2_werror_flag@
 
 maybe-all-stage4-binutils: all-stage4-binutils
 all-stage4-binutils: configure-stage4-binutils
@@ -32994,7 +32995,7 @@ all-stage4-binutils: configure-stage4-binutils
        cd binutils && \
        $(MAKE) $(FLAGS_TO_PASS)  \
                $(POSTSTAGE1_FLAGS_TO_PASS)  \
-                
+
 
 maybe-clean-stage4-binutils: clean-stage4-binutils
 clean-stage4-binutils:
@@ -33039,7 +33040,7 @@ configure-stage4-gas:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         @stage2_werror_flag@ 
+         @stage2_werror_flag@
 
 maybe-all-stage4-gas: all-stage4-gas
 all-stage4-gas: configure-stage4-gas
@@ -33050,7 +33051,7 @@ all-stage4-gas: configure-stage4-gas
        cd gas && \
        $(MAKE) $(FLAGS_TO_PASS)  \
                $(POSTSTAGE1_FLAGS_TO_PASS)  \
-                
+
 
 maybe-clean-stage4-gas: clean-stage4-gas
 clean-stage4-gas:
@@ -33095,7 +33096,7 @@ configure-stage4-gcc:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         @stage2_werror_flag@ 
+         @stage2_werror_flag@
 
 maybe-all-stage4-gcc: all-stage4-gcc
 all-stage4-gcc: configure-stage4-gcc
@@ -33151,7 +33152,7 @@ configure-stage4-intl:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         @stage2_werror_flag@ 
+         @stage2_werror_flag@
 
 maybe-all-stage4-intl: all-stage4-intl
 all-stage4-intl: configure-stage4-intl
@@ -33162,7 +33163,7 @@ all-stage4-intl: configure-stage4-intl
        cd intl && \
        $(MAKE) $(FLAGS_TO_PASS)  \
                $(POSTSTAGE1_FLAGS_TO_PASS)  \
-                
+
 
 maybe-clean-stage4-intl: clean-stage4-intl
 clean-stage4-intl:
@@ -33207,7 +33208,7 @@ configure-stage4-ld:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         @stage2_werror_flag@ 
+         @stage2_werror_flag@
 
 maybe-all-stage4-ld: all-stage4-ld
 all-stage4-ld: configure-stage4-ld
@@ -33218,7 +33219,7 @@ all-stage4-ld: configure-stage4-ld
        cd ld && \
        $(MAKE) $(FLAGS_TO_PASS)  \
                $(POSTSTAGE1_FLAGS_TO_PASS)  \
-                
+
 
 maybe-clean-stage4-ld: clean-stage4-ld
 clean-stage4-ld:
@@ -33263,7 +33264,7 @@ configure-stage4-libcpp:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         @stage2_werror_flag@ 
+         @stage2_werror_flag@
 
 maybe-all-stage4-libcpp: all-stage4-libcpp
 all-stage4-libcpp: configure-stage4-libcpp
@@ -33274,7 +33275,7 @@ all-stage4-libcpp: configure-stage4-libcpp
        cd libcpp && \
        $(MAKE) $(FLAGS_TO_PASS)  \
                $(POSTSTAGE1_FLAGS_TO_PASS)  \
-                
+
 
 maybe-clean-stage4-libcpp: clean-stage4-libcpp
 clean-stage4-libcpp:
@@ -33319,7 +33320,7 @@ configure-stage4-libiberty:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         @stage2_werror_flag@ 
+         @stage2_werror_flag@
 
 maybe-all-stage4-libiberty: all-stage4-libiberty
 all-stage4-libiberty: configure-stage4-libiberty
@@ -33330,7 +33331,7 @@ all-stage4-libiberty: configure-stage4-libiberty
        cd libiberty && \
        $(MAKE) $(FLAGS_TO_PASS)  \
                $(POSTSTAGE1_FLAGS_TO_PASS)  \
-                
+
 
 maybe-clean-stage4-libiberty: clean-stage4-libiberty
 clean-stage4-libiberty:
@@ -33375,7 +33376,7 @@ configure-stage4-zlib:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         @stage2_werror_flag@ 
+         @stage2_werror_flag@
 
 maybe-all-stage4-zlib: all-stage4-zlib
 all-stage4-zlib: configure-stage4-zlib
@@ -33386,7 +33387,7 @@ all-stage4-zlib: configure-stage4-zlib
        cd zlib && \
        $(MAKE) $(FLAGS_TO_PASS)  \
                $(POSTSTAGE1_FLAGS_TO_PASS)  \
-                
+
 
 maybe-clean-stage4-zlib: clean-stage4-zlib
 clean-stage4-zlib:
@@ -33439,11 +33440,11 @@ bootstrap4: stage4-bubble compare3 all
 
 
 # Rules to wipe a stage and all the following ones, also used for cleanstrap
-distclean-stage3:: distclean-stage4 
+distclean-stage3:: distclean-stage4
 .PHONY: distclean-stage4
 distclean-stage4::
        [ -f stage_current ] && $(MAKE) `cat stage_current`-end || :
-       rm -rf stage4-* compare3 
+       rm -rf stage4-* compare3
 
 
 @endif gcc-bootstrap
@@ -33458,95 +33459,95 @@ stageprofile-start::
 @if bfd
        @[ -d stageprofile-bfd ] || mkdir stageprofile-bfd; \
        set stageprofile-bfd bfd ; @CREATE_LINK_TO_DIR@  ; \
-       set stage1-bfd prev-bfd ; @CREATE_LINK_TO_DIR@ 
+       set stage1-bfd prev-bfd ; @CREATE_LINK_TO_DIR@
 @endif bfd
 @if opcodes
        @[ -d stageprofile-opcodes ] || mkdir stageprofile-opcodes; \
        set stageprofile-opcodes opcodes ; @CREATE_LINK_TO_DIR@  ; \
-       set stage1-opcodes prev-opcodes ; @CREATE_LINK_TO_DIR@ 
+       set stage1-opcodes prev-opcodes ; @CREATE_LINK_TO_DIR@
 @endif opcodes
 @if binutils
        @[ -d stageprofile-binutils ] || mkdir stageprofile-binutils; \
        set stageprofile-binutils binutils ; @CREATE_LINK_TO_DIR@  ; \
-       set stage1-binutils prev-binutils ; @CREATE_LINK_TO_DIR@ 
+       set stage1-binutils prev-binutils ; @CREATE_LINK_TO_DIR@
 @endif binutils
 @if gas
        @[ -d stageprofile-gas ] || mkdir stageprofile-gas; \
        set stageprofile-gas gas ; @CREATE_LINK_TO_DIR@  ; \
-       set stage1-gas prev-gas ; @CREATE_LINK_TO_DIR@ 
+       set stage1-gas prev-gas ; @CREATE_LINK_TO_DIR@
 @endif gas
 @if gcc
        @[ -d stageprofile-gcc ] || mkdir stageprofile-gcc; \
        set stageprofile-gcc gcc ; @CREATE_LINK_TO_DIR@  ; \
-       set stage1-gcc prev-gcc ; @CREATE_LINK_TO_DIR@ 
+       set stage1-gcc prev-gcc ; @CREATE_LINK_TO_DIR@
 @endif gcc
 @if intl
        @[ -d stageprofile-intl ] || mkdir stageprofile-intl; \
        set stageprofile-intl intl ; @CREATE_LINK_TO_DIR@  ; \
-       set stage1-intl prev-intl ; @CREATE_LINK_TO_DIR@ 
+       set stage1-intl prev-intl ; @CREATE_LINK_TO_DIR@
 @endif intl
 @if ld
        @[ -d stageprofile-ld ] || mkdir stageprofile-ld; \
        set stageprofile-ld ld ; @CREATE_LINK_TO_DIR@  ; \
-       set stage1-ld prev-ld ; @CREATE_LINK_TO_DIR@ 
+       set stage1-ld prev-ld ; @CREATE_LINK_TO_DIR@
 @endif ld
 @if libcpp
        @[ -d stageprofile-libcpp ] || mkdir stageprofile-libcpp; \
        set stageprofile-libcpp libcpp ; @CREATE_LINK_TO_DIR@  ; \
-       set stage1-libcpp prev-libcpp ; @CREATE_LINK_TO_DIR@ 
+       set stage1-libcpp prev-libcpp ; @CREATE_LINK_TO_DIR@
 @endif libcpp
 @if libiberty
        @[ -d stageprofile-libiberty ] || mkdir stageprofile-libiberty; \
        set stageprofile-libiberty libiberty ; @CREATE_LINK_TO_DIR@  ; \
-       set stage1-libiberty prev-libiberty ; @CREATE_LINK_TO_DIR@ 
+       set stage1-libiberty prev-libiberty ; @CREATE_LINK_TO_DIR@
 @endif libiberty
 @if zlib
        @[ -d stageprofile-zlib ] || mkdir stageprofile-zlib; \
        set stageprofile-zlib zlib ; @CREATE_LINK_TO_DIR@  ; \
-       set stage1-zlib prev-zlib ; @CREATE_LINK_TO_DIR@ 
+       set stage1-zlib prev-zlib ; @CREATE_LINK_TO_DIR@
 @endif zlib
 
 stageprofile-end::
        @rm -f stage_current
 @if bfd
        @set bfd stageprofile-bfd ; @UNDO_LINK_TO_DIR@  ; \
-       set prev-bfd stage1-bfd ; @UNDO_LINK_TO_DIR@ 
+       set prev-bfd stage1-bfd ; @UNDO_LINK_TO_DIR@
 @endif bfd
 @if opcodes
        @set opcodes stageprofile-opcodes ; @UNDO_LINK_TO_DIR@  ; \
-       set prev-opcodes stage1-opcodes ; @UNDO_LINK_TO_DIR@ 
+       set prev-opcodes stage1-opcodes ; @UNDO_LINK_TO_DIR@
 @endif opcodes
 @if binutils
        @set binutils stageprofile-binutils ; @UNDO_LINK_TO_DIR@  ; \
-       set prev-binutils stage1-binutils ; @UNDO_LINK_TO_DIR@ 
+       set prev-binutils stage1-binutils ; @UNDO_LINK_TO_DIR@
 @endif binutils
 @if gas
        @set gas stageprofile-gas ; @UNDO_LINK_TO_DIR@  ; \
-       set prev-gas stage1-gas ; @UNDO_LINK_TO_DIR@ 
+       set prev-gas stage1-gas ; @UNDO_LINK_TO_DIR@
 @endif gas
 @if gcc
        @set gcc stageprofile-gcc ; @UNDO_LINK_TO_DIR@  ; \
-       set prev-gcc stage1-gcc ; @UNDO_LINK_TO_DIR@ 
+       set prev-gcc stage1-gcc ; @UNDO_LINK_TO_DIR@
 @endif gcc
 @if intl
        @set intl stageprofile-intl ; @UNDO_LINK_TO_DIR@  ; \
-       set prev-intl stage1-intl ; @UNDO_LINK_TO_DIR@ 
+       set prev-intl stage1-intl ; @UNDO_LINK_TO_DIR@
 @endif intl
 @if ld
        @set ld stageprofile-ld ; @UNDO_LINK_TO_DIR@  ; \
-       set prev-ld stage1-ld ; @UNDO_LINK_TO_DIR@ 
+       set prev-ld stage1-ld ; @UNDO_LINK_TO_DIR@
 @endif ld
 @if libcpp
        @set libcpp stageprofile-libcpp ; @UNDO_LINK_TO_DIR@  ; \
-       set prev-libcpp stage1-libcpp ; @UNDO_LINK_TO_DIR@ 
+       set prev-libcpp stage1-libcpp ; @UNDO_LINK_TO_DIR@
 @endif libcpp
 @if libiberty
        @set libiberty stageprofile-libiberty ; @UNDO_LINK_TO_DIR@  ; \
-       set prev-libiberty stage1-libiberty ; @UNDO_LINK_TO_DIR@ 
+       set prev-libiberty stage1-libiberty ; @UNDO_LINK_TO_DIR@
 @endif libiberty
 @if zlib
        @set zlib stageprofile-zlib ; @UNDO_LINK_TO_DIR@  ; \
-       set prev-zlib stage1-zlib ; @UNDO_LINK_TO_DIR@ 
+       set prev-zlib stage1-zlib ; @UNDO_LINK_TO_DIR@
 @endif zlib
 
 # Bubble a bugfix through all the stages up to stage profile.  They
@@ -33571,7 +33572,7 @@ all-stageprofile:     \
   maybe-all-stageprofile-ld \
   maybe-all-stageprofile-libcpp  \
   maybe-all-stageprofile-libiberty                        \
-  maybe-all-stageprofile-zlib       
+  maybe-all-stageprofile-zlib
 
 do-clean: clean-stageprofile
 clean-stageprofile:     \
@@ -33584,7 +33585,7 @@ clean-stageprofile:     \
   maybe-clean-stageprofile-ld \
   maybe-clean-stageprofile-libcpp  \
   maybe-clean-stageprofile-libiberty                        \
-  maybe-clean-stageprofile-zlib       
+  maybe-clean-stageprofile-zlib
 
 
 .PHONY: configure-stageprofile-bfd maybe-configure-stageprofile-bfd
@@ -33618,7 +33619,7 @@ configure-stageprofile-bfd:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         @stage2_werror_flag@ 
+         @stage2_werror_flag@
 
 maybe-all-stageprofile-bfd: all-stageprofile-bfd
 all-stageprofile-bfd: configure-stageprofile-bfd
@@ -33629,7 +33630,7 @@ all-stageprofile-bfd: configure-stageprofile-bfd
        cd bfd && \
        $(MAKE) $(FLAGS_TO_PASS)  \
                $(POSTSTAGE1_FLAGS_TO_PASS)  \
-               CFLAGS="$(BOOT_CFLAGS) -fprofile-generate" 
+               CFLAGS="$(BOOT_CFLAGS) -fprofile-generate"
 
 maybe-clean-stageprofile-bfd: clean-stageprofile-bfd
 clean-stageprofile-bfd:
@@ -33674,7 +33675,7 @@ configure-stageprofile-opcodes:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         @stage2_werror_flag@ 
+         @stage2_werror_flag@
 
 maybe-all-stageprofile-opcodes: all-stageprofile-opcodes
 all-stageprofile-opcodes: configure-stageprofile-opcodes
@@ -33685,7 +33686,7 @@ all-stageprofile-opcodes: configure-stageprofile-opcodes
        cd opcodes && \
        $(MAKE) $(FLAGS_TO_PASS)  \
                $(POSTSTAGE1_FLAGS_TO_PASS)  \
-               CFLAGS="$(BOOT_CFLAGS) -fprofile-generate" 
+               CFLAGS="$(BOOT_CFLAGS) -fprofile-generate"
 
 maybe-clean-stageprofile-opcodes: clean-stageprofile-opcodes
 clean-stageprofile-opcodes:
@@ -33730,7 +33731,7 @@ configure-stageprofile-binutils:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         @stage2_werror_flag@ 
+         @stage2_werror_flag@
 
 maybe-all-stageprofile-binutils: all-stageprofile-binutils
 all-stageprofile-binutils: configure-stageprofile-binutils
@@ -33741,7 +33742,7 @@ all-stageprofile-binutils: configure-stageprofile-binutils
        cd binutils && \
        $(MAKE) $(FLAGS_TO_PASS)  \
                $(POSTSTAGE1_FLAGS_TO_PASS)  \
-               CFLAGS="$(BOOT_CFLAGS) -fprofile-generate" 
+               CFLAGS="$(BOOT_CFLAGS) -fprofile-generate"
 
 maybe-clean-stageprofile-binutils: clean-stageprofile-binutils
 clean-stageprofile-binutils:
@@ -33786,7 +33787,7 @@ configure-stageprofile-gas:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         @stage2_werror_flag@ 
+         @stage2_werror_flag@
 
 maybe-all-stageprofile-gas: all-stageprofile-gas
 all-stageprofile-gas: configure-stageprofile-gas
@@ -33797,7 +33798,7 @@ all-stageprofile-gas: configure-stageprofile-gas
        cd gas && \
        $(MAKE) $(FLAGS_TO_PASS)  \
                $(POSTSTAGE1_FLAGS_TO_PASS)  \
-               CFLAGS="$(BOOT_CFLAGS) -fprofile-generate" 
+               CFLAGS="$(BOOT_CFLAGS) -fprofile-generate"
 
 maybe-clean-stageprofile-gas: clean-stageprofile-gas
 clean-stageprofile-gas:
@@ -33842,7 +33843,7 @@ configure-stageprofile-gcc:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         @stage2_werror_flag@ 
+         @stage2_werror_flag@
 
 maybe-all-stageprofile-gcc: all-stageprofile-gcc
 all-stageprofile-gcc: configure-stageprofile-gcc
@@ -33898,7 +33899,7 @@ configure-stageprofile-intl:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         @stage2_werror_flag@ 
+         @stage2_werror_flag@
 
 maybe-all-stageprofile-intl: all-stageprofile-intl
 all-stageprofile-intl: configure-stageprofile-intl
@@ -33909,7 +33910,7 @@ all-stageprofile-intl: configure-stageprofile-intl
        cd intl && \
        $(MAKE) $(FLAGS_TO_PASS)  \
                $(POSTSTAGE1_FLAGS_TO_PASS)  \
-               CFLAGS="$(BOOT_CFLAGS) -fprofile-generate" 
+               CFLAGS="$(BOOT_CFLAGS) -fprofile-generate"
 
 maybe-clean-stageprofile-intl: clean-stageprofile-intl
 clean-stageprofile-intl:
@@ -33954,7 +33955,7 @@ configure-stageprofile-ld:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         @stage2_werror_flag@ 
+         @stage2_werror_flag@
 
 maybe-all-stageprofile-ld: all-stageprofile-ld
 all-stageprofile-ld: configure-stageprofile-ld
@@ -33965,7 +33966,7 @@ all-stageprofile-ld: configure-stageprofile-ld
        cd ld && \
        $(MAKE) $(FLAGS_TO_PASS)  \
                $(POSTSTAGE1_FLAGS_TO_PASS)  \
-               CFLAGS="$(BOOT_CFLAGS) -fprofile-generate" 
+               CFLAGS="$(BOOT_CFLAGS) -fprofile-generate"
 
 maybe-clean-stageprofile-ld: clean-stageprofile-ld
 clean-stageprofile-ld:
@@ -34010,7 +34011,7 @@ configure-stageprofile-libcpp:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         @stage2_werror_flag@ 
+         @stage2_werror_flag@
 
 maybe-all-stageprofile-libcpp: all-stageprofile-libcpp
 all-stageprofile-libcpp: configure-stageprofile-libcpp
@@ -34021,7 +34022,7 @@ all-stageprofile-libcpp: configure-stageprofile-libcpp
        cd libcpp && \
        $(MAKE) $(FLAGS_TO_PASS)  \
                $(POSTSTAGE1_FLAGS_TO_PASS)  \
-               CFLAGS="$(BOOT_CFLAGS) -fprofile-generate" 
+               CFLAGS="$(BOOT_CFLAGS) -fprofile-generate"
 
 maybe-clean-stageprofile-libcpp: clean-stageprofile-libcpp
 clean-stageprofile-libcpp:
@@ -34066,7 +34067,7 @@ configure-stageprofile-libiberty:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         @stage2_werror_flag@ 
+         @stage2_werror_flag@
 
 maybe-all-stageprofile-libiberty: all-stageprofile-libiberty
 all-stageprofile-libiberty: configure-stageprofile-libiberty
@@ -34077,7 +34078,7 @@ all-stageprofile-libiberty: configure-stageprofile-libiberty
        cd libiberty && \
        $(MAKE) $(FLAGS_TO_PASS)  \
                $(POSTSTAGE1_FLAGS_TO_PASS)  \
-               CFLAGS="$(BOOT_CFLAGS) -fprofile-generate" 
+               CFLAGS="$(BOOT_CFLAGS) -fprofile-generate"
 
 maybe-clean-stageprofile-libiberty: clean-stageprofile-libiberty
 clean-stageprofile-libiberty:
@@ -34122,7 +34123,7 @@ configure-stageprofile-zlib:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         @stage2_werror_flag@ 
+         @stage2_werror_flag@
 
 maybe-all-stageprofile-zlib: all-stageprofile-zlib
 all-stageprofile-zlib: configure-stageprofile-zlib
@@ -34133,7 +34134,7 @@ all-stageprofile-zlib: configure-stageprofile-zlib
        cd zlib && \
        $(MAKE) $(FLAGS_TO_PASS)  \
                $(POSTSTAGE1_FLAGS_TO_PASS)  \
-               CFLAGS="$(BOOT_CFLAGS) -fprofile-generate" 
+               CFLAGS="$(BOOT_CFLAGS) -fprofile-generate"
 
 maybe-clean-stageprofile-zlib: clean-stageprofile-zlib
 clean-stageprofile-zlib:
@@ -34156,11 +34157,11 @@ clean-stageprofile-zlib:
 
 
 # Rules to wipe a stage and all the following ones, also used for cleanstrap
-distclean-stage1:: distclean-stageprofile 
+distclean-stage1:: distclean-stageprofile
 .PHONY: distclean-stageprofile
 distclean-stageprofile::
        [ -f stage_current ] && $(MAKE) `cat stage_current`-end || :
-       rm -rf stageprofile-* 
+       rm -rf stageprofile-*
 
 
 @endif gcc-bootstrap
@@ -34175,95 +34176,95 @@ stagefeedback-start::
 @if bfd
        @[ -d stagefeedback-bfd ] || mkdir stagefeedback-bfd; \
        set stagefeedback-bfd bfd ; @CREATE_LINK_TO_DIR@  ; \
-       set stage1-bfd prev-bfd ; @CREATE_LINK_TO_DIR@ 
+       set stage1-bfd prev-bfd ; @CREATE_LINK_TO_DIR@
 @endif bfd
 @if opcodes
        @[ -d stagefeedback-opcodes ] || mkdir stagefeedback-opcodes; \
        set stagefeedback-opcodes opcodes ; @CREATE_LINK_TO_DIR@  ; \
-       set stage1-opcodes prev-opcodes ; @CREATE_LINK_TO_DIR@ 
+       set stage1-opcodes prev-opcodes ; @CREATE_LINK_TO_DIR@
 @endif opcodes
 @if binutils
        @[ -d stagefeedback-binutils ] || mkdir stagefeedback-binutils; \
        set stagefeedback-binutils binutils ; @CREATE_LINK_TO_DIR@  ; \
-       set stage1-binutils prev-binutils ; @CREATE_LINK_TO_DIR@ 
+       set stage1-binutils prev-binutils ; @CREATE_LINK_TO_DIR@
 @endif binutils
 @if gas
        @[ -d stagefeedback-gas ] || mkdir stagefeedback-gas; \
        set stagefeedback-gas gas ; @CREATE_LINK_TO_DIR@  ; \
-       set stage1-gas prev-gas ; @CREATE_LINK_TO_DIR@ 
+       set stage1-gas prev-gas ; @CREATE_LINK_TO_DIR@
 @endif gas
 @if gcc
        @[ -d stagefeedback-gcc ] || mkdir stagefeedback-gcc; \
        set stagefeedback-gcc gcc ; @CREATE_LINK_TO_DIR@  ; \
-       set stage1-gcc prev-gcc ; @CREATE_LINK_TO_DIR@ 
+       set stage1-gcc prev-gcc ; @CREATE_LINK_TO_DIR@
 @endif gcc
 @if intl
        @[ -d stagefeedback-intl ] || mkdir stagefeedback-intl; \
        set stagefeedback-intl intl ; @CREATE_LINK_TO_DIR@  ; \
-       set stage1-intl prev-intl ; @CREATE_LINK_TO_DIR@ 
+       set stage1-intl prev-intl ; @CREATE_LINK_TO_DIR@
 @endif intl
 @if ld
        @[ -d stagefeedback-ld ] || mkdir stagefeedback-ld; \
        set stagefeedback-ld ld ; @CREATE_LINK_TO_DIR@  ; \
-       set stage1-ld prev-ld ; @CREATE_LINK_TO_DIR@ 
+       set stage1-ld prev-ld ; @CREATE_LINK_TO_DIR@
 @endif ld
 @if libcpp
        @[ -d stagefeedback-libcpp ] || mkdir stagefeedback-libcpp; \
        set stagefeedback-libcpp libcpp ; @CREATE_LINK_TO_DIR@  ; \
-       set stage1-libcpp prev-libcpp ; @CREATE_LINK_TO_DIR@ 
+       set stage1-libcpp prev-libcpp ; @CREATE_LINK_TO_DIR@
 @endif libcpp
 @if libiberty
        @[ -d stagefeedback-libiberty ] || mkdir stagefeedback-libiberty; \
        set stagefeedback-libiberty libiberty ; @CREATE_LINK_TO_DIR@  ; \
-       set stage1-libiberty prev-libiberty ; @CREATE_LINK_TO_DIR@ 
+       set stage1-libiberty prev-libiberty ; @CREATE_LINK_TO_DIR@
 @endif libiberty
 @if zlib
        @[ -d stagefeedback-zlib ] || mkdir stagefeedback-zlib; \
        set stagefeedback-zlib zlib ; @CREATE_LINK_TO_DIR@  ; \
-       set stage1-zlib prev-zlib ; @CREATE_LINK_TO_DIR@ 
+       set stage1-zlib prev-zlib ; @CREATE_LINK_TO_DIR@
 @endif zlib
 
 stagefeedback-end::
        @rm -f stage_current
 @if bfd
        @set bfd stagefeedback-bfd ; @UNDO_LINK_TO_DIR@  ; \
-       set prev-bfd stage1-bfd ; @UNDO_LINK_TO_DIR@ 
+       set prev-bfd stage1-bfd ; @UNDO_LINK_TO_DIR@
 @endif bfd
 @if opcodes
        @set opcodes stagefeedback-opcodes ; @UNDO_LINK_TO_DIR@  ; \
-       set prev-opcodes stage1-opcodes ; @UNDO_LINK_TO_DIR@ 
+       set prev-opcodes stage1-opcodes ; @UNDO_LINK_TO_DIR@
 @endif opcodes
 @if binutils
        @set binutils stagefeedback-binutils ; @UNDO_LINK_TO_DIR@  ; \
-       set prev-binutils stage1-binutils ; @UNDO_LINK_TO_DIR@ 
+       set prev-binutils stage1-binutils ; @UNDO_LINK_TO_DIR@
 @endif binutils
 @if gas
        @set gas stagefeedback-gas ; @UNDO_LINK_TO_DIR@  ; \
-       set prev-gas stage1-gas ; @UNDO_LINK_TO_DIR@ 
+       set prev-gas stage1-gas ; @UNDO_LINK_TO_DIR@
 @endif gas
 @if gcc
        @set gcc stagefeedback-gcc ; @UNDO_LINK_TO_DIR@  ; \
-       set prev-gcc stage1-gcc ; @UNDO_LINK_TO_DIR@ 
+       set prev-gcc stage1-gcc ; @UNDO_LINK_TO_DIR@
 @endif gcc
 @if intl
        @set intl stagefeedback-intl ; @UNDO_LINK_TO_DIR@  ; \
-       set prev-intl stage1-intl ; @UNDO_LINK_TO_DIR@ 
+       set prev-intl stage1-intl ; @UNDO_LINK_TO_DIR@
 @endif intl
 @if ld
        @set ld stagefeedback-ld ; @UNDO_LINK_TO_DIR@  ; \
-       set prev-ld stage1-ld ; @UNDO_LINK_TO_DIR@ 
+       set prev-ld stage1-ld ; @UNDO_LINK_TO_DIR@
 @endif ld
 @if libcpp
        @set libcpp stagefeedback-libcpp ; @UNDO_LINK_TO_DIR@  ; \
-       set prev-libcpp stage1-libcpp ; @UNDO_LINK_TO_DIR@ 
+       set prev-libcpp stage1-libcpp ; @UNDO_LINK_TO_DIR@
 @endif libcpp
 @if libiberty
        @set libiberty stagefeedback-libiberty ; @UNDO_LINK_TO_DIR@  ; \
-       set prev-libiberty stage1-libiberty ; @UNDO_LINK_TO_DIR@ 
+       set prev-libiberty stage1-libiberty ; @UNDO_LINK_TO_DIR@
 @endif libiberty
 @if zlib
        @set zlib stagefeedback-zlib ; @UNDO_LINK_TO_DIR@  ; \
-       set prev-zlib stage1-zlib ; @UNDO_LINK_TO_DIR@ 
+       set prev-zlib stage1-zlib ; @UNDO_LINK_TO_DIR@
 @endif zlib
 
 # Bubble a bugfix through all the stages up to stage feedback.  They
@@ -34288,7 +34289,7 @@ all-stagefeedback:     \
   maybe-all-stagefeedback-ld \
   maybe-all-stagefeedback-libcpp  \
   maybe-all-stagefeedback-libiberty                        \
-  maybe-all-stagefeedback-zlib       
+  maybe-all-stagefeedback-zlib
 
 do-clean: clean-stagefeedback
 clean-stagefeedback:     \
@@ -34301,7 +34302,7 @@ clean-stagefeedback:     \
   maybe-clean-stagefeedback-ld \
   maybe-clean-stagefeedback-libcpp  \
   maybe-clean-stagefeedback-libiberty                        \
-  maybe-clean-stagefeedback-zlib       
+  maybe-clean-stagefeedback-zlib
 
 
 .PHONY: configure-stagefeedback-bfd maybe-configure-stagefeedback-bfd
@@ -34335,7 +34336,7 @@ configure-stagefeedback-bfd:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         @stage2_werror_flag@ 
+         @stage2_werror_flag@
 
 maybe-all-stagefeedback-bfd: all-stagefeedback-bfd
 all-stagefeedback-bfd: configure-stagefeedback-bfd
@@ -34346,7 +34347,7 @@ all-stagefeedback-bfd: configure-stagefeedback-bfd
        cd bfd && \
        $(MAKE) $(FLAGS_TO_PASS)  \
                $(POSTSTAGE1_FLAGS_TO_PASS)  \
-               CFLAGS="$(BOOT_CFLAGS) -fprofile-use" 
+               CFLAGS="$(BOOT_CFLAGS) -fprofile-use"
 
 maybe-clean-stagefeedback-bfd: clean-stagefeedback-bfd
 clean-stagefeedback-bfd:
@@ -34391,7 +34392,7 @@ configure-stagefeedback-opcodes:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         @stage2_werror_flag@ 
+         @stage2_werror_flag@
 
 maybe-all-stagefeedback-opcodes: all-stagefeedback-opcodes
 all-stagefeedback-opcodes: configure-stagefeedback-opcodes
@@ -34402,7 +34403,7 @@ all-stagefeedback-opcodes: configure-stagefeedback-opcodes
        cd opcodes && \
        $(MAKE) $(FLAGS_TO_PASS)  \
                $(POSTSTAGE1_FLAGS_TO_PASS)  \
-               CFLAGS="$(BOOT_CFLAGS) -fprofile-use" 
+               CFLAGS="$(BOOT_CFLAGS) -fprofile-use"
 
 maybe-clean-stagefeedback-opcodes: clean-stagefeedback-opcodes
 clean-stagefeedback-opcodes:
@@ -34447,7 +34448,7 @@ configure-stagefeedback-binutils:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         @stage2_werror_flag@ 
+         @stage2_werror_flag@
 
 maybe-all-stagefeedback-binutils: all-stagefeedback-binutils
 all-stagefeedback-binutils: configure-stagefeedback-binutils
@@ -34458,7 +34459,7 @@ all-stagefeedback-binutils: configure-stagefeedback-binutils
        cd binutils && \
        $(MAKE) $(FLAGS_TO_PASS)  \
                $(POSTSTAGE1_FLAGS_TO_PASS)  \
-               CFLAGS="$(BOOT_CFLAGS) -fprofile-use" 
+               CFLAGS="$(BOOT_CFLAGS) -fprofile-use"
 
 maybe-clean-stagefeedback-binutils: clean-stagefeedback-binutils
 clean-stagefeedback-binutils:
@@ -34503,7 +34504,7 @@ configure-stagefeedback-gas:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         @stage2_werror_flag@ 
+         @stage2_werror_flag@
 
 maybe-all-stagefeedback-gas: all-stagefeedback-gas
 all-stagefeedback-gas: configure-stagefeedback-gas
@@ -34514,7 +34515,7 @@ all-stagefeedback-gas: configure-stagefeedback-gas
        cd gas && \
        $(MAKE) $(FLAGS_TO_PASS)  \
                $(POSTSTAGE1_FLAGS_TO_PASS)  \
-               CFLAGS="$(BOOT_CFLAGS) -fprofile-use" 
+               CFLAGS="$(BOOT_CFLAGS) -fprofile-use"
 
 maybe-clean-stagefeedback-gas: clean-stagefeedback-gas
 clean-stagefeedback-gas:
@@ -34559,7 +34560,7 @@ configure-stagefeedback-gcc:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         @stage2_werror_flag@ 
+         @stage2_werror_flag@
 
 maybe-all-stagefeedback-gcc: all-stagefeedback-gcc
 all-stagefeedback-gcc: configure-stagefeedback-gcc
@@ -34615,7 +34616,7 @@ configure-stagefeedback-intl:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         @stage2_werror_flag@ 
+         @stage2_werror_flag@
 
 maybe-all-stagefeedback-intl: all-stagefeedback-intl
 all-stagefeedback-intl: configure-stagefeedback-intl
@@ -34626,7 +34627,7 @@ all-stagefeedback-intl: configure-stagefeedback-intl
        cd intl && \
        $(MAKE) $(FLAGS_TO_PASS)  \
                $(POSTSTAGE1_FLAGS_TO_PASS)  \
-               CFLAGS="$(BOOT_CFLAGS) -fprofile-use" 
+               CFLAGS="$(BOOT_CFLAGS) -fprofile-use"
 
 maybe-clean-stagefeedback-intl: clean-stagefeedback-intl
 clean-stagefeedback-intl:
@@ -34671,7 +34672,7 @@ configure-stagefeedback-ld:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         @stage2_werror_flag@ 
+         @stage2_werror_flag@
 
 maybe-all-stagefeedback-ld: all-stagefeedback-ld
 all-stagefeedback-ld: configure-stagefeedback-ld
@@ -34682,7 +34683,7 @@ all-stagefeedback-ld: configure-stagefeedback-ld
        cd ld && \
        $(MAKE) $(FLAGS_TO_PASS)  \
                $(POSTSTAGE1_FLAGS_TO_PASS)  \
-               CFLAGS="$(BOOT_CFLAGS) -fprofile-use" 
+               CFLAGS="$(BOOT_CFLAGS) -fprofile-use"
 
 maybe-clean-stagefeedback-ld: clean-stagefeedback-ld
 clean-stagefeedback-ld:
@@ -34727,7 +34728,7 @@ configure-stagefeedback-libcpp:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         @stage2_werror_flag@ 
+         @stage2_werror_flag@
 
 maybe-all-stagefeedback-libcpp: all-stagefeedback-libcpp
 all-stagefeedback-libcpp: configure-stagefeedback-libcpp
@@ -34738,7 +34739,7 @@ all-stagefeedback-libcpp: configure-stagefeedback-libcpp
        cd libcpp && \
        $(MAKE) $(FLAGS_TO_PASS)  \
                $(POSTSTAGE1_FLAGS_TO_PASS)  \
-               CFLAGS="$(BOOT_CFLAGS) -fprofile-use" 
+               CFLAGS="$(BOOT_CFLAGS) -fprofile-use"
 
 maybe-clean-stagefeedback-libcpp: clean-stagefeedback-libcpp
 clean-stagefeedback-libcpp:
@@ -34783,7 +34784,7 @@ configure-stagefeedback-libiberty:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         @stage2_werror_flag@ 
+         @stage2_werror_flag@
 
 maybe-all-stagefeedback-libiberty: all-stagefeedback-libiberty
 all-stagefeedback-libiberty: configure-stagefeedback-libiberty
@@ -34794,7 +34795,7 @@ all-stagefeedback-libiberty: configure-stagefeedback-libiberty
        cd libiberty && \
        $(MAKE) $(FLAGS_TO_PASS)  \
                $(POSTSTAGE1_FLAGS_TO_PASS)  \
-               CFLAGS="$(BOOT_CFLAGS) -fprofile-use" 
+               CFLAGS="$(BOOT_CFLAGS) -fprofile-use"
 
 maybe-clean-stagefeedback-libiberty: clean-stagefeedback-libiberty
 clean-stagefeedback-libiberty:
@@ -34839,7 +34840,7 @@ configure-stagefeedback-zlib:
        esac; \
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
-         @stage2_werror_flag@ 
+         @stage2_werror_flag@
 
 maybe-all-stagefeedback-zlib: all-stagefeedback-zlib
 all-stagefeedback-zlib: configure-stagefeedback-zlib
@@ -34850,7 +34851,7 @@ all-stagefeedback-zlib: configure-stagefeedback-zlib
        cd zlib && \
        $(MAKE) $(FLAGS_TO_PASS)  \
                $(POSTSTAGE1_FLAGS_TO_PASS)  \
-               CFLAGS="$(BOOT_CFLAGS) -fprofile-use" 
+               CFLAGS="$(BOOT_CFLAGS) -fprofile-use"
 
 maybe-clean-stagefeedback-zlib: clean-stagefeedback-zlib
 clean-stagefeedback-zlib:
@@ -34873,11 +34874,11 @@ clean-stagefeedback-zlib:
 
 
 # Rules to wipe a stage and all the following ones, also used for cleanstrap
-distclean-stage1:: distclean-stagefeedback 
+distclean-stage1:: distclean-stagefeedback
 .PHONY: distclean-stagefeedback
 distclean-stagefeedback::
        [ -f stage_current ] && $(MAKE) `cat stage_current`-end || :
-       rm -rf stagefeedback-* 
+       rm -rf stagefeedback-*
 
 
 @endif gcc-bootstrap
@@ -35529,7 +35530,7 @@ GDB_TK = @GDB_TK@
 all-gdb: $(gdbnlmrequirements) $(GDB_TK)
 
 # Serialization dependencies.  Host configures don't work well in parallel to
-# each other, due to contention over config.cache.  Target configures and 
+# each other, due to contention over config.cache.  Target configures and
 # build configures are similar.
 @serialization_dependencies@