git://git.nikiroo.be
/
template.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81f8c30
)
fix call to make for LIBS
author
Niki Roo
<niki@nikiroo.be>
Tue, 2 Jul 2024 14:56:28 +0000
(16:56 +0200)
committer
Niki Roo
<niki@nikiroo.be>
Tue, 2 Jul 2024 14:56:28 +0000
(16:56 +0200)
makefile.d
patch
|
blob
|
blame
|
history
diff --git
a/makefile.d
b/makefile.d
index 4f60199d30ce654ef0ae8500f29a3a4595d98ec5..73d7748693b4be79d09b5401d303634ff431d5cc 100644
(file)
--- 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