This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Rerun configure in binutils/gprof when BFD's version changes


The configure scripts in binutils and gprof extract BFD's version from
bfd/configure.in, so they need to be rerun when it changes.

Checked in as obvious.

Andreas.

2010-03-30  Andreas Schwab  <schwab@linux-m68k.org>

	* Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
	* Makefile.in: Regenerate.

--- binutils/Makefile.am.~1.123.~	2010-01-27 20:38:31.000000000 +0100
+++ binutils/Makefile.am	2010-03-30 17:36:46.000000000 +0200
@@ -478,6 +478,10 @@ EXTRA_DIST = arparse.c arparse.h arlex.c
 diststuff: $(EXTRA_DIST) info
 all: info
 
+# We extract version from bfd/configure.in, make sure to rerun configure
+# when BFD's version changes.
+CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/configure.in
+
 DISTCLEANFILES = sysroff.c sysroff.h site.exp site.bak
 
 MOSTLYCLEANFILES = sysinfo$(EXEEXT_FOR_BUILD) bin2c$(EXEEXT_FOR_BUILD) \
--- gprof/Makefile.am.~1.51.~	2009-08-23 12:36:39.000000000 +0200
+++ gprof/Makefile.am	2010-03-30 17:35:48.000000000 +0200
@@ -41,6 +41,10 @@ EXTRA_DIST    = $(BUILT_SOURCES) bbconv.
 
 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
 

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]