summaryrefslogtreecommitdiff
path: root/package/libpri/patches/patch-Makefile
blob: d1fb6c1c7aac2be71d1a517f94a8ba0850d5bdf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$Id$

	submitted upstream as http://bugs.digium.com/view.php?id=10253

--- libpri-1.2.4.orig/Makefile	2006-04-30 17:17:47.000000000 +0200
+++ libpri-1.2.4/Makefile	2007-06-29 19:34:16.000000000 +0200
@@ -144,4 +144,4 @@ clean:
 depend: .depend
 
 .depend: 
-	CC=$(CC) ./mkdep ${CFLAGS} `ls *.c`
+	CC="$(CC)" ./mkdep ${CFLAGS} `ls *.c`