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
This commit is contained in:
Luigi Rizzo
2007-12-09 21:29:37 +00:00
parent 08d50c85ec
commit d652be0930
9 changed files with 15 additions and 15 deletions

View File

@@ -11,7 +11,7 @@
# the GNU General Public License
#
-include ../menuselect.makeopts ../menuselect.makedeps
-include $(ASTTOPDIR)/menuselect.makeopts $(ASTTOPDIR)/menuselect.makedeps
C_MODS:=$(filter-out $(MENUSELECT_CODECS),$(patsubst %.c,%,$(wildcard codec_*.c)))
CC_MODS:=$(filter-out $(MENUSELECT_CODECS),$(patsubst %.cc,%,$(wildcard codec_*.cc)))