From b1a8de2d409ec938d3f2d9130c12e94c2c5475c6 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Mon, 26 Nov 2007 17:25:08 +0000 Subject: [PATCH] make sure we check to see if the configure script has been executed on a new checkout or after a distclean git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89590 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 538ef8e686..4f352c5e24 100644 --- a/Makefile +++ b/Makefile @@ -304,7 +304,7 @@ all: _all @echo " + $(mK) install +" @echo " +-------------------------------------------+" -_all: cleantest $(SUBDIRS) +_all: cleantest makeopts $(SUBDIRS) makeopts: configure @echo "****"