diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2010-03-30 15:41:17 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2010-03-30 15:41:17 +0000 |
commit | fe168a19802b9cec7393661cc71fd9b3e9b38248 (patch) | |
tree | f091b9208b0e16718e90f5bb01403a71ef284b10 /gprof | |
parent | 42e08e69836dc2e5fd0d1ae90eccd998e4b5658a (diff) | |
download | gdb-fe168a19802b9cec7393661cc71fd9b3e9b38248.zip gdb-fe168a19802b9cec7393661cc71fd9b3e9b38248.tar.gz gdb-fe168a19802b9cec7393661cc71fd9b3e9b38248.tar.bz2 |
* Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
* Makefile.in: Regenerate.
Diffstat (limited to 'gprof')
-rw-r--r-- | gprof/Makefile.am | 4 | ||||
-rw-r--r-- | gprof/Makefile.in | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gprof/Makefile.am b/gprof/Makefile.am index 7df059b..a69d06a 100644 --- a/gprof/Makefile.am +++ b/gprof/Makefile.am @@ -41,6 +41,10 @@ EXTRA_DIST = $(BUILT_SOURCES) bbconv.pl $(man_MANS) diststuff: $(BUILT_SOURCES) info $(man_MANS) +# We extract version from bfd/configure.in, make sure to rerun configure +# when BFD's version changes. +CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/configure.in + # This empty rule is a hack against gmake patched by Apple. %.o:%.m diff --git a/gprof/Makefile.in b/gprof/Makefile.in index ad89f2a..c1f1a89 100644 --- a/gprof/Makefile.in +++ b/gprof/Makefile.in @@ -303,6 +303,10 @@ noinst_HEADERS = \ BUILT_SOURCES = flat_bl.c bsd_callg_bl.c fsf_callg_bl.c EXTRA_DIST = $(BUILT_SOURCES) bbconv.pl $(man_MANS) + +# We extract version from bfd/configure.in, make sure to rerun configure +# when BFD's version changes. +CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/configure.in POTFILES = $(sources) $(noinst_HEADERS) MANCONF = -Dman TEXI2POD = perl $(srcdir)/../etc/texi2pod.pl $(AM_MAKEINFOFLAGS) |