2006-09-14 Paul Brook <paul@codesourcery.com>
authorPaul Brook <paul@codesourcery.com>
Thu, 14 Sep 2006 02:23:01 +0000 (02:23 +0000)
committerPaul Brook <paul@codesourcery.com>
Thu, 14 Sep 2006 02:23:01 +0000 (02:23 +0000)
ld/
* Makefile.in: Regenerate.

ChangeLog.csl
ld/Makefile.in

index 9e03ee2..232c64c 100644 (file)
@@ -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/
index 846af42..1c3fabc 100644 (file)
@@ -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) \