[libpri-commits] qwell: branch 1.4 r441 - /branches/1.4/Makefile
SVN commits to the libpri project
libpri-commits at lists.digium.com
Mon Aug 6 14:58:19 CDT 2007
Author: qwell
Date: Mon Aug 6 14:58:19 2007
New Revision: 441
URL: http://svn.digium.com/view/libpri?view=rev&rev=441
Log:
Allow setting CC to something with a space, such as `make CC="gcc -m32"`
Issue 10253.
Modified:
branches/1.4/Makefile
Modified: branches/1.4/Makefile
URL: http://svn.digium.com/view/libpri/branches/1.4/Makefile?view=diff&rev=441&r1=440&r2=441
==============================================================================
--- branches/1.4/Makefile (original)
+++ branches/1.4/Makefile Mon Aug 6 14:58:19 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