diff options
author | Ian Lance Taylor <ian@airs.com> | 2000-02-27 16:55:52 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2000-02-27 16:55:52 +0000 |
commit | a74801baf8df63929f4ea34ae35a1b72f38b07e9 (patch) | |
tree | 03b183ec2f169814fd61f4a1e746e939001a571e /bfd/doc | |
parent | 2031769e327285db7175c5f7bf27ce7103361f6d (diff) | |
download | binutils-a74801baf8df63929f4ea34ae35a1b72f38b07e9.zip binutils-a74801baf8df63929f4ea34ae35a1b72f38b07e9.tar.gz binutils-a74801baf8df63929f4ea34ae35a1b72f38b07e9.tar.bz2 |
rebuild with current tools
Diffstat (limited to 'bfd/doc')
-rw-r--r-- | bfd/doc/Makefile.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bfd/doc/Makefile.in b/bfd/doc/Makefile.in index 29139b2..343cab1 100644 --- a/bfd/doc/Makefile.in +++ b/bfd/doc/Makefile.in @@ -89,14 +89,13 @@ INSTOBJEXT = @INSTOBJEXT@ INTLDEPS = @INTLDEPS@ INTLLIBS = @INTLLIBS@ INTLOBJS = @INTLOBJS@ -LD = @LD@ LIBTOOL = @LIBTOOL@ LN_S = @LN_S@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MKINSTALLDIRS = @MKINSTALLDIRS@ MSGFMT = @MSGFMT@ -NM = @NM@ +OBJDUMP = @OBJDUMP@ PACKAGE = @PACKAGE@ POFILES = @POFILES@ POSUB = @POSUB@ @@ -104,7 +103,6 @@ RANLIB = @RANLIB@ TDEFINES = @TDEFINES@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ USE_NLS = @USE_NLS@ -USE_SYMBOL_UNDERSCORE = @USE_SYMBOL_UNDERSCORE@ VERSION = @VERSION@ WIN32LDFLAGS = @WIN32LDFLAGS@ WIN32LIBADD = @WIN32LIBADD@ |