]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
libiberty: fix --enable-install-libiberty flag [PR 56780]
authorMike Frysinger <vapier@gentoo.org>
Mon, 6 Jan 2014 18:15:31 +0000 (18:15 +0000)
committerMike Frysinger <vapier@gentoo.org>
Tue, 7 Jan 2014 14:24:44 +0000 (09:24 -0500)
commit5f14d9c9e3f61cb79da5e7697af2fe264def852f
tree3de7caf742705960a280a4262ec82790abefc1c0
parentb9c0a80c9deace8fda57ee6b558d2f73725c4823
libiberty: fix --enable-install-libiberty flag [PR 56780]

Commit 199570 fixed the --disable-install-libiberty behavior, but it also
added a bug where the enable path never works because the initial clear
of target_header_dir wasn't deleted.  So we end up initializing properly
at the top only to reset it at the end all the time.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@206367 138bc75d-0d04-0410-961f-82ee72b054a4
(cherry picked from commit 369be6981b26787b2685e3b8c6da779dae8ce35f)
libiberty/ChangeLog
libiberty/configure
libiberty/configure.ac