summaryrefslogtreecommitdiff
path: root/xpp/Makefile
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-12-11 07:47:19 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-12-11 07:47:19 +0000
commit1377543d84271c473e296b32676be4ab66631ac9 (patch)
tree42b1eed7c87651b29e861dc5db068da2a42f3a8c /xpp/Makefile
parent94a59c9ad966f862efe678c67117a50f06d5baeb (diff)
Fix the typo for the case of using M= instead of SUBDIRS= .
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3415 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'xpp/Makefile')
-rw-r--r--xpp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/xpp/Makefile b/xpp/Makefile
index 706b21e..cc73e6e 100644
--- a/xpp/Makefile
+++ b/xpp/Makefile
@@ -1,7 +1,7 @@
ifdef SUBDIRS
ZAPTEL_DIR = $(SUBDIRS)
else
- ZAPTEL_DIRS = $(M)
+ ZAPTEL_DIR = $(M)
endif
EXTRA_CFLAGS = $(XPP_LOCAL_CFLAGS) \