From a6d36cef54d7b89f7b7ec57e6c75c59fcc52f9b4 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 20 Jan 2017 09:17:21 +0100 Subject: standalone: work around borked dependencies in attr We already did this change for acl (commit cc551cb0). In attr it shows slightly different symptoms and happens for parallel builds only. The fix is the same. --- GNUmakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 38a27e2..ec018a0 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -178,7 +178,8 @@ dependency/build/libattr-build: dependency/build/libattr-configure touch $@ dependency/build/libattr-install: dependency/build/libattr-build - $(MAKE) -C $(dir $<)/$(LIBATTR) DESTDIR=$(DEPS_ROOT) install-lib install-dev + $(MAKE) -C $(dir $<)/$(LIBATTR)/libattr DESTDIR=$(DEPS_ROOT) install-dev + $(MAKE) -C $(dir $<)/$(LIBATTR)/include DESTDIR=$(DEPS_ROOT) install-dev touch $@ # LIBACL -- cgit v1.2.3