diff options
author | hpa <hpa> | 2005-01-05 23:09:41 +0000 |
---|---|---|
committer | hpa <hpa> | 2005-01-05 23:09:41 +0000 |
commit | 68d1bf16960d1863f946278d8ed01ffee9dff3c1 (patch) | |
tree | 86ee254e68d698df2269d36cc8f827b174bca631 | |
parent | f52b299f0179105c6c2ced289f97850388f085a7 (diff) | |
download | syslinux-elf-68d1bf16960d1863f946278d8ed01ffee9dff3c1.tar.gz syslinux-elf-68d1bf16960d1863f946278d8ed01ffee9dff3c1.tar.xz syslinux-elf-68d1bf16960d1863f946278d8ed01ffee9dff3c1.zip |
Fix dependency detection in subdirectories
-rw-r--r-- | com32/lib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/com32/lib/Makefile b/com32/lib/Makefile index 1379264c..0179ad15 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 + |