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 | 1919e982e6d132c9b6c95fbd8c19a894805cbb5e (patch) | |
tree | 64eea85705bf4e6213eab4b8be20e4214f3b928b /opcodes/Makefile.in | |
parent | 96bd5af932e3b4fa5687d43594982026ebc50ea5 (diff) | |
download | gdb-1919e982e6d132c9b6c95fbd8c19a894805cbb5e.tar.gz |
rebuild with current tools
Diffstat (limited to 'opcodes/Makefile.in')
-rw-r--r-- | opcodes/Makefile.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in index 277f50399af..23d4178147c 100644 --- a/opcodes/Makefile.in +++ b/opcodes/Makefile.in @@ -84,21 +84,19 @@ 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@ RANLIB = @RANLIB@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ USE_NLS = @USE_NLS@ -USE_SYMBOL_UNDERSCORE = @USE_SYMBOL_UNDERSCORE@ VERSION = @VERSION@ WIN32LDFLAGS = @WIN32LDFLAGS@ WIN32LIBADD = @WIN32LIBADD@ |