]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
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 9e03ee2b68210b9372c72c60dbfd567377080180..232c64cedec145374d6ec7a45d1b073e9f5a116d 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 846af4294945c199c62ea8ca2c20de9556abdc07..1c3fabc2b01030cefd24a7a64e6931e2a1c55a2c 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) \