repo.or.cz
/
openadk.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
binutils: allow static linking
[openadk.git]
/
package
/
mISDNuser
/
patches
/
patch-debugtool_Makefile
blob
c531dd0740e598d564f7deeab111e8c766d2b718
1
allow CC override
2
--- mISDNuser-1_1_9.orig/debugtool/Makefile 2008-11-18 12:35:09.000000000 +0100
3
+++ mISDNuser-1_1_9/debugtool/Makefile 2011-07-11 17:12:13.520001533 +0200
4
@@ -1,4 +1,4 @@
5
-CC = gcc
6
+CC ?= gcc
7
8
CFLAGS += -Wall
9