diff options
author | Joel Brobecker <brobecker@adacore.com> | 2022-01-16 13:50:38 +0400 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2022-01-16 13:50:38 +0400 |
commit | a3f34021316d60ce33d2d52db76b463282519aef (patch) | |
tree | 93e3bad5bad275f710b318b9f98d6aa279546f35 /gdb/copyright.py | |
parent | f61defbc986e4ed6da99a3cc061e4134552f4a21 (diff) | |
download | gdb-a3f34021316d60ce33d2d52db76b463282519aef.zip gdb-a3f34021316d60ce33d2d52db76b463282519aef.tar.gz gdb-a3f34021316d60ce33d2d52db76b463282519aef.tar.bz2 |
gdb/copyright.py: Do not update gdbsupport/Makefile.in
This file is generated, so we should not modify it (any modification
we make is going to be undone at the next re-generation anyway).
Diffstat (limited to 'gdb/copyright.py')
-rw-r--r-- | gdb/copyright.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/copyright.py b/gdb/copyright.py index 3c44ae2..8ae9fff 100644 --- a/gdb/copyright.py +++ b/gdb/copyright.py @@ -209,6 +209,7 @@ def main(): EXCLUDE_LIST = ( "gdb/nat/glibc_thread_db.h", "gdb/CONTRIBUTE", + "gdbsupport/Makefile.in", "gnulib/import", "gnulib/config.in", "gnulib/Makefile.in", |