aboutsummaryrefslogtreecommitdiffstats
path: root/main/Makefile
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-29 18:49:07 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-29 18:49:07 +0000
commitdb537047bc62c1cbf7c8b2a684876f2c288fb5fa (patch)
treefe549e7ad2754aec0f60b030dea0cd2958f658f7 /main/Makefile
parentb2ac4e55346ce8ff46e5c107eacbdfdf71342446 (diff)
yet another place where we were not using the correct CFLAGS by default
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@44012 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/Makefile')
-rw-r--r--main/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/Makefile b/main/Makefile
index c40e5e254..2aa8ef8a7 100644
--- a/main/Makefile
+++ b/main/Makefile
@@ -90,7 +90,7 @@ ifeq ($(OSARCH),SunOS)
endif
editline/libedit.a:
- cd editline && test -f config.h || CFLAGS="$(OPTIMIZE)" ./configure --build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)
+ cd editline && test -f config.h || CFLAGS="$(ASTCFLAGS)" ./configure --build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)
$(MAKE) -C editline libedit.a
db1-ast/libdb1.a: