]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Don't define CC
authorRoy Marples <roy@marples.name>
Mon, 27 Nov 2006 21:32:54 +0000 (21:32 +0000)
committerRoy Marples <roy@marples.name>
Mon, 27 Nov 2006 21:32:54 +0000 (21:32 +0000)
Makefile

index 1122a0e738cc7093e74bdd899a15905f72ed2d39..c632972863420f6c4b8f8b9eda9c6e4b55f0e968 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,6 @@
 
 VERSION = 3.0.0
 
-CC ?= gcc
 INSTALL ?= install
 CFLAGS ?= -Wall -O2 -pedantic -std=gnu99