make: add missing gmake symlink

closes #2914
This commit is contained in:
Pim Vullers 2014-02-05 10:47:15 +01:00 committed by Stefan Saraev
parent fa19680c61
commit 51b83dd28d

View File

@ -33,3 +33,7 @@ PKG_IS_ADDON="no"
PKG_AUTORECONF="no"
export CC=$LOCAL_CC
post_makeinstall_host() {
ln -sf make $ROOT/$TOOLCHAIN/bin/gmake
}