diff options
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/Makefile.in | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index b558bfd..4fc15bf 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,9 @@ 2005-09-30 H.J. Lu <hongjiu.lu@intel.com> + * Makefile.in: Regenerated. + +2005-09-30 H.J. Lu <hongjiu.lu@intel.com> + * sysinfo.y (main): Undo last change. 2005-08-30 Mark Mitchell <mark@codesourcery.com> diff --git a/binutils/Makefile.in b/binutils/Makefile.in index 91f5834..60e0b6e 100644 --- a/binutils/Makefile.in +++ b/binutils/Makefile.in @@ -1350,3 +1350,6 @@ rclex.o: rclex.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h windres.h \ winduni.h rcparse.h # IF YOU PUT ANYTHING HERE IT WILL GO AWAY +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: |