diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-03 03:09:12 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-03 03:09:12 +0000 |
commit | 2d379a595c64ed6ce70d202bfa1068c2f60acca7 (patch) | |
tree | 35e34cb02062428a47747e8f71682aef083a473f /boehm-gc/Makefile.in | |
parent | 9fa97366713a4aff5fac89ca2f94ddfb777e5523 (diff) | |
download | gcc-2d379a595c64ed6ce70d202bfa1068c2f60acca7.tar.gz |
* aclocal.m4, configure: Rebuilt for new libtool.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28436 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/Makefile.in')
-rw-r--r-- | boehm-gc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boehm-gc/Makefile.in b/boehm-gc/Makefile.in index 70ecbc45d96..82dfeb4a079 100644 --- a/boehm-gc/Makefile.in +++ b/boehm-gc/Makefile.in @@ -81,9 +81,9 @@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MY_CFLAGS = @MY_CFLAGS@ NM = @NM@ +OBJDUMP = @OBJDUMP@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ -USE_SYMBOL_UNDERSCORE = @USE_SYMBOL_UNDERSCORE@ VERSION = @VERSION@ addobjs = @addobjs@ boehm_gc_basedir = @boehm_gc_basedir@ |