aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-25 05:35:11 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-25 05:35:11 +0000
commita430d16b6bab98a49a34758007c086790516a8b8 (patch)
tree4ca21a019630e46207e13b88925fba7436f37799 /Makefile
parentec16cd7e34879d351783dd97c23648e63b5733be (diff)
another little Solaris fix, unset LIBS before building libmxml
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22345 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 c2b27aae9..3e1ea39d0 100644
--- a/Makefile
+++ b/Makefile
@@ -982,7 +982,7 @@ build_tools/menuselect: build_tools/menuselect.c build_tools/menuselect_curses.c
$(MAKE) -C build_tools menuselect
mxml/libmxml.a:
- @cd mxml && unset CFLAGS && test -f config.h || ./configure
+ @cd mxml && unset CFLAGS LIBS && test -f config.h || ./configure
$(MAKE) -C mxml libmxml.a
makeopts.xml: $(foreach dir,$(MOD_SUBDIRS),$(dir)/*.c) build_tools/cflags.xml