public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Michael Frysinger <vapier@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r14-4648] sim: add distclean dep for gnulib
Date: Sun, 15 Oct 2023 16:56:24 +0000 (GMT)	[thread overview]
Message-ID: <20231015165625.1F5E83858D33@sourceware.org> (raw)

https://gcc.gnu.org/g:ade39f90be0106e8eae88b8954bdcac775aed8a2

commit r14-4648-gade39f90be0106e8eae88b8954bdcac775aed8a2
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Sun Oct 15 21:30:43 2023 +0545

    sim: add distclean dep for gnulib
    
    ChangeLog:
    
            * Makefile.def: Add distclean-sim dependency on distclean-gnulib.
            * Makefile.in: Regenerate.

Diff:
---
 Makefile.def | 1 +
 Makefile.in  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/Makefile.def b/Makefile.def
index 870150183b9..15c068e4ac4 100644
--- a/Makefile.def
+++ b/Makefile.def
@@ -612,6 +612,7 @@ dependencies = { module=check-libctf; on=all-ld; };
 // gdb and gdbserver.
 dependencies = { module=distclean-gnulib; on=distclean-gdb; };
 dependencies = { module=distclean-gnulib; on=distclean-gdbserver; };
+dependencies = { module=distclean-gnulib; on=distclean-sim; };
 
 // Warning, these are not well tested.
 dependencies = { module=all-bison; on=all-intl; };
diff --git a/Makefile.in b/Makefile.in
index e0e3c4c8fe8..1dda62a0303 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -66891,6 +66891,7 @@ check-stageautoprofile-libctf: maybe-all-stageautoprofile-ld
 check-stageautofeedback-libctf: maybe-all-stageautofeedback-ld
 distclean-gnulib: maybe-distclean-gdb
 distclean-gnulib: maybe-distclean-gdbserver
+distclean-gnulib: maybe-distclean-sim
 all-bison: maybe-all-build-texinfo
 all-flex: maybe-all-build-bison
 all-flex: maybe-all-m4

                 reply	other threads:[~2023-10-15 16:56 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=20231015165625.1F5E83858D33@sourceware.org \
    --to=vapier@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.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).