diff options
author | Alan Modra <amodra@gmail.com> | 2002-02-11 05:14:46 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-02-11 05:14:46 +0000 |
commit | 6f53ec68d96ebc4a38334773326a409812750a0b (patch) | |
tree | ddfad6ac5aadc80294f8b7416304020ba711cf96 /gprof | |
parent | fa7025241752351187dd980b40eef0225fd4a38b (diff) | |
download | binutils-6f53ec68d96ebc4a38334773326a409812750a0b.tar.gz binutils-6f53ec68d96ebc4a38334773326a409812750a0b.tar.bz2 binutils-6f53ec68d96ebc4a38334773326a409812750a0b.zip |
* Makefile.am: "make dep-am".
* Makefile.in: Regenerate.
Diffstat (limited to 'gprof')
-rw-r--r-- | gprof/ChangeLog | 5 | ||||
-rw-r--r-- | gprof/Makefile.am | 13 | ||||
-rw-r--r-- | gprof/Makefile.in | 13 |
3 files changed, 17 insertions, 14 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog index f7f5faed54f..6b855b6a28b 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,8 @@ +2002-02-11 Alan Modra <amodra@bigpond.net.au> + + * Makefile.am: "make dep-am". + * Makefile.in: Regenerate. + 2002-02-10 Daniel Jacobowitz <drow@mvista.com> * gprof.c: Include "getopt.h" after other includes, so that diff --git a/gprof/Makefile.am b/gprof/Makefile.am index bfaceca5be9..96f931f4f61 100644 --- a/gprof/Makefile.am +++ b/gprof/Makefile.am @@ -162,13 +162,12 @@ gmon_io.o: gmon_io.c gprof.h $(BFDDIR)/sysdep.h $(INCDIR)/ansidecl.h \ search_list.h source.h symtab.h cg_arcs.h basic_blocks.h \ corefile.h call_graph.h gmon_io.h gmon_out.h gmon.h \ hertz.h hist.h $(INCDIR)/libiberty.h -gprof.o: gprof.c $(INCDIR)/getopt.h $(INCDIR)/libiberty.h \ - $(INCDIR)/ansidecl.h gprof.h $(BFDDIR)/sysdep.h ../bfd/config.h \ - $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h ../bfd/bfd.h \ - $(INCDIR)/symcat.h gconfig.h $(INCDIR)/bin-bugs.h search_list.h \ - source.h symtab.h basic_blocks.h call_graph.h cg_arcs.h \ - cg_print.h corefile.h gmon_io.h hertz.h hist.h sym_ids.h \ - $(INCDIR)/demangle.h +gprof.o: gprof.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \ + gprof.h $(BFDDIR)/sysdep.h ../bfd/config.h $(INCDIR)/fopen-same.h \ + $(INCDIR)/filenames.h ../bfd/bfd.h $(INCDIR)/symcat.h \ + gconfig.h $(INCDIR)/bin-bugs.h search_list.h source.h \ + symtab.h basic_blocks.h call_graph.h cg_arcs.h cg_print.h \ + corefile.h gmon_io.h hertz.h hist.h sym_ids.h $(INCDIR)/demangle.h hertz.o: hertz.c gprof.h $(BFDDIR)/sysdep.h $(INCDIR)/ansidecl.h \ ../bfd/config.h $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h \ ../bfd/bfd.h $(INCDIR)/symcat.h gconfig.h $(INCDIR)/bin-bugs.h \ diff --git a/gprof/Makefile.in b/gprof/Makefile.in index ad9e679af96..6dde53e1df4 100644 --- a/gprof/Makefile.in +++ b/gprof/Makefile.in @@ -824,13 +824,12 @@ gmon_io.o: gmon_io.c gprof.h $(BFDDIR)/sysdep.h $(INCDIR)/ansidecl.h \ search_list.h source.h symtab.h cg_arcs.h basic_blocks.h \ corefile.h call_graph.h gmon_io.h gmon_out.h gmon.h \ hertz.h hist.h $(INCDIR)/libiberty.h -gprof.o: gprof.c $(INCDIR)/getopt.h $(INCDIR)/libiberty.h \ - $(INCDIR)/ansidecl.h gprof.h $(BFDDIR)/sysdep.h ../bfd/config.h \ - $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h ../bfd/bfd.h \ - $(INCDIR)/symcat.h gconfig.h $(INCDIR)/bin-bugs.h search_list.h \ - source.h symtab.h basic_blocks.h call_graph.h cg_arcs.h \ - cg_print.h corefile.h gmon_io.h hertz.h hist.h sym_ids.h \ - $(INCDIR)/demangle.h +gprof.o: gprof.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \ + gprof.h $(BFDDIR)/sysdep.h ../bfd/config.h $(INCDIR)/fopen-same.h \ + $(INCDIR)/filenames.h ../bfd/bfd.h $(INCDIR)/symcat.h \ + gconfig.h $(INCDIR)/bin-bugs.h search_list.h source.h \ + symtab.h basic_blocks.h call_graph.h cg_arcs.h cg_print.h \ + corefile.h gmon_io.h hertz.h hist.h sym_ids.h $(INCDIR)/demangle.h hertz.o: hertz.c gprof.h $(BFDDIR)/sysdep.h $(INCDIR)/ansidecl.h \ ../bfd/config.h $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h \ ../bfd/bfd.h $(INCDIR)/symcat.h gconfig.h $(INCDIR)/bin-bugs.h \ |