GNOME Bugzilla – Bug 640209
Don't rebuild bus/at-spi-dbus-bus (incorrectly)
Last modified: 2011-01-21 22:17:42 UTC
AFAICT, this means that "--enable-relocate" shouldn't have ever worked, because $relocate will always be set to "@enable_relocate@", so the test if it == "yes" will always fail. (unless, for some reason, you ended up re-running config.status between running make and running make install).
Created attachment 178981 [details] [review] Don't rebuild bus/at-spi-dbus-bus (incorrectly) bus/at-spi-dbus-bus is generated by configure.in, so don't regenerate it via a Makefile rule (especially via a Makefile rule that forgets to substitute the correct value for @enable_relocate@)
Comment on attachment 178981 [details] [review] Don't rebuild bus/at-spi-dbus-bus (incorrectly) Committed. Thanks for the patch.
Fixed in HEAD.