aboutsummaryrefslogtreecommitdiff
path: root/src-release
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2011-08-19 15:51:11 +0000
committerJoel Brobecker <brobecker@gnat.com>2011-08-19 15:51:11 +0000
commit0fb7f80a64b977398f012b8cf2f99f126ac30703 (patch)
tree276a37ad66824f31f96475e0f700148e139088a1 /src-release
parentf0d74e1588710e4ecfda57a9181aba65e49a2372 (diff)
downloadgdb-0fb7f80a64b977398f012b8cf2f99f126ac30703.zip
gdb-0fb7f80a64b977398f012b8cf2f99f126ac30703.tar.gz
gdb-0fb7f80a64b977398f012b8cf2f99f126ac30703.tar.bz2
Include the <root>/cpu/ dir in GDB releases
This directory contains some files that are used to generate some of the files included in the GDB release, and thus must be part of the GDB release also. ChangeLog: * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
Diffstat (limited to 'src-release')
-rw-r--r--src-release2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-release b/src-release
index 8c25e6b..cba4384 100644
--- a/src-release
+++ b/src-release
@@ -269,7 +269,7 @@ gnats.tar.bz2: $(DIST_SUPPORT) $(GNATS_SUPPORT_DIRS) gnats
SUPPORT_FILES="$(GNATS_SUPPORT_DIRS)"
.PHONY: gdb.tar.bz2
-GDB_SUPPORT_DIRS= bfd include libiberty opcodes readline sim intl libdecnumber
+GDB_SUPPORT_DIRS= bfd include libiberty opcodes readline sim intl libdecnumber cpu
gdb.tar.bz2: $(DIST_SUPPORT) $(GDB_SUPPORT_DIRS) gdb
$(MAKE) -f $(SELF) gdb-taz TOOL=gdb \
MD5PROG="$(MD5PROG)" \