summaryrefslogtreecommitdiff
path: root/gold/Makefile.in
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2010-08-19 23:42:02 +0000
committerIan Lance Taylor <ian@airs.com>2010-08-19 23:42:02 +0000
commit053de8ad8679f394726f04f250cc4a626ed7426b (patch)
tree539739eacdb03877a900e1df6244a8673d724954 /gold/Makefile.in
parentb7a65a57d22b933572c7f8c305bba9111e66faa2 (diff)
downloadbinutils-redhat-053de8ad8679f394726f04f250cc4a626ed7426b.tar.gz
* Makefile.in: Rebuild with automake 1.11.1.
* aclocal.m4: Likewise. * testsuite/Makefile.in: Likewise.
Diffstat (limited to 'gold/Makefile.in')
-rw-r--r--gold/Makefile.in15
1 files changed, 8 insertions, 7 deletions
diff --git a/gold/Makefile.in b/gold/Makefile.in
index fdc9dab5d0..bf729cf85c 100644
--- a/gold/Makefile.in
+++ b/gold/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11 from Makefile.am.
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
@@ -716,7 +716,7 @@ distclean-compile:
# (which will cause the Makefiles to be regenerated when you run `make');
# (2) otherwise, pass the desired values on the `make' command line.
$(RECURSIVE_TARGETS):
- @failcom='exit 1'; \
+ @fail= failcom='exit 1'; \
for f in x $$MAKEFLAGS; do \
case $$f in \
*=* | --[!k]*);; \
@@ -741,7 +741,7 @@ $(RECURSIVE_TARGETS):
fi; test -z "$$fail"
$(RECURSIVE_CLEAN_TARGETS):
- @failcom='exit 1'; \
+ @fail= failcom='exit 1'; \
for f in x $$MAKEFLAGS; do \
case $$f in \
*=* | --[!k]*);; \
@@ -956,10 +956,11 @@ $(TEST_SUITE_LOG): $(TEST_LOGS)
check-TESTS:
@list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list
@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
- @set_logs=; if test "X$(TEST_LOGS)" = X.log; then \
- set_logs=TEST_LOGS=; \
- fi; \
- $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) $$set_logs
+ @list='$(TEST_LOGS)'; \
+ list=`for f in $$list; do \
+ test .log = $$f || echo $$f; \
+ done | tr '\012\015' ' '`; \
+ $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$list"
.log.html:
@list='$(RST2HTML) $$RST2HTML rst2html rst2html.py'; \