summaryrefslogtreecommitdiff
path: root/gprof/Makefile.am
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2010-03-30 15:41:17 +0000
committerAndreas Schwab <schwab@linux-m68k.org>2010-03-30 15:41:17 +0000
commit86f89ce906e3b50b00f1414ae0d04a30b5d5a670 (patch)
treead4a6a8dd9439cf75779dc9d27111761452b5090 /gprof/Makefile.am
parent960822f512c2df56d51c627bb89b739b9f88c33b (diff)
downloadbinutils-redhat-86f89ce906e3b50b00f1414ae0d04a30b5d5a670.tar.gz
* Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
* Makefile.in: Regenerate.
Diffstat (limited to 'gprof/Makefile.am')
-rw-r--r--gprof/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/gprof/Makefile.am b/gprof/Makefile.am
index 7df059b9ed..a69d06a309 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