diff options
author | Joel Brobecker <brobecker@gnat.com> | 2011-08-19 15:48:36 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2011-08-19 15:48:36 +0000 |
commit | 860144e4f65b554c76354501e8438047ea446e4b (patch) | |
tree | 938906ad7f7c41df8745f86b6cf94acf109a7bc7 /src-release | |
parent | 6753e72f10fd1455b57c6acf86abc4e71d3039ca (diff) | |
download | binutils-gdb-860144e4f65b554c76354501e8438047ea446e4b.tar.gz |
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-release | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-release b/src-release index 8c25e6bdeee..cba43849241 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)" \ |