projects
/
urcu.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Pass the CC variable to the example Makefiles
[urcu.git]
/
doc
/
examples
/
Makefile.examples.template
diff --git
a/doc/examples/Makefile.examples.template
b/doc/examples/Makefile.examples.template
index 4a0379ad88e82bbf3165e12a8c030743f45c0feb..6dd2baca623174da315f8b9d2a5b4064e302323a 100644
(file)
--- a/
doc/examples/Makefile.examples.template
+++ b/
doc/examples/Makefile.examples.template
@@
-11,8
+11,8
@@
#
# This makefile is purposefully kept simple to support GNU and BSD make.
-if
ndef
CC
-CC =
gcc
+if
def AM_
CC
+CC =
$(AM_CC)
endif
CFLAGS = -g -O2 -Wall
This page took
0.02249 seconds
and
4
git commands to generate.