diff options
author | Joel Brobecker <brobecker@gnat.com> | 2007-08-23 20:33:48 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2007-08-23 20:33:48 +0000 |
commit | 4de6a07ed0610c788feb4de972a1ad0b72422387 (patch) | |
tree | 87eb639022a5218eb86b3391af63bceaad80a9af /gdb/Makefile.in | |
parent | 01d4100f869abd604b90548c47e77dd5b781a7f6 (diff) | |
download | gdb-4de6a07ed0610c788feb4de972a1ad0b72422387.zip gdb-4de6a07ed0610c788feb4de972a1ad0b72422387.tar.gz gdb-4de6a07ed0610c788feb4de972a1ad0b72422387.tar.bz2 |
* Makefile.in (copying.c): Use the top-level COPYING3 as the file
that contains the GDB license.
* copying.awk: Adjust to the GPLv3 wording.
* copying.c: Regenerate.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 5df55f9..8648a12 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1386,9 +1386,9 @@ doc/gdb.info: # Make copying.c from COPYING $(srcdir)/copying.c: @MAINTAINER_MODE_TRUE@ \ - $(srcdir)/COPYING $(srcdir)/copying.awk + $(srcdir)/../COPYING3 $(srcdir)/copying.awk awk -f $(srcdir)/copying.awk \ - < $(srcdir)/COPYING > $(srcdir)/copying.tmp + < $(srcdir)/../COPYING3 > $(srcdir)/copying.tmp mv $(srcdir)/copying.tmp $(srcdir)/copying.c version.c: Makefile version.in |