This is the mail archive of the binutils@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]

[gold commit] PR 18200: Add diststuff target to Makefile


This adds the diststuff target to the Gold Makefile, so that the
bison-generated files get included in the source distribution.

-cary


2015-06-04  Cary Coutant  <ccoutant.com>

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


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


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