summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2007-11-26 17:25:08 +0000
committerRussell Bryant <russell@russellbryant.com>2007-11-26 17:25:08 +0000
commitb1a8de2d409ec938d3f2d9130c12e94c2c5475c6 (patch)
tree146b25f6d7ca7c56280e993e3e60f70ccea373e3 /Makefile
parent99050342667ace749420c388d49a18763a0664cb (diff)
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 538ef8e68..4f352c5e2 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 "****"