dect
/
libdect
Archived
13
0
Fork 0

build: fix dependency file inclusion

Signed-off-by: Patrick McHardy <kaber@trash.net>
This commit is contained in:
Patrick McHardy 2009-05-27 03:10:46 +02:00
parent fdcad12315
commit 763d995083
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ clean_targets += $(1)-clean
.PHONY: $(1)-install
ifneq ($(MAKECMDGOALS),clean)
-include $$((1)-depfiles)
-include $$($(1)-depfiles)
endif
endef