Commit 1b304817 authored by Andreas Färber's avatar Andreas Färber Committed by Blue Swirl
Browse files

Revert "make_device_config.sh: Fix target path in generated dependency file"



This reverts commit 23bf49b5.

While *-softmmu/config-devices.mak.d is included through *.d pattern via
Makefile.target, the make_devices_config.sh call these dependencies are
for is in ./Makefile. Therefore revert to original behavior.

This should unbreak pci.mak dependencies not propagating.

Reported-by: default avatarPeter Maydell <peter.maydell@linaro.org>
Signed-off-by: default avatarAndreas Färber <afaerber@suse.de>
Signed-off-by: default avatarBlue Swirl <blauwirbel@gmail.com>
parent eb839909
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,4 +25,4 @@ done
process_includes $src > $dest

cat $src $all_includes | grep -v '^include' > $dest
echo "`basename $1`: $all_includes" > $dep
echo "$1: $all_includes" > $dep