projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
726f8cb
)
make: Fix dependencies for fpu/*.c and tcg/*.c
author
Stefan Weil
<sw@weilnetz.de>
Thu, 21 Jun 2012 20:18:39 +0000
(22:18 +0200)
committer
Blue Swirl
<blauwirbel@gmail.com>
Sun, 24 Jun 2012 12:17:52 +0000
(12:17 +0000)
Commit
dcff25f2cd8c11a9368cc2369aeb0319c32d9e26
removed too many *.d
files. The directories fpu/ and tcg/ still don't use the recursive
subdir rules.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Makefile.target
patch
|
blob
|
history
diff --git
a/Makefile.target
b/Makefile.target
index 550d8897a3b855e12ea08ba8b9418d2af87afe95..8f12b0fe8843bb814024aed8f5d26d15aa428750 100644
(file)
--- a/
Makefile.target
+++ b/
Makefile.target
@@
-216,4
+216,4
@@
GENERATED_HEADERS += config-target.h
Makefile: $(GENERATED_HEADERS)
# Include automatically generated dependency files
--include $(wildcard *.d)
+-include $(wildcard *.d
fpu/*.d tcg/*.d
)