aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorechristo <>2004-12-02 23:45:19 +0000
committerechristo <>2004-12-02 23:45:19 +0000
commit16c11179cf024957def02231780b2fd1ac4db03c (patch)
tree4e4290437a079151067fbb21ca261ee37117e66e /Makefile.in
parent4ee0cb0da9c9f4d646bced700034e4fbddaa1564 (diff)
2004-12-02 Eric Christopher <echristo@redhat.com>
* Makefile.tpl (clean-target-libgcc): Make change in correct place. * Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2192
1 files changed, 1096 insertions, 1096 deletions
diff --git a/Makefile.in b/Makefile.in
index cee885463a9..63dc6eaa8e7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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
@@ -2145,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
@@ -2699,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; \
@@ -2725,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; \
@@ -2751,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; \
@@ -2777,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; \
@@ -2804,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; \
@@ -2830,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; \
@@ -2855,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; \
@@ -2880,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; \
@@ -2905,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; \
@@ -2930,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; \
@@ -3029,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; \
@@ -3055,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; \
@@ -3081,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; \
@@ -3107,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; \
@@ -3134,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; \
@@ -3160,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; \
@@ -3185,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; \
@@ -3210,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; \
@@ -3235,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; \
@@ -3260,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; \
@@ -3359,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; \
@@ -3385,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; \
@@ -3411,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; \
@@ -3437,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; \
@@ -3464,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; \
@@ -3490,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; \
@@ -3515,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; \
@@ -3540,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; \
@@ -3565,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; \
@@ -3590,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; \
@@ -3689,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; \
@@ -3715,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; \
@@ -3741,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; \
@@ -3767,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; \
@@ -3794,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; \
@@ -3820,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; \
@@ -3845,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; \
@@ -3870,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; \
@@ -3895,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; \
@@ -3920,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; \
@@ -4021,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; \
@@ -4047,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; \
@@ -4073,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; \
@@ -4099,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; \
@@ -4126,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; \
@@ -4152,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; \
@@ -4177,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; \
@@ -4202,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; \
@@ -4227,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; \
@@ -4252,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; \
@@ -4353,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; \
@@ -4379,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; \
@@ -4405,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; \
@@ -4431,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; \
@@ -4458,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; \
@@ -4484,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; \
@@ -4509,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; \
@@ -4534,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; \
@@ -4559,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; \
@@ -4584,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; \
@@ -4685,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; \
@@ -4711,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; \
@@ -4737,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; \
@@ -4763,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; \
@@ -4790,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; \
@@ -4816,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; \
@@ -4841,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; \
@@ -4866,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; \
@@ -4891,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; \
@@ -4916,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; \
@@ -5018,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; \
@@ -5044,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; \
@@ -5070,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; \
@@ -5096,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; \
@@ -5123,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; \
@@ -5149,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; \
@@ -5174,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; \
@@ -5199,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; \
@@ -5224,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; \
@@ -5249,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; \
@@ -5351,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; \
@@ -5377,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; \
@@ -5403,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; \
@@ -5429,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; \
@@ -5456,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; \
@@ -5482,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; \
@@ -5507,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; \
@@ -5532,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; \
@@ -5557,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; \
@@ -5582,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; \
@@ -5681,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; \
@@ -5707,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; \
@@ -5733,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; \
@@ -5759,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; \
@@ -5786,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; \
@@ -5812,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; \
@@ -5837,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; \
@@ -5862,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; \
@@ -5887,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; \
@@ -5912,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; \
@@ -6011,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; \
@@ -6037,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; \
@@ -6063,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; \
@@ -6089,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; \
@@ -6116,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; \
@@ -6142,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; \
@@ -6167,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; \
@@ -6192,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; \
@@ -6217,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; \
@@ -6242,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; \
@@ -6341,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; \
@@ -6367,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; \
@@ -6393,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; \
@@ -6419,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; \
@@ -6446,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; \
@@ -6472,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; \
@@ -6497,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; \
@@ -6522,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; \
@@ -6547,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; \
@@ -6572,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; \
@@ -6666,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; \
@@ -6692,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; \
@@ -6718,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; \
@@ -6744,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; \
@@ -6771,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; \
@@ -6797,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; \
@@ -6822,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; \
@@ -6847,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; \
@@ -6872,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; \
@@ -6897,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; \
@@ -6996,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; \
@@ -7022,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; \
@@ -7048,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; \
@@ -7074,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; \
@@ -7101,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; \
@@ -7127,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; \
@@ -7152,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; \
@@ -7177,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; \
@@ -7202,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; \
@@ -7227,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; \
@@ -7329,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; \
@@ -7355,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; \
@@ -7381,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; \
@@ -7407,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; \
@@ -7434,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; \
@@ -7460,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; \
@@ -7485,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; \
@@ -7510,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; \
@@ -7535,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; \
@@ -7560,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; \
@@ -7659,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; \
@@ -7685,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; \
@@ -7711,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; \
@@ -7737,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; \
@@ -7764,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; \
@@ -7790,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; \
@@ -7815,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; \
@@ -7840,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; \
@@ -7865,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; \
@@ -7890,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; \
@@ -7989,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; \
@@ -8015,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; \
@@ -8041,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; \
@@ -8067,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; \
@@ -8094,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; \
@@ -8120,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; \
@@ -8145,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; \
@@ -8170,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; \
@@ -8195,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; \
@@ -8220,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; \
@@ -8319,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; \
@@ -8345,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; \
@@ -8371,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; \
@@ -8397,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; \
@@ -8424,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; \
@@ -8450,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; \
@@ -8475,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; \
@@ -8500,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; \
@@ -8525,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; \
@@ -8550,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; \
@@ -8669,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; \
@@ -8724,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; \
@@ -8749,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; \
@@ -8774,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; \
@@ -8799,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; \
@@ -8901,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; \
@@ -8927,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; \
@@ -8953,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; \
@@ -8979,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; \
@@ -9006,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; \
@@ -9032,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; \
@@ -9057,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; \
@@ -9082,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; \
@@ -9107,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; \
@@ -9132,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; \
@@ -9233,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; \
@@ -9259,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; \
@@ -9285,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; \
@@ -9311,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; \
@@ -9338,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; \
@@ -9364,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; \
@@ -9389,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; \
@@ -9414,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; \
@@ -9439,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; \
@@ -9464,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; \
@@ -9565,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; \
@@ -9591,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; \
@@ -9617,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; \
@@ -9643,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; \
@@ -9670,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; \
@@ -9696,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; \
@@ -9721,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; \
@@ -9746,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; \
@@ -9771,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; \
@@ -9796,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; \
@@ -9895,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; \
@@ -9921,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; \
@@ -9947,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; \
@@ -9973,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; \
@@ -10000,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; \
@@ -10026,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; \
@@ -10051,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; \
@@ -10076,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; \
@@ -10101,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; \
@@ -10126,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; \
@@ -10225,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; \
@@ -10251,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; \
@@ -10277,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; \
@@ -10303,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; \
@@ -10330,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; \
@@ -10356,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; \
@@ -10381,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; \
@@ -10406,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; \
@@ -10431,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; \
@@ -10456,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; \
@@ -10555,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; \
@@ -10581,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; \
@@ -10607,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; \
@@ -10633,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; \
@@ -10660,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; \
@@ -10686,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; \
@@ -10711,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; \
@@ -10736,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; \
@@ -10761,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; \
@@ -10786,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; \
@@ -10885,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; \
@@ -10911,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; \
@@ -10937,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; \
@@ -10963,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; \
@@ -10990,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; \
@@ -11016,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; \
@@ -11041,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; \
@@ -11066,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; \
@@ -11091,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; \
@@ -11116,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; \
@@ -11215,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; \
@@ -11241,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; \
@@ -11267,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; \
@@ -11293,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; \
@@ -11320,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; \
@@ -11346,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; \
@@ -11371,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; \
@@ -11396,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; \
@@ -11421,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; \
@@ -11446,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; \
@@ -11545,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; \
@@ -11571,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; \
@@ -11597,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; \
@@ -11623,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; \
@@ -11650,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; \
@@ -11676,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; \
@@ -11701,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; \
@@ -11726,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; \
@@ -11751,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; \
@@ -11776,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; \
@@ -11875,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; \
@@ -11901,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; \
@@ -11927,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; \
@@ -11953,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; \
@@ -11980,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; \
@@ -12006,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; \
@@ -12031,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; \
@@ -12056,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; \
@@ -12081,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; \
@@ -12106,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; \
@@ -12207,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; \
@@ -12233,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; \
@@ -12259,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; \
@@ -12285,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; \
@@ -12312,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; \
@@ -12338,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; \
@@ -12363,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; \
@@ -12388,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; \
@@ -12413,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; \
@@ -12438,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; \
@@ -12537,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; \
@@ -12563,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; \
@@ -12589,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; \
@@ -12615,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; \
@@ -12642,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; \
@@ -12668,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; \
@@ -12703,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; \
@@ -12728,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; \
@@ -12753,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; \
@@ -12852,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; \
@@ -12878,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; \
@@ -12904,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; \
@@ -12930,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; \
@@ -12957,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; \
@@ -12983,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; \
@@ -13008,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; \
@@ -13033,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; \
@@ -13058,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; \
@@ -13083,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; \
@@ -13184,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; \
@@ -13210,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; \
@@ -13236,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; \
@@ -13262,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; \
@@ -13289,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; \
@@ -13315,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; \
@@ -13340,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; \
@@ -13365,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; \
@@ -13390,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; \
@@ -13415,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; \
@@ -13516,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; \
@@ -13542,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; \
@@ -13568,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; \
@@ -13594,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; \
@@ -13621,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; \
@@ -13647,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; \
@@ -13672,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; \
@@ -13697,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; \
@@ -13722,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; \
@@ -13747,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; \
@@ -13846,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; \
@@ -13872,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; \
@@ -13898,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; \
@@ -13924,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; \
@@ -13951,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; \
@@ -13977,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; \
@@ -14002,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; \
@@ -14027,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; \
@@ -14052,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; \
@@ -14077,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; \
@@ -14178,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; \
@@ -14204,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; \
@@ -14230,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; \
@@ -14256,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; \
@@ -14283,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; \
@@ -14309,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; \
@@ -14334,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; \
@@ -14359,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; \
@@ -14384,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; \
@@ -14409,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; \
@@ -14508,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; \
@@ -14534,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; \
@@ -14560,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; \
@@ -14586,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; \
@@ -14613,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; \
@@ -14639,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; \
@@ -14664,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; \
@@ -14689,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; \
@@ -14714,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; \
@@ -14739,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; \
@@ -14838,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; \
@@ -14864,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; \
@@ -14890,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; \
@@ -14916,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; \
@@ -14943,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; \
@@ -14969,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; \
@@ -14994,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; \
@@ -15019,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; \
@@ -15044,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; \
@@ -15069,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; \
@@ -15168,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; \
@@ -15194,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; \
@@ -15220,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; \
@@ -15246,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; \
@@ -15273,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; \
@@ -15299,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; \
@@ -15324,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; \
@@ -15349,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; \
@@ -15374,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; \
@@ -15399,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; \
@@ -15493,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; \
@@ -15519,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; \
@@ -15545,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; \
@@ -15571,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; \
@@ -15598,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; \
@@ -15624,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; \
@@ -15649,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; \
@@ -15674,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; \
@@ -15699,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; \
@@ -15724,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; \
@@ -15823,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; \
@@ -15849,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; \
@@ -15875,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; \
@@ -15901,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; \
@@ -15928,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; \
@@ -15954,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; \
@@ -15979,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; \
@@ -16004,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; \
@@ -16029,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; \
@@ -16054,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; \
@@ -16153,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; \
@@ -16179,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; \
@@ -16205,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; \
@@ -16231,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; \
@@ -16258,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; \
@@ -16284,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; \
@@ -16309,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; \
@@ -16334,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; \
@@ -16359,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; \
@@ -16384,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; \
@@ -16483,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; \
@@ -16509,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; \
@@ -16535,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; \
@@ -16561,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; \
@@ -16588,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; \
@@ -16614,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; \
@@ -16639,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; \
@@ -16664,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; \
@@ -16689,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; \
@@ -16714,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; \
@@ -16813,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; \
@@ -16839,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; \
@@ -16865,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; \
@@ -16891,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; \
@@ -16918,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; \
@@ -16944,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; \
@@ -16969,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; \
@@ -16994,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; \
@@ -17019,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; \
@@ -17044,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; \
@@ -17143,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; \
@@ -17169,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; \
@@ -17195,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; \
@@ -17221,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; \
@@ -17248,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; \
@@ -17274,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; \
@@ -17299,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; \
@@ -17324,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; \
@@ -17349,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; \
@@ -17374,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; \
@@ -17463,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; \
@@ -17489,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; \
@@ -17515,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; \
@@ -17541,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; \
@@ -17568,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; \
@@ -17594,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; \
@@ -17619,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; \
@@ -17644,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; \
@@ -17669,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; \
@@ -17694,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; \
@@ -17793,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; \
@@ -17819,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; \
@@ -17845,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; \
@@ -17871,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; \
@@ -17898,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; \
@@ -17924,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; \
@@ -17949,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; \
@@ -17974,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; \
@@ -17999,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; \
@@ -18024,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; \
@@ -18123,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; \
@@ -18149,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; \
@@ -18175,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; \
@@ -18201,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; \
@@ -18228,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; \
@@ -18254,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; \
@@ -18279,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; \
@@ -18304,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; \
@@ -18329,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; \
@@ -18354,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; \
@@ -18453,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; \
@@ -18479,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; \
@@ -18505,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; \
@@ -18531,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; \
@@ -18558,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; \
@@ -18584,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; \
@@ -18609,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; \
@@ -18634,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; \
@@ -18659,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; \
@@ -18684,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; \
@@ -18783,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; \
@@ -18809,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; \
@@ -18835,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; \
@@ -18861,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; \
@@ -18888,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; \
@@ -18914,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; \
@@ -18939,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; \
@@ -18964,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; \
@@ -18989,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; \
@@ -19014,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; \
@@ -19113,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; \
@@ -19139,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; \
@@ -19165,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; \
@@ -19191,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; \
@@ -19218,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; \
@@ -19244,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; \
@@ -19269,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; \
@@ -19294,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; \
@@ -19319,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; \
@@ -19344,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; \
@@ -19443,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; \
@@ -19469,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; \
@@ -19495,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; \
@@ -19521,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; \
@@ -19548,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; \
@@ -19574,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; \
@@ -19599,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; \
@@ -19624,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; \
@@ -19649,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; \
@@ -19674,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; \
@@ -19773,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; \
@@ -19799,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; \
@@ -19825,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; \
@@ -19851,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; \
@@ -19878,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; \
@@ -19904,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; \
@@ -19929,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; \
@@ -19954,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; \
@@ -19979,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; \
@@ -20004,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; \
@@ -20098,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; \
@@ -20124,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; \
@@ -20150,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; \
@@ -20176,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; \
@@ -20203,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; \
@@ -20229,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; \
@@ -20254,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; \
@@ -20279,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; \
@@ -20304,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; \
@@ -20329,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; \
@@ -20428,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; \
@@ -20454,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; \
@@ -20480,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; \
@@ -20506,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; \
@@ -20533,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; \
@@ -20559,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; \
@@ -20584,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; \
@@ -20609,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; \
@@ -20634,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; \
@@ -20659,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; \
@@ -20758,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; \
@@ -20784,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; \
@@ -20810,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; \
@@ -20836,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; \
@@ -20863,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; \
@@ -20889,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; \
@@ -20914,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; \
@@ -20939,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; \
@@ -20964,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; \
@@ -20989,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; \
@@ -21088,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; \
@@ -21114,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; \
@@ -21140,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; \
@@ -21166,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; \
@@ -21193,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; \
@@ -21219,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; \
@@ -21244,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; \
@@ -21269,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; \
@@ -21294,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; \
@@ -21319,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; \
@@ -21418,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; \
@@ -21444,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; \
@@ -21470,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; \
@@ -21496,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; \
@@ -21523,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; \
@@ -21549,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; \
@@ -21574,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; \
@@ -21599,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; \
@@ -21624,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; \
@@ -21649,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; \
@@ -21751,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; \
@@ -21777,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; \
@@ -21803,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; \
@@ -21829,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; \
@@ -21856,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; \
@@ -21882,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; \
@@ -21907,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; \
@@ -21932,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; \
@@ -21957,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; \
@@ -21982,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; \
@@ -22073,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; \
@@ -22099,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; \
@@ -22125,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; \
@@ -22151,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; \
@@ -22178,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; \
@@ -22204,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; \
@@ -22229,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; \
@@ -22254,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; \
@@ -22279,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; \
@@ -22304,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; \
@@ -22403,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; \
@@ -22429,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; \
@@ -22455,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; \
@@ -22481,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; \
@@ -22508,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; \
@@ -22534,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; \
@@ -22559,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; \
@@ -22584,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; \
@@ -22609,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; \
@@ -22634,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; \
@@ -22733,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; \
@@ -22759,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; \
@@ -22785,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; \
@@ -22811,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; \
@@ -22838,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; \
@@ -22864,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; \
@@ -22889,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; \
@@ -22914,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; \
@@ -22939,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; \
@@ -22964,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; \
@@ -23063,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; \
@@ -23089,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; \
@@ -23115,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; \
@@ -23141,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; \
@@ -23168,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; \
@@ -23194,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; \
@@ -23219,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; \
@@ -23244,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; \
@@ -23269,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; \
@@ -23294,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; \
@@ -23393,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; \
@@ -23419,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; \
@@ -23445,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; \
@@ -23471,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; \
@@ -23498,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; \
@@ -23524,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; \
@@ -23549,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; \
@@ -23574,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; \
@@ -23599,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; \
@@ -23624,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; \
@@ -23718,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; \
@@ -23744,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; \
@@ -23770,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; \
@@ -23796,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; \
@@ -23823,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; \
@@ -23849,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; \
@@ -23983,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; \
@@ -24009,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; \
@@ -24035,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; \
@@ -24061,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; \
@@ -24088,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; \
@@ -24114,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; \
@@ -24139,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; \
@@ -24164,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; \
@@ -24189,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; \
@@ -24214,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; \
@@ -24330,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; \
@@ -24356,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; \
@@ -24382,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; \
@@ -24408,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; \
@@ -24435,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; \
@@ -24461,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; \
@@ -24486,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; \
@@ -24511,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; \
@@ -24536,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; \
@@ -24561,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; \
@@ -24672,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; \
@@ -24698,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; \
@@ -24724,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; \
@@ -24750,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; \
@@ -24777,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; \
@@ -24803,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; \
@@ -24828,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; \
@@ -24853,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; \
@@ -24878,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; \
@@ -24903,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; \
@@ -25014,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; \
@@ -25040,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; \
@@ -25066,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; \
@@ -25092,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; \
@@ -25119,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; \
@@ -25145,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; \
@@ -25170,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; \
@@ -25195,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; \
@@ -25220,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; \
@@ -25245,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; \
@@ -25356,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; \
@@ -25382,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; \
@@ -25408,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; \
@@ -25434,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; \
@@ -25461,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; \
@@ -25487,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; \
@@ -25512,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; \
@@ -25537,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; \
@@ -25562,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; \
@@ -25587,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; \
@@ -25698,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; \
@@ -25724,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; \
@@ -25750,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; \
@@ -25776,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; \
@@ -25803,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; \
@@ -25829,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; \
@@ -25854,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; \
@@ -25879,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; \
@@ -25904,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; \
@@ -25929,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; \
@@ -26057,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; \
@@ -26083,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; \
@@ -26109,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; \
@@ -26135,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; \
@@ -26162,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; \
@@ -26188,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; \
@@ -26339,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; \
@@ -26365,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; \
@@ -26391,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; \
@@ -26417,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; \
@@ -26444,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; \
@@ -26470,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; \
@@ -26495,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; \
@@ -26520,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; \
@@ -26545,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; \
@@ -26570,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; \
@@ -26676,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; \
@@ -26702,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; \
@@ -26728,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; \
@@ -26754,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; \
@@ -26781,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; \
@@ -26807,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; \
@@ -26832,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; \
@@ -26857,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; \
@@ -26882,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; \
@@ -26907,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; \
@@ -27018,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; \
@@ -27044,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; \
@@ -27070,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; \
@@ -27096,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; \
@@ -27123,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; \
@@ -27149,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; \
@@ -27174,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; \
@@ -27199,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; \
@@ -27224,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; \
@@ -27249,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; \
@@ -27360,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; \
@@ -27386,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; \
@@ -27412,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; \
@@ -27438,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; \
@@ -27465,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; \
@@ -27491,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; \
@@ -27516,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; \
@@ -27541,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; \
@@ -27566,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; \
@@ -27591,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; \
@@ -27692,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; \
@@ -27718,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; \
@@ -27744,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; \
@@ -27770,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; \
@@ -27797,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; \
@@ -27823,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; \
@@ -27848,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; \
@@ -27873,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; \
@@ -27898,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; \
@@ -27923,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; \
@@ -28034,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; \
@@ -28060,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; \
@@ -28086,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; \
@@ -28112,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; \
@@ -28139,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; \
@@ -28165,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; \
@@ -28190,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; \
@@ -28215,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; \
@@ -28240,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; \
@@ -28265,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; \
@@ -28376,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; \
@@ -28402,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; \
@@ -28428,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; \
@@ -28454,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; \
@@ -28481,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; \
@@ -28507,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; \
@@ -28532,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; \
@@ -28557,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; \
@@ -28582,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; \
@@ -28607,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; \
@@ -28740,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; \
@@ -28766,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; \
@@ -28792,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; \
@@ -28818,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; \
@@ -28845,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; \
@@ -28871,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; \
@@ -28896,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; \
@@ -28921,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; \
@@ -28946,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; \
@@ -28971,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; \
@@ -29082,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; \
@@ -29108,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; \
@@ -29134,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; \
@@ -29160,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; \
@@ -29187,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; \
@@ -29213,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; \
@@ -29238,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; \
@@ -29263,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; \
@@ -29288,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; \
@@ -29313,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; \
@@ -29424,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; \
@@ -29450,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; \
@@ -29476,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; \
@@ -29502,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; \
@@ -29529,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; \
@@ -29555,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; \
@@ -29580,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; \
@@ -29605,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; \
@@ -29630,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; \
@@ -29655,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; \
@@ -29766,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; \
@@ -29792,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; \
@@ -29818,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; \
@@ -29844,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; \
@@ -29871,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; \
@@ -29897,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; \
@@ -29922,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; \
@@ -29947,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; \
@@ -29972,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; \
@@ -29997,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; \
@@ -30108,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; \
@@ -30134,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; \
@@ -30160,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; \
@@ -30186,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; \
@@ -30213,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; \
@@ -30239,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; \
@@ -30264,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; \
@@ -30289,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; \
@@ -30314,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; \
@@ -30339,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; \
@@ -30523,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
@@ -30562,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 \
@@ -30656,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: \
@@ -30669,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
@@ -30703,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
@@ -30713,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:
@@ -30757,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
@@ -30767,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:
@@ -30811,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
@@ -30821,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:
@@ -30865,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
@@ -30875,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:
@@ -30919,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
@@ -30973,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
@@ -30983,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:
@@ -31027,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
@@ -31037,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:
@@ -31081,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
@@ -31091,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:
@@ -31135,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
@@ -31145,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:
@@ -31189,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
@@ -31199,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:
@@ -31225,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
@@ -31240,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
@@ -31353,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: \
@@ -31366,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
@@ -31400,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
@@ -31411,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:
@@ -31456,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
@@ -31467,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:
@@ -31512,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
@@ -31523,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:
@@ -31568,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
@@ -31579,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:
@@ -31624,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
@@ -31680,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
@@ -31691,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:
@@ -31736,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
@@ -31747,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:
@@ -31792,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
@@ -31803,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:
@@ -31848,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
@@ -31859,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:
@@ -31904,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
@@ -31915,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:
@@ -31941,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
@@ -31960,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
@@ -32074,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: \
@@ -32087,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
@@ -32121,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
@@ -32132,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:
@@ -32177,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
@@ -32188,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:
@@ -32233,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
@@ -32244,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:
@@ -32289,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
@@ -32300,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:
@@ -32345,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
@@ -32401,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
@@ -32412,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:
@@ -32457,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
@@ -32468,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:
@@ -32513,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
@@ -32524,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:
@@ -32569,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
@@ -32580,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:
@@ -32625,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
@@ -32636,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:
@@ -32689,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
@@ -32711,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
@@ -32825,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: \
@@ -32838,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
@@ -32872,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
@@ -32883,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:
@@ -32928,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
@@ -32939,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:
@@ -32984,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
@@ -32995,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:
@@ -33040,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
@@ -33051,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:
@@ -33096,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
@@ -33152,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
@@ -33163,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:
@@ -33208,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
@@ -33219,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:
@@ -33264,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
@@ -33275,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:
@@ -33320,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
@@ -33331,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:
@@ -33376,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
@@ -33387,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:
@@ -33440,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
@@ -33459,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
@@ -33572,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: \
@@ -33585,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
@@ -33619,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
@@ -33630,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:
@@ -33675,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
@@ -33686,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:
@@ -33731,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
@@ -33742,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:
@@ -33787,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
@@ -33798,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:
@@ -33843,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
@@ -33899,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
@@ -33910,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:
@@ -33955,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
@@ -33966,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:
@@ -34011,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
@@ -34022,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:
@@ -34067,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
@@ -34078,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:
@@ -34123,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
@@ -34134,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:
@@ -34157,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
@@ -34176,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
@@ -34289,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: \
@@ -34302,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
@@ -34336,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
@@ -34347,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:
@@ -34392,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
@@ -34403,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:
@@ -34448,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
@@ -34459,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:
@@ -34504,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
@@ -34515,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:
@@ -34560,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
@@ -34616,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
@@ -34627,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:
@@ -34672,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
@@ -34683,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:
@@ -34728,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
@@ -34739,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:
@@ -34784,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
@@ -34795,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:
@@ -34840,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
@@ -34851,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:
@@ -34874,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
@@ -35530,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@