This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Regenerate Makefile.in to get rid of annoying diffs caused by non-deterministic automake.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=e83563a9ed0dd6ccc415c4b0cce373fc3264b7a5

commit e83563a9ed0dd6ccc415c4b0cce373fc3264b7a5
Author: Cary Coutant <ccoutant@gmail.com>
Date:   Sun Dec 11 16:40:11 2016 -0800

    Regenerate Makefile.in to get rid of annoying diffs caused by non-deterministic automake.
    
    	* Makefile.in: Regenerate.

Diff:
---
 gold/ChangeLog   | 4 ++++
 gold/Makefile.in | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gold/ChangeLog b/gold/ChangeLog
index 38fd9ea..7ff70b2 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,7 @@
+2016-12-11  Cary Coutant  <ccoutant@gmail.com>
+
+	* Makefile.in: Regenerate.
+
 2016-12-08  Alan Modra  <amodra@gmail.com>
 
 	* powerpc.cc (Powerpc_relobj::stub_table): Return NULL rather
diff --git a/gold/Makefile.in b/gold/Makefile.in
index 98ab28e..1e0578d 100644
--- a/gold/Makefile.in
+++ b/gold/Makefile.in
@@ -88,7 +88,7 @@ DIST_COMMON = NEWS README ChangeLog $(srcdir)/Makefile.in \
 	$(srcdir)/Makefile.am $(top_srcdir)/configure \
 	$(am__configure_deps) $(srcdir)/config.in \
 	$(srcdir)/../mkinstalldirs $(top_srcdir)/po/Make-in ffsll.c \
-	mremap.c ftruncate.c pread.c yyscript.h yyscript.c \
+	pread.c mremap.c ftruncate.c yyscript.h yyscript.c \
 	$(srcdir)/../depcomp $(srcdir)/../ylwrap
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/../config/depstand.m4 \


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]