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/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/Makefile.in')
-rw-r--r-- | gas/Makefile.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in index 0bd7733..07b2eee 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -1,6 +1,6 @@ # Makefile.in generated automatically by automake 1.4 from Makefile.am -# Copyright (C) 1994-99, 2000 Free Software Foundation, Inc. +# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -81,14 +81,13 @@ INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@ INSTOBJEXT = @INSTOBJEXT@ INTLDEPS = @INTLDEPS@ INTLOBJS = @INTLOBJS@ -LD = @LD@ LIBTOOL = @LIBTOOL@ LN_S = @LN_S@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MKINSTALLDIRS = @MKINSTALLDIRS@ MSGFMT = @MSGFMT@ -NM = @NM@ +OBJDUMP = @OBJDUMP@ OPCODES_LIB = @OPCODES_LIB@ PACKAGE = @PACKAGE@ POFILES = @POFILES@ @@ -96,7 +95,6 @@ POSUB = @POSUB@ RANLIB = @RANLIB@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ USE_NLS = @USE_NLS@ -USE_SYMBOL_UNDERSCORE = @USE_SYMBOL_UNDERSCORE@ VERSION = @VERSION@ atof = @atof@ cgen_cpu_prefix = @cgen_cpu_prefix@ |