Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Makefile: Change the default compiler from "gcc" to "cc"
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index a782409306df85985e1f465eab4bd3cd7fa2cc83..b5530cbaae9833ad096998b55888851b589fa690 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-339,7
+339,7
@@
pathsep = :
export prefix bindir sharedir sysconfdir gitwebdir localedir
-CC =
g
cc
+CC = cc
AR = ar
RM = rm -f
DIFF = diff