diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-03 03:19:52 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-03 03:19:52 +0000 |
commit | 573ddd22d29244e4df99524c25079b33f7ee9e68 (patch) | |
tree | 1fb364eb31cece2750e1c24f4b17f2c9687a6def /zlib/Makefile.in | |
parent | 2d379a595c64ed6ce70d202bfa1068c2f60acca7 (diff) | |
download | gcc-573ddd22d29244e4df99524c25079b33f7ee9e68.tar.gz |
* aclocal.m4, configure: Rebuilt for new libtool.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28438 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'zlib/Makefile.in')
-rw-r--r-- | zlib/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib/Makefile.in b/zlib/Makefile.in index 8a397f65f49..fd20f5f995c 100644 --- a/zlib/Makefile.in +++ b/zlib/Makefile.in @@ -75,9 +75,9 @@ LN_S = @LN_S@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ NM = @NM@ +OBJDUMP = @OBJDUMP@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ -USE_SYMBOL_UNDERSCORE = @USE_SYMBOL_UNDERSCORE@ VERSION = @VERSION@ target_all = @target_all@ zlib_basedir = @zlib_basedir@ |