aboutsummaryrefslogtreecommitdiffstats
path: root/formats
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-09 21:29:37 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-09 21:29:37 +0000
commitb50ce18fe86cf851a4ce5a86f472890c3d0486a4 (patch)
treee7a65b58f0224b2a29e98e5838207b56232dc717 /formats
parent992c109dc43c08999a1d1bda5a73bcb6768e9eb1 (diff)
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
Diffstat (limited to 'formats')
-rw-r--r--formats/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/formats/Makefile b/formats/Makefile
index 2fb821408..b003a2d51 100644
--- a/formats/Makefile
+++ b/formats/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_FORMATS),$(patsubst %.c,%,$(wildcard format_*.c)))
CC_MODS:=$(filter-out $(MENUSELECT_FORMATS),$(patsubst %.cc,%,$(wildcard format_*.cc)))