Fix dependency detection in subdirectories
authorhpa <hpa>
Wed, 5 Jan 2005 23:09:41 +0000 (23:09 +0000)
committerhpa <hpa>
Wed, 5 Jan 2005 23:09:41 +0000 (23:09 +0000)
com32/lib/Makefile

index 1379264..0179ad1 100644 (file)
@@ -57,4 +57,5 @@ install: all
        -rm -rf $(INSTALLROOT)$(COM32DIR)/include
        cp -r ../include $(INSTALLROOT)$(COM32DIR)
 
--include .*.d
+-include .*.d */.*.d
+