sdk: fix GCC and Python dangling symlinks
authorPetr Štetiar <ynezz@true.cz>
Thu, 8 Aug 2019 19:16:02 +0000 (21:16 +0200)
committerJo-Philipp Wich <jo@mein.io>
Wed, 4 Sep 2019 11:37:50 +0000 (13:37 +0200)
commitbdb11c725b7078a54cb249ad2219366cc459309b
treea2be3fb92b45df1203de939951719845f3ef64ce
parent6e5e4366fbffcfca1b6bc3d5b38f7165e6c372be
sdk: fix GCC and Python dangling symlinks

Force prereq again in SDK in order to fix GCC and Python dangling
symlinks:

 staging_dir/host/bin/g++ -> /builder/ath79_generic/ccache_cxx.sh
 staging_dir/host/bin/gcc -> /builder/ath79_generic/ccache_cc.sh
 staging_dir/host/bin/python -> /usr/bin/python3.5
 staging_dir/host/bin/python3 -> /usr/bin/python3.5

Ref: FS#2424
Signed-off-by: Petr Štetiar <ynezz@true.cz>
(cherry picked from commit 200f2666fb1c8d9d128824dc5586e0e66386971f)
target/sdk/Makefile