summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2006-09-14 02:23:01 +0000
committerPaul Brook <paul@codesourcery.com>2006-09-14 02:23:01 +0000
commitbf84376ccee38edc427143a4fb9758418111274d (patch)
tree2d60db88442ebba989e4aa3285f3ec820821e30b
parent2a84546d1bfa561a5662f760467b1248d2778dc2 (diff)
downloadbinutils-redhat-bf84376ccee38edc427143a4fb9758418111274d.tar.gz
2006-09-14 Paul Brook <paul@codesourcery.com>binutils-csl-sourcerygxx-4_1-20
ld/ * Makefile.in: Regenerate.
-rw-r--r--ChangeLog.csl5
-rw-r--r--ld/Makefile.in3
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 9e03ee2b68..232c64cede 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,8 @@
+2006-09-14 Paul Brook <paul@codesourcery.com>
+
+ ld/
+ * Makefile.in: Regenerate.
+
2006-09-11 Nathan Sidwell <nathan@codesourcery.com>
gas/
diff --git a/ld/Makefile.in b/ld/Makefile.in
index 846af42949..1c3fabc2b0 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -200,7 +200,7 @@ PATH_SEPARATOR = @PATH_SEPARATOR@
POFILES = @POFILES@
POSUB = @POSUB@
RANLIB = @RANLIB@
-REPORT_BUGS_TO = @REPORT_BUGS_TO@
+REPORT_BUGS_TO = `test -z "@REPORT_BUGS_TO@" || echo "-DREPORT_BUGS_TO=\"@REPORT_BUGS_TO@\""`
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRINGIFY = @STRINGIFY@
@@ -329,7 +329,6 @@ noinst_TEXINFOS = ldint.texinfo
man_MANS = ld.1
AM_MAKEINFOFLAGS = -I $(srcdir) -I $(BFDDIR)/doc -I $(top_srcdir)/../libiberty
TEXI2DVI = texi2dvi -I $(srcdir) -I $(BFDDIR)/doc -I $(top_srcdir)/../libiberty
-REPORT_BUGS_TO = `test -z "@REPORT_BUGS_TO"" || echo "-DREPORT_BUGS_TO=\"@REPORT_BUGS_TO@\""`
INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(BFDDIR) -I$(INCDIR) \
-I$(top_srcdir)/../intl -I../intl $(HDEFINES) $(CFLAGS) \
$(REPORT_BUGS_TO) \