diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2012-07-11 16:40:21 +0200 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2012-07-28 09:16:09 +0000 |
commit | 1435ddb89c303c38ff23ff977dfb81953f32eb96 (patch) | |
tree | fb3b59c067473a697f6c0bfdd0c4a9fe70283e61 /Makefile.dis | |
parent | cdc976b040f2760103ce2fb49f4d504093a7163f (diff) | |
download | qemu-1435ddb89c303c38ff23ff977dfb81953f32eb96.zip qemu-1435ddb89c303c38ff23ff977dfb81953f32eb96.tar.gz qemu-1435ddb89c303c38ff23ff977dfb81953f32eb96.tar.bz2 |
build: get dependency file directories from object file names
After commit dcff25f2cd8c11a9368cc2369aeb0319c32d9e26, Dependency file
are taken from the directories that have a Makefile.objs file. This is
not enough, since files can be included from other directories.
So, pick them from directories that have an object file in them.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'Makefile.dis')
-rw-r--r-- | Makefile.dis | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.dis b/Makefile.dis index 09060f0..2cfec6a 100644 --- a/Makefile.dis +++ b/Makefile.dis @@ -18,6 +18,3 @@ all: $(libdis-y) clean: rm -f *.o *.d *.a *~ - -# Include automatically generated dependency files --include $(wildcard *.d) |