aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-25 05:26:02 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-25 05:26:02 +0000
commitec16cd7e34879d351783dd97c23648e63b5733be (patch)
tree5497d221f272deffeefa8794fd92cd203df2b248 /Makefile
parent0e5e437fe6857f2713a2d0947cbbaae53c022a8b (diff)
menuselect needs strcompat.o for strsep on Solaris
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22344 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 7286a0d51..c2b27aae9 100644
--- a/Makefile
+++ b/Makefile
@@ -978,7 +978,7 @@ uninstall-all: _uninstall
menuselect: build_tools/menuselect makeopts.xml
-@build_tools/menuselect ${GLOBAL_MAKEOPTS} ${USER_MAKEOPTS} menuselect.makeopts && echo "menuselect changes saved!" || echo "menuselect changes NOT saved!"
-build_tools/menuselect: build_tools/menuselect.c build_tools/menuselect_curses.c build_tools/menuselect.h mxml/libmxml.a include/autoconfig.h
+build_tools/menuselect: build_tools/menuselect.c build_tools/menuselect_curses.c build_tools/menuselect.h include/autoconfig.h strcompat.o mxml/libmxml.a
$(MAKE) -C build_tools menuselect
mxml/libmxml.a: