commit | 880708013357fa5d1c077e2a4a364b65706e09e7 | [log] [tgz] |
---|---|---|
author | Andreas Färber <afaerber@suse.de> | Thu Feb 21 16:26:46 2013 +0100 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sat Mar 09 12:00:03 2013 +0000 |
tree | 7fa4915cbc7735a33eb23a0c19336b12c59c90eb | |
parent | 1b3048170ad0dad83186a39cbf22471fc32583ea [diff] |
make_device_config.sh: Emit dependency file to directory where included Placing the config-devices.mak.d file alongside the config-devices.mak file in *-softmmu/ lead to it getting included into through *-softmmu/Makefile in addition to ./Makefile, leading to confusion. Instead, emit it to ./%-config-devices.mak.d, where it is included. Signed-off-by: Andreas Färber <afaerber@suse.de> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>