aboutsummaryrefslogtreecommitdiff
path: root/gprof/Makefile.in
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2007-07-05 09:07:30 +0000
committerNick Clifton <nickc@redhat.com>2007-07-05 09:07:30 +0000
commit3289fe0ce07986d2d93e5ac8461e7fc1d43d8012 (patch)
treedb86c16edf7667abba8cb9f4c7b4374ef97e5810 /gprof/Makefile.in
parent29422971f1854e0b2fef00243c2924ae9f3bdecc (diff)
downloadgdb-3289fe0ce07986d2d93e5ac8461e7fc1d43d8012.zip
gdb-3289fe0ce07986d2d93e5ac8461e7fc1d43d8012.tar.gz
gdb-3289fe0ce07986d2d93e5ac8461e7fc1d43d8012.tar.bz2
* corefile.c (core_sym_class): Do not discard nested subprograms.
Diffstat (limited to 'gprof/Makefile.in')
-rw-r--r--gprof/Makefile.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/gprof/Makefile.in b/gprof/Makefile.in
index d609fe3..d5c6925 100644
--- a/gprof/Makefile.in
+++ b/gprof/Makefile.in
@@ -293,15 +293,15 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
- echo ' cd $(srcdir) && $(AUTOMAKE) --cygnus '; \
- cd $(srcdir) && $(AUTOMAKE) --cygnus \
+ echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
+ cd $(srcdir) && $(AUTOMAKE) --foreign \
&& exit 0; \
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile'; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
cd $(top_srcdir) && \
- $(AUTOMAKE) --cygnus Makefile
+ $(AUTOMAKE) --foreign Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -971,7 +971,7 @@ corefile.o: corefile.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
gprof.h $(BFDDIR)/sysdep.h ../bfd/config.h $(INCDIR)/ansidecl.h \
$(INCDIR)/fopen-same.h $(INCDIR)/filenames.h ../bfd/bfd.h \
$(INCDIR)/ansidecl.h $(INCDIR)/symcat.h gconfig.h search_list.h \
- source.h symtab.h hist.h corefile.h
+ source.h symtab.h hist.h corefile.h $(INCDIR)/safe-ctype.h
gmon_io.o: gmon_io.c gprof.h $(BFDDIR)/sysdep.h ../bfd/config.h \
$(INCDIR)/ansidecl.h $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h \
../bfd/bfd.h $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \