mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-18 21:05:26 +00:00
743c4ad682
Use the gcc/final/install target stampfile as the prerequisite
for the toolchain/compile target stampfile.
The previous filename was also incorrect,
the stampfile name format was changed (see reference)
but was never updated here.
The issue was never noticed
because the usage of timestamp.pl was broken
(fixed in previous commit)
causing the extra prereq files passed to 'call stampfile'
to never get checked at all.
Fixes:
|
||
---|---|---|
.. | ||
binutils | ||
fortify-headers | ||
gcc | ||
gdb | ||
glibc | ||
kernel-headers | ||
musl | ||
nasm | ||
wrapper | ||
build_version | ||
Config.in | ||
info.mk | ||
Makefile |