aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-26 17:25:08 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-26 17:25:08 +0000
commite09e950389351ad49d30a55be2026c443afcca7a (patch)
tree146b25f6d7ca7c56280e993e3e60f70ccea373e3 /Makefile
parentc585cac92c9ba2ee00062ae05ea92cc9ba93f9e7 (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: http://svn.digium.com/svn/asterisk/trunk@89590 f38db490-d61c-443f-a65b-d21fe96a405b
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 "****"