diff options
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 |