From 1dcca25a981d03d56994a571dbf4ff947468045e Mon Sep 17 00:00:00 2001 From: Niki Roo Date: Tue, 2 Jul 2024 16:56:28 +0200 Subject: [PATCH] fix call to make for LIBS --- makefile.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile.d b/makefile.d index 4f60199..73d7748 100644 --- a/makefile.d +++ b/makefile.d @@ -48,7 +48,7 @@ LDFLAGS += $(foreach lib,$(LIBS),-l$(lib)) endif deps: $(foreach lib,$(LIBS),$(MAKE) --no-print-directory \ - -C $(lib)/ $(lib) dstdir=$(dstdir)) + -C $(lib)/ dstdir=$(dstdir)) .PHONY: build rebuild install uninstall clean mrpropre mrpropre \ $(NAME) test run run-test run-test-more -- 2.27.0