diff --git a/sdk_container/src/third_party/coreos-overlay/coreos/config/make.conf.common-target b/sdk_container/src/third_party/coreos-overlay/coreos/config/make.conf.common-target index 4651321ee6..0e199c9011 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos/config/make.conf.common-target +++ b/sdk_container/src/third_party/coreos-overlay/coreos/config/make.conf.common-target @@ -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"