diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2012-06-17 19:01:32 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2012-06-19 13:32:42 -0500 |
commit | dcff25f2cd8c11a9368cc2369aeb0319c32d9e26 (patch) | |
tree | 9c6f012546493f7e0993d0a4c1bd1c7511584f99 /Makefile | |
parent | 8be74dc0bac8dcb25fe195f70e3a528ac78c59e2 (diff) | |
download | qemu-dcff25f2cd8c11a9368cc2369aeb0319c32d9e26.tar.gz qemu-dcff25f2cd8c11a9368cc2369aeb0319c32d9e26.tar.bz2 qemu-dcff25f2cd8c11a9368cc2369aeb0319c32d9e26.zip |
make: automatically include dependencies in recursive subdir rules (v2)
I think I understand enough of what's going on in these rules to ensure this is
right. But I could certainly use a second or third opinion...
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -406,5 +406,5 @@ tar: Makefile: $(GENERATED_HEADERS) # Include automatically generated dependency files --include $(wildcard *.d audio/*.d slirp/*.d block/*.d net/*.d ui/*.d qapi/*.d) --include $(wildcard qga/*.d hw/*.d hw/usb/*.d) +# All subdir dependencies come automatically from our recursive subdir rules +-include $(wildcard *.d) |