From ebdd9fa414284d709b31756d3deef8e8b1330397 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Sat, 9 Apr 2016 21:08:32 +0200 Subject: [PATCH] build: install-tree - move to $builddir --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 2ba0c28..7383eaf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -145,7 +145,7 @@ TESTS += $(default_tests) # check "make install" directory tree install-tree: all - rm -rf $(abs_srcdir)/install-tree - $(MAKE) install DESTDIR=$(abs_srcdir)/install-tree - tree $(abs_srcdir)/install-tree + rm -rf $(abs_builddir)/install-tree + $(MAKE) install DESTDIR=$(abs_builddir)/install-tree + tree $(abs_builddir)/install-tree .PHONY: install-tree -- 2.39.2