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