sdk: fix GCC and Python dangling symlinks
authorPetr Štetiar <ynezz@true.cz>
Thu, 8 Aug 2019 19:16:02 +0000 (21:16 +0200)
committerPetr Štetiar <ynezz@true.cz>
Sat, 9 Nov 2019 07:31:04 +0000 (08:31 +0100)
commit05c858ff6af406de5de18c8459368551c6fd2833
tree42d773a126c40e4b236bb27360ae2e369c115a9d
parentc1d19b37d5ccda858c24b5ab4f7ad9ba30552c5a
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