From: Russell Bryant Date: Sat, 1 Jul 2006 03:27:37 +0000 (+0000) Subject: don't specify this include in the menuselect Makefile, because asterisk-addons X-Git-Tag: 1.4.0-beta1~713 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b2f5334746b0093835a269b9cdfb241b13cf0167;p=thirdparty%2Fasterisk.git don't specify this include in the menuselect Makefile, because asterisk-addons doesn't have an include dir git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@36464 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/Makefile b/Makefile index ece1b6cc2a..5e78ebb1bc 100644 --- a/Makefile +++ b/Makefile @@ -885,7 +885,7 @@ menuselect: menuselect/menuselect makeopts.xml -@menuselect/menuselect $(GLOBAL_MAKEOPTS) $(USER_MAKEOPTS) menuselect.makeopts && echo "menuselect changes saved!" || echo "menuselect changes NOT saved!" menuselect/menuselect: menuselect/menuselect.c menuselect/menuselect_curses.c menuselect/menuselect.h menuselect/linkedlists.h config.status mxml/libmxml.a - @CFLAGS="-include $(PWD)/include/asterisk/autoconfig.h" PARENTSRC="$(PWD)" $(MAKE) -C menuselect menuselect + @CFLAGS="-include $(PWD)/include/asterisk/autoconfig.h -I$(PWD)/include" PARENTSRC="$(PWD)" $(MAKE) -C menuselect menuselect mxml/libmxml.a: @cd mxml && unset CFLAGS LIBS && test -f config.h || ./configure