aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile3
1 files changed, 2 insertions, 1 deletions
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