fix call to make for LIBS
authorNiki Roo <niki@nikiroo.be>
Tue, 2 Jul 2024 14:56:28 +0000 (16:56 +0200)
committerNiki Roo <niki@nikiroo.be>
Tue, 2 Jul 2024 14:56:28 +0000 (16:56 +0200)
makefile.d

index 4f60199d30ce654ef0ae8500f29a3a4595d98ec5..73d7748693b4be79d09b5401d303634ff431d5cc 100644 (file)
@@ -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