diff options
author | Alan Modra <amodra@gmail.com> | 2004-09-17 06:23:17 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2004-09-17 06:23:17 +0000 |
commit | 3443c1aef4c0ee3f7236da6affc3235b3a7a52b3 (patch) | |
tree | f34d19235f5bdcd836e5eef01b91422e144739b6 /binutils/Makefile.in | |
parent | df76639ae436c6e8a66af87e2ab656fbc058a2af (diff) | |
download | gdb-3443c1aef4c0ee3f7236da6affc3235b3a7a52b3.zip gdb-3443c1aef4c0ee3f7236da6affc3235b3a7a52b3.tar.gz gdb-3443c1aef4c0ee3f7236da6affc3235b3a7a52b3.tar.bz2 |
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
* doc/Makefile.in: Regenerate.
* po/binutils.pot: Regenerate.
Diffstat (limited to 'binutils/Makefile.in')
-rw-r--r-- | binutils/Makefile.in | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/binutils/Makefile.in b/binutils/Makefile.in index c4e36b8..ac37a3d 100644 --- a/binutils/Makefile.in +++ b/binutils/Makefile.in @@ -74,6 +74,7 @@ BUILD_WINDRES = @BUILD_WINDRES@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ +CPP = @CPP@ CXX = @CXX@ CXXCPP = @CXXCPP@ DATADIRNAME = @DATADIRNAME@ @@ -87,6 +88,7 @@ GCJ = @GCJ@ GCJFLAGS = @GCJFLAGS@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ +GNATBIND = @GNATBIND@ GT_NO = @GT_NO@ GT_YES = @GT_YES@ HDEFINES = @HDEFINES@ @@ -95,6 +97,7 @@ INSTOBJEXT = @INSTOBJEXT@ INTLDEPS = @INTLDEPS@ INTLOBJS = @INTLOBJS@ LIBTOOL = @LIBTOOL@ +LN = @LN@ LN_S = @LN_S@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ @@ -114,7 +117,15 @@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ bfdincludedir = @bfdincludedir@ bfdlibdir = @bfdlibdir@ +build_noncanonical = @build_noncanonical@ +build_subdir = @build_subdir@ +do_compare = @do_compare@ +host_noncanonical = @host_noncanonical@ +host_subdir = @host_subdir@ l = @l@ +ncn_cv_ = @ncn_cv_@ +target_noncanonical = @target_noncanonical@ +target_subdir = @target_subdir@ INTLLIBS = @INTLLIBS@ @@ -1205,9 +1216,9 @@ readelf.o: readelf.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ $(INCDIR)/elf/or32.h $(INCDIR)/elf/pj.h $(INCDIR)/elf/ppc.h \ $(INCDIR)/elf/ppc64.h $(INCDIR)/elf/s390.h $(INCDIR)/elf/sh.h \ $(INCDIR)/elf/sparc.h $(INCDIR)/elf/v850.h $(INCDIR)/elf/vax.h \ - $(INCDIR)/elf/x86-64.h $(INCDIR)/elf/xstormy16.h $(INCDIR)/elf/iq2000.h \ - $(INCDIR)/elf/xtensa.h $(INCDIR)/aout/ar.h bucomm.h \ - config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \ + $(INCDIR)/elf/x86-64.h $(INCDIR)/elf/xstormy16.h $(INCDIR)/elf/crx.h \ + $(INCDIR)/elf/iq2000.h $(INCDIR)/elf/xtensa.h $(INCDIR)/aout/ar.h \ + bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \ $(INCDIR)/libiberty.h unwind-ia64.h rename.o: rename.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ $(INCDIR)/symcat.h bucomm.h config.h $(INCDIR)/bin-bugs.h \ |