diff options
author | Alan Modra <amodra@gmail.com> | 2001-02-27 06:43:56 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-02-27 06:43:56 +0000 |
commit | 27b7e12d2d7f4657a3e5568b0c207a3d8d4ad9c0 (patch) | |
tree | dc91a5050ed63f5f368c4af41af67df681869cb0 /gprof/Makefile.in | |
parent | 10d1e03a7a13b95b7293adf45875bbb15ace2011 (diff) | |
download | gdb-27b7e12d2d7f4657a3e5568b0c207a3d8d4ad9c0.zip gdb-27b7e12d2d7f4657a3e5568b0c207a3d8d4ad9c0.tar.gz gdb-27b7e12d2d7f4657a3e5568b0c207a3d8d4ad9c0.tar.bz2 |
Bump version to 2.11.90, fix missing dependencies in bfd/,
and run "make dep-am".
Diffstat (limited to 'gprof/Makefile.in')
-rw-r--r-- | gprof/Makefile.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gprof/Makefile.in b/gprof/Makefile.in index afdc4fc..dc2151c 100644 --- a/gprof/Makefile.in +++ b/gprof/Makefile.in @@ -72,6 +72,8 @@ CXXCPP = @CXXCPP@ DATADIRNAME = @DATADIRNAME@ DLLTOOL = @DLLTOOL@ EXEEXT = @EXEEXT@ +GCJ = @GCJ@ +GCJFLAGS = @GCJFLAGS@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GT_NO = @GT_NO@ @@ -185,7 +187,7 @@ acinclude.m4 aclocal.m4 configure configure.in gconfig.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = gtar +TAR = tar GZIP_ENV = --best SOURCES = $(gprof_SOURCES) OBJECTS = $(gprof_OBJECTS) @@ -801,7 +803,8 @@ gprof.o: gprof.c $(INCDIR)/getopt.h $(INCDIR)/libiberty.h \ $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h gconfig.h \ $(INCDIR)/bin-bugs.h basic_blocks.h source.h search_list.h \ symtab.h ../bfd/bfd.h call_graph.h cg_arcs.h cg_print.h \ - corefile.h gmon_io.h gmon.h hertz.h hist.h sym_ids.h + corefile.h gmon_io.h gmon.h hertz.h hist.h sym_ids.h \ + $(INCDIR)/demangle.h hertz.o: hertz.c hertz.h gprof.h $(INCDIR)/ansidecl.h \ $(BFDDIR)/sysdep.h ../bfd/config.h $(INCDIR)/fopen-same.h \ $(INCDIR)/filenames.h gconfig.h $(INCDIR)/bin-bugs.h |