From b50ce18fe86cf851a4ce5a86f472890c3d0486a4 Mon Sep 17 00:00:00 2001 From: rizzo Date: Sun, 9 Dec 2007 21:29:37 +0000 Subject: normalize subdirs' Makefile by using ASTTOPDIR and not .. to reference the top level directory. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@92022 f38db490-d61c-443f-a65b-d21fe96a405b --- pbx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pbx') diff --git a/pbx/Makefile b/pbx/Makefile index 24c4a8e0d..c443b56fc 100644 --- a/pbx/Makefile +++ b/pbx/Makefile @@ -9,7 +9,7 @@ # the GNU General Public License # --include ../menuselect.makeopts ../menuselect.makedeps +-include $(ASTTOPDIR)/menuselect.makeopts $(ASTTOPDIR)/menuselect.makedeps C_MODS:=$(filter-out $(MENUSELECT_PBX),$(patsubst %.c,%,$(wildcard pbx_*.c))) CC_MODS:=$(filter-out $(MENUSELECT_PBX),$(patsubst %.cc,%,$(wildcard pbx_*.cc))) -- cgit v1.2.3