[svn-commits] tzafrir: branch 1.4 r3416 - in /branches/1.4: ./ xpp/Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Dec 11 01:56:41 CST 2007


Author: tzafrir
Date: Tue Dec 11 01:56:40 2007
New Revision: 3416

URL: http://svn.digium.com/view/zaptel?view=rev&rev=3416
Log:
Fix the typo for the case of using M= instead of SUBDIRS= .

Merged revisions 3415 via svnmerge from 
http://svn.digium.com/svn/zaptel/branches/1.2

Modified:
    branches/1.4/   (props changed)
    branches/1.4/xpp/Makefile

Propchange: branches/1.4/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.

Modified: branches/1.4/xpp/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.4/xpp/Makefile?view=diff&rev=3416&r1=3415&r2=3416
==============================================================================
--- branches/1.4/xpp/Makefile (original)
+++ branches/1.4/xpp/Makefile Tue Dec 11 01:56:40 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 svn-commits mailing list