diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-10-06 20:51:43 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-10-06 20:51:43 +0000 |
commit | 869b94c5f6b6ea5f7bda1f2e8bc79c1f7ee6b61a (patch) | |
tree | bb2b94704639bf1e9fd7109f11c8bc2a86845015 /gprof/Makefile.in | |
parent | 5740d9dfb623f4486bed61cbec30d46f863e064e (diff) | |
download | gdb-869b94c5f6b6ea5f7bda1f2e8bc79c1f7ee6b61a.zip gdb-869b94c5f6b6ea5f7bda1f2e8bc79c1f7ee6b61a.tar.gz gdb-869b94c5f6b6ea5f7bda1f2e8bc79c1f7ee6b61a.tar.bz2 |
Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* Makefile.in: Add dependecies for $(OBJS) on header files.
* cg_print.c (print_cycle, print_members, cg_print_index): Fix new style output
format to make it consistent.
* dummy.c (find_call): Fix typo in error message.
Diffstat (limited to 'gprof/Makefile.in')
-rw-r--r-- | gprof/Makefile.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gprof/Makefile.in b/gprof/Makefile.in index bc0fb19..6f34a19 100644 --- a/gprof/Makefile.in +++ b/gprof/Makefile.in @@ -117,6 +117,11 @@ Makefile: Makefile.in config.status config.status: configure $(SHELL) config.status --recheck +$(OBJS): ../bfd/bfd.h call_graph.h cg_arcs.h cg_print.h core.h gmon_io.h \ + gmon_out.h gprof.h hertz.h hist.h search_list.h source.h sym_ids.h \ + symtab.h utils.h $(srcdir)/../include/libiberty.h \ + $(srcdir)/../bfd/sysdep.h $(MY_TARGET).h + # These get around a bug in Sun Make in SunOS 4.1.1 and Solaris 2 $(MY_TARGET).o: $(MY_TARGET).c basic_blocks.o: basic_blocks.c |