aboutsummaryrefslogtreecommitdiff
path: root/gprof
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2002-03-21 09:53:45 +0000
committerAlan Modra <amodra@gmail.com>2002-03-21 09:53:45 +0000
commit3099538b4d685c48cbc40e3b8cf86a9242370177 (patch)
tree478ae76ddfe2f745102f64bd048801abf3cb8e46 /gprof
parent1ea788ee922fa9b2cbb8f818f109708a2bfeb202 (diff)
downloadfsf-binutils-gdb-3099538b4d685c48cbc40e3b8cf86a9242370177.zip
fsf-binutils-gdb-3099538b4d685c48cbc40e3b8cf86a9242370177.tar.gz
fsf-binutils-gdb-3099538b4d685c48cbc40e3b8cf86a9242370177.tar.bz2
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.
Diffstat (limited to 'gprof')
-rw-r--r--gprof/ChangeLog5
-rw-r--r--gprof/Makefile.am6
-rw-r--r--gprof/Makefile.in6
3 files changed, 11 insertions, 6 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog
index 2ca77e3..22d3c76 100644
--- a/gprof/ChangeLog
+++ b/gprof/ChangeLog
@@ -1,3 +1,8 @@
+2002-03-21 Alan Modra <amodra@bigpond.net.au>
+
+ * Makefile.am: Run "make dep-am".
+ * Makefile.in: Regenerate.
+
2002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
* po/fr.po: Updated version.
diff --git a/gprof/Makefile.am b/gprof/Makefile.am
index 96f931f..5b7988b 100644
--- a/gprof/Makefile.am
+++ b/gprof/Makefile.am
@@ -229,7 +229,7 @@ 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
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.