diff options
author | Alan Modra <amodra@gmail.com> | 2002-03-21 09:53:45 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-03-21 09:53:45 +0000 |
commit | 3099538b4d685c48cbc40e3b8cf86a9242370177 (patch) | |
tree | 478ae76ddfe2f745102f64bd048801abf3cb8e46 /gprof/Makefile.in | |
parent | 1ea788ee922fa9b2cbb8f818f109708a2bfeb202 (diff) | |
download | binutils-3099538b4d685c48cbc40e3b8cf86a9242370177.zip binutils-3099538b4d685c48cbc40e3b8cf86a9242370177.tar.gz binutils-3099538b4d685c48cbc40e3b8cf86a9242370177.tar.bz2 |
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.
Diffstat (limited to 'gprof/Makefile.in')
-rw-r--r-- | gprof/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gprof/Makefile.in b/gprof/Makefile.in index 6dde53e..d18d940 100644 --- a/gprof/Makefile.in +++ b/gprof/Makefile.in @@ -891,9 +891,9 @@ mips.o: mips.c gprof.h $(BFDDIR)/sysdep.h $(INCDIR)/ansidecl.h \ ../bfd/bfd.h $(INCDIR)/symcat.h gconfig.h $(INCDIR)/bin-bugs.h \ search_list.h source.h symtab.h cg_arcs.h corefile.h \ hist.h -flat_bl.o: flat_bl.c -bsd_callg_bl.o: bsd_callg_bl.c -fsf_callg_bl.o: fsf_callg_bl.c +flat_bl.o: flat_bl.c $(INCDIR)/ansidecl.h +bsd_callg_bl.o: bsd_callg_bl.c $(INCDIR)/ansidecl.h +fsf_callg_bl.o: fsf_callg_bl.c $(INCDIR)/ansidecl.h # IF YOU PUT ANYTHING HERE IT WILL GO AWAY # Tell versions [3.59,3.63) of GNU make to not export all variables. |