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 /gas/doc/Makefile.in | |
parent | 2031769e327285db7175c5f7bf27ce7103361f6d (diff) | |
download | gdb-a74801baf8df63929f4ea34ae35a1b72f38b07e9.zip gdb-a74801baf8df63929f4ea34ae35a1b72f38b07e9.tar.gz gdb-a74801baf8df63929f4ea34ae35a1b72f38b07e9.tar.bz2 |
rebuild with current tools
Diffstat (limited to 'gas/doc/Makefile.in')
-rw-r--r-- | gas/doc/Makefile.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gas/doc/Makefile.in b/gas/doc/Makefile.in index e9868c7..6ac93da 100644 --- a/gas/doc/Makefile.in +++ b/gas/doc/Makefile.in @@ -82,7 +82,6 @@ INSTOBJEXT = @INSTOBJEXT@ INTLDEPS = @INTLDEPS@ INTLLIBS = @INTLLIBS@ INTLOBJS = @INTLOBJS@ -LD = @LD@ LEX = @LEX@ LIBTOOL = @LIBTOOL@ LN_S = @LN_S@ @@ -90,7 +89,7 @@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MKINSTALLDIRS = @MKINSTALLDIRS@ MSGFMT = @MSGFMT@ -NM = @NM@ +OBJDUMP = @OBJDUMP@ OPCODES_LIB = @OPCODES_LIB@ PACKAGE = @PACKAGE@ POFILES = @POFILES@ @@ -98,7 +97,6 @@ POSUB = @POSUB@ RANLIB = @RANLIB@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ USE_NLS = @USE_NLS@ -USE_SYMBOL_UNDERSCORE = @USE_SYMBOL_UNDERSCORE@ VERSION = @VERSION@ YACC = @YACC@ atof = @atof@ |