[zaptel-commits] tzafrir: branch 1.2 r3415 - /branches/1.2/xpp/Makefile
SVN commits to the Zaptel project
zaptel-commits at lists.digium.com
Tue Dec 11 01:47:20 CST 2007
Author: tzafrir
Date: Tue Dec 11 01:47:19 2007
New Revision: 3415
URL: http://svn.digium.com/view/zaptel?view=rev&rev=3415
Log:
Fix the typo for the case of using M= instead of SUBDIRS= .
Modified:
branches/1.2/xpp/Makefile
Modified: branches/1.2/xpp/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.2/xpp/Makefile?view=diff&rev=3415&r1=3414&r2=3415
==============================================================================
--- branches/1.2/xpp/Makefile (original)
+++ branches/1.2/xpp/Makefile Tue Dec 11 01:47:19 2007
@@ -1,7 +1,7 @@
ifdef SUBDIRS
ZAPTEL_DIR = $(SUBDIRS)
else
- ZAPTEL_DIRS = $(M)
+ ZAPTEL_DIR = $(M)
endif
EXTRA_CFLAGS = $(XPP_LOCAL_CFLAGS) \
More information about the zaptel-commits
mailing list