make: Fix dependencies for fpu/*.c and tcg/*.c
authorStefan Weil <sw@weilnetz.de>
Thu, 21 Jun 2012 20:18:39 +0000 (22:18 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 24 Jun 2012 12:17:52 +0000 (12:17 +0000)
commita483bdae10840e69457b55dc01df5eef8fc5c6b0
tree5ba87ed6dfbc40ed180cacbf6284573968c57778
parent726f8cbf868ecd6b6e57fcf8854b9b0e35c9a064
make: Fix dependencies for fpu/*.c and tcg/*.c

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