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] Add diststuff target to Makefile.


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

commit bdd2d2b7e6fbe90a07bd631cb599266fc6e12b5e
Author: Cary Coutant <ccoutant@gmail.com>
Date:   Thu Jun 4 22:58:39 2015 -0700

    Add diststuff target to Makefile.
    
    gold/
    	PR gold/18200
    	* Makefile.am (diststuff): Add target.
    	* Makefile.in: Regenerate.

Diff:
---
 gold/ChangeLog   | 6 ++++++
 gold/Makefile.am | 2 ++
 gold/Makefile.in | 6 ++++--
 3 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/gold/ChangeLog b/gold/ChangeLog
index bb3ea82..8d9f414 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,5 +1,11 @@
 2015-06-04  Cary Coutant  <ccoutant@gmail.com>
 
+	PR gold/18200
+	* Makefile.am (diststuff): Add target.
+	* Makefile.in: Regenerate.
+
+2015-06-04  Cary Coutant  <ccoutant@gmail.com>
+
 	PR gold/17498
 	* object.cc (Sized_relobj_file::do_count_local_symbols): Discard
 	temporary locals in merge sections.
diff --git a/gold/Makefile.am b/gold/Makefile.am
index 5603f3c..01b00a4 100644
--- a/gold/Makefile.am
+++ b/gold/Makefile.am
@@ -169,6 +169,8 @@ DEFFILES = arm-reloc.def aarch64-reloc.def
 
 EXTRA_DIST = yyscript.c yyscript.h
 
+diststuff: $(EXTRA_DIST)
+
 TARGETSOURCES = \
 	i386.cc x86_64.cc sparc.cc powerpc.cc arm.cc arm-reloc-property.cc tilegx.cc \
 	mips.cc aarch64.cc aarch64-reloc-property.cc
diff --git a/gold/Makefile.in b/gold/Makefile.in
index 8e0ff0e..8a23524 100644
--- a/gold/Makefile.in
+++ b/gold/Makefile.in
@@ -70,8 +70,8 @@ subdir = .
 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 \
-	ftruncate.c pread.c mremap.c yyscript.h yyscript.c \
+	$(srcdir)/../mkinstalldirs $(top_srcdir)/po/Make-in mremap.c \
+	pread.c ffsll.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 \
@@ -1297,6 +1297,8 @@ uninstall-am: uninstall-binPROGRAMS
 	uninstall-am uninstall-binPROGRAMS
 
 
+diststuff: $(EXTRA_DIST)
+
 # Use an explicit dependency for the bison generated header file.
 expression.$(OBJEXT): yyscript.h
 script-sections.$(OBJEXT): yyscript.h


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