From 616abb352df95663d9aefa9fc3432f52a6dc0d1d Mon Sep 17 00:00:00 2001 From: Alexey Yerin Date: Sun, 28 May 2023 17:53:57 +0300 Subject: Fix Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2b41877..0038792 100644 --- a/Makefile +++ b/Makefile @@ -15,14 +15,14 @@ THIRDPARTYDIR = $(HARESRCDIR)/third-party all: @true -install: install-core +install: @for mod in $(MODULES3); do \ printf "installing %s\n" "$$mod"; \ mkdir -p "$(DESTDIR)$(THIRDPARTYDIR)/$$mod"; \ install -m644 "$(BINDINGS_DIR)/$$mod"/* "$(DESTDIR)$(THIRDPARTYDIR)/$$mod"; \ done -install4: install-core +install4: @for mod in $(MODULES4); do \ printf "installing %s\n" "$$mod"; \ mkdir -p "$(DESTDIR)$(THIRDPARTYDIR)/$$mod"; \ -- cgit 1.3.0-6-gf8a5