From 68d1bf16960d1863f946278d8ed01ffee9dff3c1 Mon Sep 17 00:00:00 2001 From: hpa Date: Wed, 5 Jan 2005 23:09:41 +0000 Subject: [PATCH] Fix dependency detection in subdirectories --- com32/lib/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/com32/lib/Makefile b/com32/lib/Makefile index 1379264..0179ad1 100644 --- a/com32/lib/Makefile +++ b/com32/lib/Makefile @@ -57,4 +57,5 @@ install: all -rm -rf $(INSTALLROOT)$(COM32DIR)/include cp -r ../include $(INSTALLROOT)$(COM32DIR) --include .*.d +-include .*.d */.*.d + -- 2.7.4