fix(make.conf): Remove AT_SYS_M4DIR

Autotools is provided by the SDK chroot, not the board sysroot.
Presumably at some point in the ChromeOS past some macros were being
installed the other way around in the sysroot but not the SDK chroot.
Currently this is not the case, so this extra variable can go away.
This commit is contained in:
Michael Marineau 2014-05-17 10:30:04 -07:00
parent 5b367bfac7
commit 4978cfeb86

View File

@ -39,7 +39,3 @@ DISTDIR="/var/lib/portage/distfiles-target"
SHARED_USER_NAME="core"
SHARED_USER_HOME="/home/core"
SHARED_USER_PASSWD_FILE="/etc/shared_user_passwd.txt"
# When building packages for the target, we need to search the target's
# sysroot for additional m4 files. The autotools.eclass uses this.
AT_SYS_M4DIR="\${SYSROOT}/usr/share/aclocal"