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

Andreas Schwab schwab@linux-m68k.org
Tue Mar 30 16:16:00 GMT 2010


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."



More information about the Binutils mailing list