public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Cary Coutant <ccoutant@gmail.com>
To: Binutils <binutils@sourceware.org>
Subject: [gold commit] PR 18200: Add diststuff target to Makefile
Date: Fri, 05 Jun 2015 05:54:00 -0000	[thread overview]
Message-ID: <CAJimCsG_C5S9eiJXydfqb42SiZELC0t0hO=QJ6=Lbhy6BCO79g@mail.gmail.com> (raw)

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

                 reply	other threads:[~2015-06-05  5:54 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAJimCsG_C5S9eiJXydfqb42SiZELC0t0hO=QJ6=Lbhy6BCO79g@mail.gmail.com' \
    --to=ccoutant@gmail.com \
    --cc=binutils@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).