patch-Makefile 335 B

123456789101112
  1. $Id$
  2. submitted upstream as http://bugs.digium.com/view.php?id=10253
  3. --- libpri-1.2.4.orig/Makefile 2006-04-30 17:17:47.000000000 +0200
  4. +++ libpri-1.2.4/Makefile 2007-06-29 19:34:16.000000000 +0200
  5. @@ -144,4 +144,4 @@ clean:
  6. depend: .depend
  7. .depend:
  8. - CC=$(CC) ./mkdep ${CFLAGS} `ls *.c`
  9. + CC="$(CC)" ./mkdep ${CFLAGS} `ls *.c`