patch-lib_Makefile 227 B

123456789
  1. allow CC override
  2. --- mISDNuser-1_1_9.orig/lib/Makefile 2008-11-18 12:35:09.000000000 +0100
  3. +++ mISDNuser-1_1_9/lib/Makefile 2011-07-11 17:12:25.341001554 +0200
  4. @@ -1,4 +1,4 @@
  5. -CC = gcc
  6. +CC ?= gcc
  7. AR = ar
  8. RANLIB = ranlib