[libpri-commits] qwell: trunk r442 - in /trunk: ./ Makefile
SVN commits to the libpri project
libpri-commits at lists.digium.com
Mon Aug 6 14:58:56 CDT 2007
Author: qwell
Date: Mon Aug 6 14:58:56 2007
New Revision: 442
URL: http://svn.digium.com/view/libpri?view=rev&rev=442
Log:
Merged revisions 441 via svnmerge from
https://origsvn.digium.com/svn/libpri/branches/1.4
(closes issue #10253)
........
r441 | qwell | 2007-08-06 14:58:19 -0500 (Mon, 06 Aug 2007) | 4 lines
Allow setting CC to something with a space, such as `make CC="gcc -m32"`
Issue 10253.
........
Modified:
trunk/ (props changed)
trunk/Makefile
Propchange: trunk/
------------------------------------------------------------------------------
--- branch-1.4-merged (original)
+++ branch-1.4-merged Mon Aug 6 14:58:56 2007
@@ -1,1 +1,1 @@
-/branches/1.4:1-372,386,390,416,424,427
+/branches/1.4:1-372,386,390,416,424,427,441
Modified: trunk/Makefile
URL: http://svn.digium.com/view/libpri/trunk/Makefile?view=diff&rev=442&r1=441&r2=442
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Mon Aug 6 14:58:56 2007
@@ -140,4 +140,4 @@
depend: .depend
.depend:
- CC=$(CC) ./mkdep ${CFLAGS} `ls *.c`
+ CC="$(CC)" ./mkdep ${CFLAGS} `ls *.c`
More information about the libpri-commits
mailing list