From: Niki Roo Date: Tue, 2 Jul 2024 14:56:28 +0000 (+0200) Subject: fix call to make for LIBS X-Git-Url: https://git.nikiroo.be/?a=commitdiff_plain;h=1dcca25a981d03d56994a571dbf4ff947468045e;p=template.git fix call to make for LIBS --- 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