aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-09 14:43:00 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-09 14:43:00 +0000
commitfeaaea804f6bd59c76c65abac23d904e6e44956a (patch)
treefd15413c774efe4dfcb695c467f2faf88ba834eb /Makefile
parent7670b6ca640512806ad6fda2807b090cd4f34c41 (diff)
remove rule for running bootstrap, it's only safe to run it manually now
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26094 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index b976df875..36a403759 100644
--- a/Makefile
+++ b/Makefile
@@ -434,9 +434,6 @@ _all: all
all: config.status menuselect.makeopts cleantest depend asterisk subdirs
-configure:
- -@./bootstrap.sh
-
config.status: configure
@CFLAGS="" ./configure
@echo "****"