From d652be0930e2d62bfff13a551daf362b487a8ce9 Mon Sep 17 00:00:00 2001 From: Luigi 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: https://origsvn.digium.com/svn/asterisk/trunk@92022 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'channels/Makefile') diff --git a/channels/Makefile b/channels/Makefile index bfe4f9149..06f45f8dc 100644 --- a/channels/Makefile +++ b/channels/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_CHANNELS),$(patsubst %.c,%,$(wildcard chan_*.c))) CC_MODS:=$(filter-out $(MENUSELECT_CHANNELS),$(patsubst %.cc,%,$(wildcard chan_*.cc))) -- cgit v1.2.3