Index: binutils/bfd/Makefile.in |
diff --git a/binutils/bfd/Makefile.in b/binutils/bfd/Makefile.in |
index 6bebad7e872e12e091fbdbaeb5fa32862fe959b9..4068a2d733bdd7e68887dff396612b6b0be646f3 100644 |
--- a/binutils/bfd/Makefile.in |
+++ b/binutils/bfd/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, |
@@ -317,7 +317,7 @@ AUTOMAKE_OPTIONS = 1.11 no-dist foreign |
ACLOCAL_AMFLAGS = -I . -I .. -I ../config |
# Uncomment the following line when doing a release. |
-RELEASE = y |
+# RELEASE=y |
INCDIR = $(srcdir)/../include |
CSEARCH = -I. -I$(srcdir) -I$(INCDIR) |
SUBDIRS = doc po |
@@ -1537,7 +1537,7 @@ uninstall-bfdincludeHEADERS: |
# (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]*);; \ |
@@ -1562,7 +1562,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]*);; \ |