From: Alan Modra Date: Thu, 21 Mar 2002 09:53:45 +0000 (+0000) Subject: * Makefile.am: Run "make dep-am". X-Git-Tag: binutils-2_13-branchpoint~1659 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3099538b4d685c48cbc40e3b8cf86a9242370177;p=platform%2Fupstream%2Fbinutils.git * Makefile.am: Run "make dep-am". * Makefile.in: Regenerate. --- 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 + + * Makefile.am: Run "make dep-am". + * Makefile.in: Regenerate. + 2002-03-18 Nick Clifton * 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.