[svn-commits] qwell: tools/trunk r4535 - /tools/trunk/Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Jul 3 13:10:41 CDT 2008


Author: qwell
Date: Thu Jul  3 13:10:41 2008
New Revision: 4535

URL: http://svn.digium.com/view/dahdi?view=rev&rev=4535
Log:
sbindir is picked up from configure too.  Let's mention it.

Modified:
    tools/trunk/Makefile

Modified: tools/trunk/Makefile
URL: http://svn.digium.com/view/dahdi/tools/trunk/Makefile?view=diff&rev=4535&r1=4534&r2=4535
==============================================================================
--- tools/trunk/Makefile (original)
+++ tools/trunk/Makefile Thu Jul  3 13:10:41 2008
@@ -85,8 +85,8 @@
 LTZ_SO_MAJOR_VER:=1
 LTZ_SO_MINOR_VER:=0
 
-# libdir, includedir and mandir are defined in makeopts (from
-# configure).
+# sbindir, libdir, includedir and mandir are defined in makeopts
+# (from configure).
 BIN_DIR:=$(sbindir)
 LIB_DIR:=$(libdir)
 INC_DIR:=$(includedir)/dahdi




More information about the svn-commits mailing list