diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2008-03-27 13:40:08 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gcc.gnu.org> | 2008-03-27 13:40:08 +0000 |
commit | c91c9c2ee8a877a31e6a4ecf93b3fe0d779afcc0 (patch) | |
tree | 6d8b2abaa77b9ba097422b8ebbb72ee15e6a3ef1 /libiberty/Makefile.in | |
parent | 724256083eea3833f018ae2c2cc7b00209b788b5 (diff) | |
download | gcc-c91c9c2ee8a877a31e6a4ecf93b3fe0d779afcc0.zip gcc-c91c9c2ee8a877a31e6a4ecf93b3fe0d779afcc0.tar.gz gcc-c91c9c2ee8a877a31e6a4ecf93b3fe0d779afcc0.tar.bz2 |
configure.ac (frags): Don't set, use frag instead.
2008-03-27 Paolo Bonzini <bonzini@gnu.org>
* configure.ac (frags): Don't set, use frag instead.
(PICFLAG): Set here and substitute.
* Makefile.in (PICFLAG): Substitute from autoconf.
* configure: Regenerate.
From-SVN: r133639
Diffstat (limited to 'libiberty/Makefile.in')
-rw-r--r-- | libiberty/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index bb3bd81..40a1d47 100644 --- a/libiberty/Makefile.in +++ b/libiberty/Makefile.in @@ -60,7 +60,7 @@ RANLIB = @RANLIB@ MAKEINFO = @MAKEINFO@ PERL = @PERL@ -PICFLAG = +PICFLAG = @PICFLAG@ MAKEOVERRIDES = |