1
0
mirror of https://gitlab.com/shorewall/code.git synced 2025-07-05 17:10:01 +02:00

Fix AUTOMAKE=Yes

This commit is contained in:
Tom Eastep
2010-08-14 07:32:53 -07:00
parent 3c29c44680
commit 9d80b7f72f
2 changed files with 2 additions and 2 deletions
Shorewall
Shorewall6

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

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