aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2007-08-23 20:33:48 +0000
committerJoel Brobecker <brobecker@gnat.com>2007-08-23 20:33:48 +0000
commit4de6a07ed0610c788feb4de972a1ad0b72422387 (patch)
tree87eb639022a5218eb86b3391af63bceaad80a9af /gdb/Makefile.in
parent01d4100f869abd604b90548c47e77dd5b781a7f6 (diff)
downloadgdb-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.in4
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