
27 Feb
2018
27 Feb
'18
8:05 a.m.
On 02/27/2018 12:30 PM, Daniel P. Berrangé wrote:
A typo in the uninstall-data-extra rule expansion meant we just called the install rule again, instead of the uninstall rule. While fixing this, just inline the dependancy, since the intermediate install-data-extra rule adds no value.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- src/Makefile.am | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-)
ACK and safe for freeze. Michal