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

Cary Coutant ccoutant@gmail.com
Fri Jun 5 05:54:00 GMT 2015


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



More information about the Binutils mailing list