Fix AUTOMAKE=Yes

This commit is contained in:
Tom Eastep 2010-08-14 07:32:53 -07:00
parent bc19a80ac4
commit 72b8393c3a
2 changed files with 2 additions and 2 deletions

View File

@ -486,7 +486,7 @@ start_command() {
export RESTOREFILE
if make -qf ${CONFDIR}/Makefile; then
if ! make -qf ${CONFDIR}/Makefile; then
g_fast=
AUTOMAKE=
fi

View File

@ -419,7 +419,7 @@ start_command() {
export RESTOREFILE
if make -qf ${CONFDIR}/Makefile; then
if ! make -qf ${CONFDIR}/Makefile; then
g_fast=
AUTOMAKE=
fi