On 10/17/2017 10:48 PM, Gerd Hoffmann wrote: > Hi, > >> +if [ "$capstone_internal" = "yes" ]; then >> + echo "config-host.h: subdir-capstone" >> $config_host_mak >> +fi > > I think this isn't going to work correctly. In case both capstone and > dtc are used we need a single line with the dependencies, i.e. > > config-host.h: subdir-dtc subdir-capstone
Why? Without a build rule, I thought separate dependency lines accumulated. r~