]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
If CC is not defined, default it to cc
authorRoy Marples <roy@marples.name>
Fri, 28 Feb 2014 20:32:34 +0000 (20:32 +0000)
committerRoy Marples <roy@marples.name>
Fri, 28 Feb 2014 20:32:34 +0000 (20:32 +0000)
Makefile.inc

index 98c55d1253d6ae67f89c253525615e7dd192410f..22151ab57e51ad76fc2431ff8ecb861e0188a37a 100644 (file)
@@ -7,5 +7,6 @@ NONBINMODE?=    0444
 MANMODE?=      ${NONBINMODE}
 CONFMODE?=     0644
 
+CC?=           cc
 INSTALL?=      install
 SED?=          sed