diff options
author | Tristan Gingold <gingold@adacore.com> | 2011-11-21 13:02:04 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2011-11-21 13:02:04 +0000 |
commit | dd45c43652381a19620187a22e9b31001c7d4708 (patch) | |
tree | 982ab54d9326895cc21e90b30022b1af6099c4f2 /bfd/Makefile.am | |
parent | 1107d58285422495be57d6c0c720bece1516fe97 (diff) | |
download | gdb-dd45c43652381a19620187a22e9b31001c7d4708.tar.gz |
bfd/
2011-11-21 Tristan Gingold <gingold@adacore.com>
* configure.in: Bump version to 2.22.0
* Makefile.am (RELEASE): Unset.
* configure, Makefile.in: Regenerate.
Diffstat (limited to 'bfd/Makefile.am')
-rw-r--r-- | bfd/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/Makefile.am b/bfd/Makefile.am index ea4fd284a2c..8610d5e361f 100644 --- a/bfd/Makefile.am +++ b/bfd/Makefile.am @@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS = 1.11 no-dist foreign ACLOCAL_AMFLAGS = -I . -I .. -I ../config # Uncomment the following line when doing a release. -RELEASE=y +# RELEASE=y INCDIR = $(srcdir)/../include CSEARCH = -I. -I$(srcdir) -I$(INCDIR) |